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
I did a bit of testing.
#188
by hoisd - opened
I did a bit of testing with the model, and you can generate images with a resolution of 2048x1536 natively. This is aprox 3mp. It is a bit dependant on the sampler and scheduler, which I recomend to use dpmpp_2m_sde_heun_GPU and linear quadratic. Higher resolutions are posible, at 3072x2304 was the highest I tested that worked, but the quality dropped significantly at this point. 2560x1920 might be a good middle of resolution and quality.