Instructions to use darask0/anima-distill-loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use darask0/anima-distill-loras with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("circlestone-labs/Anima", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("darask0/anima-distill-loras") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Upload dmdx/samples/dmdx_final.png with huggingface_hub
Browse files- .gitattributes +1 -0
- dmdx/samples/dmdx_final.png +3 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
pcm/samples/sample_step3500_er_sde_simple.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
pcm/samples/sample_step4000_res_multistep_beta.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
dmdx/samples/turbo_baseline.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
pcm/samples/sample_step3500_er_sde_simple.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
pcm/samples/sample_step4000_res_multistep_beta.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
dmdx/samples/turbo_baseline.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
dmdx/samples/dmdx_final.png filter=lfs diff=lfs merge=lfs -text
|
dmdx/samples/dmdx_final.png
ADDED
|
Git LFS Details
|