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
|
@@ -4,7 +4,11 @@ license_name: circlestone-labs-non-commercial-license
|
|
| 4 |
license_link: LICENSE
|
| 5 |
---
|
| 6 |
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
Same license applies.
|
| 9 |
|
| 10 |
# License
|
|
|
|
| 4 |
license_link: LICENSE
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# USE [THE OFFICIAL ANIMA DIFFUSERS](https://huggingface.co/circlestone-labs/Anima-Base-v1.0-Diffusers) INSTEAD!
|
| 8 |
+
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
**UNOFFICIAL LEGACY** diffuser port of [Anima](https://huggingface.co/circlestone-labs/Anima).
|
| 12 |
Same license applies.
|
| 13 |
|
| 14 |
# License
|