Instructions to use circlestone-labs/Anima with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use circlestone-labs/Anima with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Maybe add a not that `lighttaew2_1.pth` is needed in the `vae_approx` folder to get high-quality TAESD previews in ComfyUI?
Adding the one from here fixed the warning I initially got and made them work:
https://huggingface.co/lightx2v/Autoencoders/tree/main
I actually get an error if I copy "lighttaew2_1.pth" into VAE approx, the TAESD preview works without the file normally even if the console says:
"Warning: TAESD previews enabled, but could not find models/vae_approx/lighttaew2_1" which is kind of funny as that's the single thing that prevents the workflow from running.
ValueError: Input and output must have the same number of spatial dimensions, but got input with spatial dimensions of [1152, 896, 1] and output size of (512, 398). Please provide input tensor in (N, C, d1, d2, ...,dK) format and output size in (o1, o2, ...,oK) format
I actually get an error if I copy "lighttaew2_1.pth" into VAE approx, the TAESD preview works without the file normally even if the console says:
"Warning: TAESD previews enabled, but could not find models/vae_approx/lighttaew2_1" which is kind of funny as that's the single thing that prevents the workflow from running.ValueError: Input and output must have the same number of spatial dimensions, but got input with spatial dimensions of [1152, 896, 1] and output size of (512, 398). Please provide input tensor in (N, C, d1, d2, ...,dK) format and output size in (o1, o2, ...,oK) format
the latent previews are the low quality LATENT2RGB ones without that in vae_approx, though. I don't get the error you noted on the very very very latest github pull of Comfy.
