developer-lunark commited on
Commit
3439a79
·
verified ·
1 Parent(s): da84675

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - lora
5
+ - style-transfer
6
+ - z-image
7
+ - civitai
8
+ - semi-realistic
9
+ - bra
10
+ ---
11
+
12
+ # Beautiful Realistic Asians (BRA) Style LoRA for Z-Image
13
+
14
+ Style LoRA trained to transfer the **Beautiful Realistic Asians (BRA)** art style (semi-realistic from CivitAI) to Z-Image model.
15
+
16
+ ## Model Details
17
+
18
+ - **Base Model**: Z-Image DE-Turbo v1
19
+ - **Training**: 20 epochs, 100 images
20
+ - **Network**: LoRA (dim=64, alpha=32)
21
+ - **Original Style**: Beautiful Realistic Asians (BRA) from CivitAI
22
+
23
+ ## Trigger Word
24
+
25
+ ```
26
+ bra_style
27
+ ```
28
+
29
+ ## Usage
30
+
31
+ Use the trigger word `bra_style` in your prompt to activate the style.
32
+
33
+ Example prompts:
34
+ - `1girl, portrait, long black hair, soft lighting, bra_style`
35
+ - `1boy, casual outfit, modern aesthetic, bra_style`
36
+
37
+ ## Sample Images
38
+
39
+ ![sample_01](sample_01.png)
40
+ ![sample_02](sample_02.png)
41
+ ![sample_03](sample_03.png)
42
+ ![sample_04](sample_04.png)
43
+ ![sample_05](sample_05.png)
44
+
45
+ ## Training Info
46
+
47
+ - Dataset: 100 images generated with original CivitAI model
48
+ - VLM Captioning: Qwen2-VL-7B
49
+ - Learning Rate: 5e-5
50
+ - Optimizer: AdamW8bit