jayark commited on
Commit
1d0b569
·
verified ·
1 Parent(s): 6c1900f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +113 -0
README.md ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - lora
5
+ - text-to-image
6
+ - style
7
+ - qwen-image-2512
8
+ - musubi-tuner
9
+ base_model: Qwen/Qwen-Image-2512
10
+ pipeline_tag: text-to-image
11
+ ---
12
+
13
+ # PFA Style LoRA
14
+
15
+ A style LoRA trained on **Qwen-Image-2512** that captures the *Proud Family: Louder and Prouder* art style. Generate any subject — new characters, scenes, environments — rendered in the show's distinctive look.
16
+
17
+ ## Trigger Word
18
+
19
+ ```
20
+ pfa style
21
+ ```
22
+
23
+ Prepend `pfa style,` to the beginning of every prompt. This is the token that activates the style.
24
+
25
+ ## Prompting Guide
26
+
27
+ ### Use natural language, not tags
28
+
29
+ Qwen-Image-2512 uses Qwen2.5-VL as its text encoder, which expects **natural language sentences** — not booru-style comma-separated tags.
30
+
31
+ **Good:**
32
+ ```
33
+ pfa style, A close-up front-facing portrait of a teenage girl smiling warmly
34
+ in a school hallway with warm interior lighting.
35
+ ```
36
+
37
+ **Bad:**
38
+ ```
39
+ pfa style, 1girl, close-up, portrait, front view, teenager, smile, school hallway
40
+ ```
41
+
42
+ ### What to describe in your prompt
43
+
44
+ - Subject identity (age, skin tone, hair, clothing, expression)
45
+ - Action or pose
46
+ - Setting and environment details
47
+ - Lighting and time of day
48
+ - Camera angle and composition (close-up, wide shot, full-body, etc.)
49
+
50
+ ### What NOT to put in your prompt
51
+
52
+ The trigger word carries the visual style. Do not describe the art style itself:
53
+
54
+ - Avoid: `cartoon`, `animated`, `2D`, `drawn`, `illustrated`, `stylized`, `anime`
55
+ - Avoid: art-medium or quality words
56
+
57
+ ### Example prompts
58
+
59
+ ```
60
+ pfa style, A close-up front-facing portrait of a teenage girl smiling warmly
61
+ in a school hallway with warm interior lighting.
62
+
63
+ pfa style, A wide shot of a suburban house and front yard under a bright sunny
64
+ blue sky, no people in frame.
65
+
66
+ pfa style, A full-body shot of a businessman in a gray suit holding a coffee cup,
67
+ standing at a city bus stop in the rain under an overcast sky.
68
+
69
+ pfa style, A teenage girl with braids reading on her bed in a cozy bedroom
70
+ with fairy lights.
71
+
72
+ pfa style, A wide suburban street at golden hour with a black family walking
73
+ their dog.
74
+ ```
75
+
76
+ ## Checkpoints
77
+
78
+ Three checkpoints are provided at different training stages:
79
+
80
+ | File | Epochs | Notes |
81
+ |------|--------|-------|
82
+ | `pfa-style-v4-200.safetensors` | 200 | Early style emergence |
83
+ | `pfa-style-v4-400.safetensors` | 400 | Expected sweet spot |
84
+ | `pfa-style-v4-600.safetensors` | 600 | Strongest style, watch for overcook |
85
+
86
+ Lower epoch checkpoints preserve more subject detail; higher epochs push harder toward the show's look. Try 400 first.
87
+
88
+ ## Inference Parameters
89
+
90
+ | Parameter | Value |
91
+ |-----------|-------|
92
+ | Inference steps | 20 |
93
+ | Guidance scale | 4.0 |
94
+ | LoRA multiplier | 1.0 (reduce to 0.75 if overcooked) |
95
+ | Image size | 832x832, 480x832, or 832x480 |
96
+ | Attention mode | torch |
97
+
98
+ ### Recommended negative prompt
99
+
100
+ ```
101
+ photorealistic, hyperrealistic, flat white eyes, no iris, dot pupils, creepy eyes
102
+ ```
103
+
104
+ ## Training Details
105
+
106
+ - **Base model:** Qwen-Image-2512
107
+ - **Method:** LoRA via [musubi-tuner](https://github.com/kohya-ss/musubi-tuner)
108
+ - **Rank:** 16
109
+ - **Alpha:** 16
110
+ - **Optimizer:** AdamW 8-bit
111
+ - **Learning rate:** 5e-5
112
+ - **Mixed precision:** bf16
113
+ - **Dataset:** 30 images with natural-language captions