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
File size: 889 Bytes
9c787fe 0794111 439c637 0794111 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ---
license: other
license_name: circlestone-labs-non-commercial-license
license_link: LICENSE
---
# USE [THE OFFICIAL ANIMA DIFFUSERS](https://huggingface.co/circlestone-labs/Anima-Base-v1.0-Diffusers) INSTEAD!
---
**UNOFFICIAL LEGACY** 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. |