Instructions to use SleepVeryHard/Anima-BaseV1-UnofficalDiffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SleepVeryHard/Anima-BaseV1-UnofficalDiffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SleepVeryHard/Anima-BaseV1-UnofficalDiffusers", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
| license: other | |
| license_name: circlestone-labs-non-commercial-license | |
| license_link: LICENSE | |
| Unofficial diffuser port of [Anima](https://huggingface.co/circlestone-labs/Anima) | |
| Same license applies. | |
| # License | |
| This model is licensed under the CircleStone Labs Non-Commercial License. The model and derivatives are only usable for non-commercial purposes. Additionally, this model constitutes a "Derivative Model" of Cosmos-Predict2-2B-Text2Image, and therefore is subject to the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/) insofar as it applies to Derivative Models. | |
| If you would like a commercial license, please email tdrussell@circlestone.ai | |
| Built on NVIDIA Cosmos. |