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
|
@@ -4,16 +4,22 @@ base_model: Tongyi-MAI/Z-Image-Turbo
|
|
| 4 |
base_model_relation: adapter
|
| 5 |
pipeline_tag: text-to-image
|
| 6 |
language:
|
| 7 |
-
|
| 8 |
tags:
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
---
|
| 18 |
|
| 19 |
# Anna — Cinematic Virtual Actress
|
|
@@ -44,6 +50,9 @@ Anna has a mature Mediterranean appearance, very dark brown hair, gray-green haz
|
|
| 44 |
| Tested interface | ComfyUI |
|
| 45 |
| Character type | Original fictional character |
|
| 46 |
|
|
|
|
|
|
|
|
|
|
| 47 |
## What this LoRA does
|
| 48 |
|
| 49 |
The LoRA adds Anna's identity to Z-Image Turbo. It can be used to generate:
|
|
@@ -177,4 +186,4 @@ This repository is released under the **Apache License 2.0**. Use of the LoRA al
|
|
| 177 |
|
| 178 |
## Version
|
| 179 |
|
| 180 |
-
**v1.0** — Initial public release.
|
|
|
|
| 4 |
base_model_relation: adapter
|
| 5 |
pipeline_tag: text-to-image
|
| 6 |
language:
|
| 7 |
+
- en
|
| 8 |
tags:
|
| 9 |
+
- lora
|
| 10 |
+
- z-image
|
| 11 |
+
- z-image-turbo
|
| 12 |
+
- character
|
| 13 |
+
- photorealistic
|
| 14 |
+
- comfyui
|
| 15 |
+
- virtual-actress
|
| 16 |
+
- safetensors
|
| 17 |
+
- diffusers
|
| 18 |
+
- identity-lora
|
| 19 |
+
- woman
|
| 20 |
+
- actress
|
| 21 |
+
- comfyui_workflow
|
| 22 |
+
- diffusion-lora
|
| 23 |
---
|
| 24 |
|
| 25 |
# Anna — Cinematic Virtual Actress
|
|
|
|
| 50 |
| Tested interface | ComfyUI |
|
| 51 |
| Character type | Original fictional character |
|
| 52 |
|
| 53 |
+
> Note: the tested ComfyUI workflow uses Guidance 1.
|
| 54 |
+
> When using the official Diffusers `ZImagePipeline`, use `guidance_scale=0.0`.
|
| 55 |
+
|
| 56 |
## What this LoRA does
|
| 57 |
|
| 58 |
The LoRA adds Anna's identity to Z-Image Turbo. It can be used to generate:
|
|
|
|
| 186 |
|
| 187 |
## Version
|
| 188 |
|
| 189 |
+
**v1.0** — Initial public release.
|