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
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,3 +3,13 @@ license: other
|
|
| 3 |
license_name: circlestone-labs-non-commercial-license
|
| 4 |
license_link: LICENSE
|
| 5 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
license_name: circlestone-labs-non-commercial-license
|
| 4 |
license_link: LICENSE
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
Unofficial diffuser port of [Anima](https://huggingface.co/circlestone-labs/Anima)
|
| 8 |
+
Same license applies.
|
| 9 |
+
|
| 10 |
+
# License
|
| 11 |
+
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.
|
| 12 |
+
|
| 13 |
+
If you would like a commercial license, please email tdrussell@circlestone.ai
|
| 14 |
+
|
| 15 |
+
Built on NVIDIA Cosmos.
|