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
Inpainting workflow?
#124
by JonathanZ - opened
What are people using to inpaint with Anima? I assume the differential diffusion model works but won't be as accurate, maybe Lanpaint works too.
Lanpaint works. Differential diffusion isn't true inpainting. While Anima is slow and lanptaint makes models decently slower, Anima works mostly fine with smaller resolutions so you can inpaint a smaller window for more speed.
i use differential diffusion +mask
Can anyone share a ComfyUI workflow, please?