fwwrsd commited on
Commit
623c4da
·
verified ·
1 Parent(s): 8119ba5

Add model card

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - z-image
5
+ - lora
6
+ - image-generation
7
+ - diffusion-pipe
8
+ - safetensors
9
+ library_name: diffusers
10
+ pipeline_tag: text-to-image
11
+ ---
12
+
13
+ # Z Image LoRA — `234`
14
+
15
+ A personalized LoRA trained with **Z Image** pipeline for generating images with a specific identity.
16
+
17
+ ## Quick Start
18
+
19
+ ### Direct Download URL
20
+ ```
21
+ https://huggingface.co/fwwrsd/zimage-lora-234-77458782/resolve/main/lora.safetensors
22
+ ```
23
+
24
+ ### ComfyUI Setup
25
+ 1. Download `lora.safetensors` → place in `ComfyUI/models/loras/`
26
+ 2. Use **LoRA Loader** node
27
+ 3. Set trigger word: `234`
28
+
29
+ ### Download via Command Line
30
+ ```bash
31
+ wget https://huggingface.co/fwwrsd/zimage-lora-234-77458782/resolve/main/lora.safetensors -O lora_234.safetensors
32
+
33
+ huggingface-cli download fwwrsd/zimage-lora-234-77458782 lora.safetensors
34
+ ```
35
+
36
+ ## Recommended Settings
37
+
38
+ | Parameter | Value |
39
+ |-----------|-------|
40
+ | LoRA Strength | 0.7 — 1.0 |
41
+ | CFG Scale | 3.5 |
42
+ | Steps | 20 — 30 |
43
+
44
+ **Trigger word:** `234` — include in your prompt to activate the LoRA.
45
+
46
+ ## Training Details
47
+
48
+ | Parameter | Value |
49
+ |-----------|-------|
50
+ | Training Method | diffusion-pipe + DeepSpeed |
51
+ | LoRA Rank | 16 |
52
+ | Learning Rate | 1e-4 |
53
+ | Epochs | unknown |
54
+ | Resolution | 1024px |
55
+ | Dataset Size | 58 images |
56
+ | Preset | fast |
57
+ | Created | 2026-02-28 |
58
+ | GPU | NVIDIA H200 SXM 141GB |
59
+
60
+ ## License
61
+
62
+ Apache 2.0 — free for personal and commercial use.
63
+
64
+ ---
65
+ *Trained with [NanoBanana LoRA Bot](https://t.me/LoraDatasetBot) on RunPod*
66
+