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
Upload dan-mumford-style.png
Browse files- .gitattributes +1 -0
- dan-mumford-style.png +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* 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
|
|
|
|
|
|
| 35 |
*tfevents* 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
|
dan-mumford-style.png
ADDED
|
Git LFS Details
|