Ccadic commited on
Commit
610acfc
·
verified ·
1 Parent(s): d0f2400

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -10
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
- - en
8
  tags:
9
- - lora
10
- - z-image
11
- - z-image-turbo
12
- - character
13
- - cinematic
14
- - photorealistic
15
- - comfyui
16
- - virtual-actress
 
 
 
 
 
 
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.