Upload README.md with huggingface_hub
Browse files
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 |
+

|
| 40 |
+

|
| 41 |
+

|
| 42 |
+

|
| 43 |
+

|
| 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
|