Instructions to use DeverStyle/Z-Image-loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use DeverStyle/Z-Image-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("Tongyi-MAI/Z-Image-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("DeverStyle/Z-Image-loras") prompt = "Arcane style samples" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Rename dan-mumford-style.png to samples/dan-mumford-style.png
Browse files
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
Screenshot[[:space:]]2025-12-04[[:space:]]120944.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
samples/arcane.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
dan-mumford-style.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
Screenshot[[:space:]]2025-12-04[[:space:]]120944.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
samples/arcane.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
dan-mumford-style.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
samples/dan-mumford-style.png filter=lfs diff=lfs merge=lfs -text
|
dan-mumford-style.png → samples/dan-mumford-style.png
RENAMED
|
File without changes
|