File size: 1,474 Bytes
623c4da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
license: apache-2.0
tags:
  - z-image
  - lora
  - image-generation
  - diffusion-pipe
  - safetensors
library_name: diffusers
pipeline_tag: text-to-image
---

# Z Image LoRA — `234`

A personalized LoRA trained with **Z Image** pipeline for generating images with a specific identity.

## Quick Start

### Direct Download URL
```
https://huggingface.co/fwwrsd/zimage-lora-234-77458782/resolve/main/lora.safetensors
```

### ComfyUI Setup
1. Download `lora.safetensors` → place in `ComfyUI/models/loras/`
2. Use **LoRA Loader** node
3. Set trigger word: `234`

### Download via Command Line
```bash
wget https://huggingface.co/fwwrsd/zimage-lora-234-77458782/resolve/main/lora.safetensors -O lora_234.safetensors

huggingface-cli download fwwrsd/zimage-lora-234-77458782 lora.safetensors
```

## Recommended Settings

| Parameter | Value |
|-----------|-------|
| LoRA Strength | 0.7 — 1.0 |
| CFG Scale | 3.5 |
| Steps | 20 — 30 |

**Trigger word:** `234` — include in your prompt to activate the LoRA.

## Training Details

| Parameter | Value |
|-----------|-------|
| Training Method | diffusion-pipe + DeepSpeed |
| LoRA Rank | 16 |
| Learning Rate | 1e-4 |
| Epochs | unknown |
| Resolution | 1024px |
| Dataset Size | 58 images |
| Preset | fast |
| Created | 2026-02-28 |
| GPU | NVIDIA H200 SXM 141GB |

## License

Apache 2.0 — free for personal and commercial use.

---
*Trained with [NanoBanana LoRA Bot](https://t.me/LoraDatasetBot) on RunPod*