Text-to-Image
Diffusers
Safetensors
English
lora
z-image
z-image-turbo
character
photorealistic
comfyui
virtual-actress
identity-lora
woman
actress
comfyui_workflow
template:diffusion-lora
fictional-character
cinematic
ai-toolkit
Instructions to use Ccadic/Anna-ZImage-Turbo-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Ccadic/Anna-ZImage-Turbo-LoRA 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("Ccadic/Anna-ZImage-Turbo-LoRA") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -188,6 +188,15 @@ Users are responsible for the images they generate and for complying with applic
|
|
| 188 |
|
| 189 |
This repository is released under the **Apache License 2.0**. Use of the LoRA also remains subject to the terms applicable to the Z-Image Turbo base model.
|
| 190 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 191 |
## Version
|
| 192 |
|
| 193 |
**v1.0** — Initial public release.
|
|
|
|
| 188 |
|
| 189 |
This repository is released under the **Apache License 2.0**. Use of the LoRA also remains subject to the terms applicable to the Z-Image Turbo base model.
|
| 190 |
|
| 191 |
+
## Creator
|
| 192 |
+
|
| 193 |
+
Created and trained by **Philippe Cadic**.
|
| 194 |
+
|
| 195 |
+
- Hugging Face: [Ccadic](https://huggingface.co/Ccadic)
|
| 196 |
+
- X / Twitter: [@sulfuroid](https://x.com/sulfuroid)
|
| 197 |
+
|
| 198 |
+
© 2026 Philippe Cadic. Released under the Apache License 2.0.
|
| 199 |
+
|
| 200 |
## Version
|
| 201 |
|
| 202 |
**v1.0** — Initial public release.
|