RioShiina commited on
Commit
766b986
·
verified ·
1 Parent(s): 3a84e93

Upload folder using huggingface_hub

Browse files
core/workflow_assembler.py CHANGED
@@ -36,7 +36,6 @@ class WorkflowAssembler:
36
  module = importlib.import_module(module_path)
37
  if hasattr(module, 'inject'):
38
  self.global_injectors[chain_type] = module.inject
39
- print(f"✅ Successfully registered global injector: {chain_type} from {module_path}")
40
  else:
41
  print(f"⚠️ Warning: Module '{module_path}' for injector '{chain_type}' does not have an 'inject' function.")
42
  except ImportError as e:
 
36
  module = importlib.import_module(module_path)
37
  if hasattr(module, 'inject'):
38
  self.global_injectors[chain_type] = module.inject
 
39
  else:
40
  print(f"⚠️ Warning: Module '{module_path}' for injector '{chain_type}' does not have an 'inject' function.")
41
  except ImportError as e:
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  comfyui-frontend-package==1.45.15
2
  comfyui-workflow-templates==0.9.98
3
- comfyui-embedded-docs==0.5.3
4
  torch
5
  torchsde
6
  torchvision
 
1
  comfyui-frontend-package==1.45.15
2
  comfyui-workflow-templates==0.9.98
3
+ comfyui-embedded-docs==0.5.4
4
  torch
5
  torchsde
6
  torchvision
ui/shared/ui_components.py CHANGED
@@ -479,7 +479,7 @@ def create_embedding_ui(prefix: str):
479
 
480
  with gr.Accordion("Embedding Settings", open=False, visible=('embedding' in default_enabled_chains)) as accordion:
481
  components[key('embedding_accordion')] = accordion
482
- gr.Markdown("💡 **Tip:** Embeddings are automatically added to your prompt using `embedding:filename` syntax. When downloading from Civitai, please use the **Version ID**, not the Model ID. You can find the Version ID in the URL (e.g., `civitai.com/models/123?modelVersionId=456`) or under the model's download button. For instance, using the Version ID `456` from the example above would automatically append `embedding:civitai_456` to your positive prompt.")
483
 
484
  embedding_rows, sources, ids, files, upload_buttons = [], [], [], [], []
485
  components.update({
 
479
 
480
  with gr.Accordion("Embedding Settings", open=False, visible=('embedding' in default_enabled_chains)) as accordion:
481
  components[key('embedding_accordion')] = accordion
482
+ gr.Markdown("💡 **Tip:** When downloading from Civitai, please use the **Version ID**, not the Model ID. You can find the Version ID in the URL (e.g., `civitai.com/models/123?modelVersionId=456`) or under the model's download button. For example, entering the Version ID 456 from the example above will automatically save the file as \"civitai_456.safetensors\". You will need to manually enter embedding:civitai_456 in either your prompt or negative prompt to activate it.")
483
 
484
  embedding_rows, sources, ids, files, upload_buttons = [], [], [], [], []
485
  components.update({
yaml/constants.yaml CHANGED
@@ -7,7 +7,7 @@ MAX_REFERENCE_LATENTS: 10
7
  LORA_SOURCE_CHOICES: ["Civitai", "File"]
8
 
9
  RESOLUTION_MAP:
10
- ideogram-4:
11
  "1:1 (Square)": [1024, 1024]
12
  "16:9 (Landscape)": [1344, 768]
13
  "9:16 (Portrait)": [768, 1344]
@@ -15,7 +15,7 @@ RESOLUTION_MAP:
15
  "3:4 (Classic Portrait)": [896, 1152]
16
  "3:2 (Photography)": [1216, 832]
17
  "2:3 (Photography Portrait)": [832, 1216]
18
- pixeldit:
19
  "1:1 (Square)": [1024, 1024]
20
  "16:9 (Landscape)": [1344, 768]
21
  "9:16 (Portrait)": [768, 1344]
@@ -31,7 +31,7 @@ RESOLUTION_MAP:
31
  "3:4 (Classic Portrait)": [896, 1152]
32
  "3:2 (Photography)": [1216, 832]
33
  "2:3 (Photography Portrait)": [832, 1216]
34
- ernie-image:
35
  "1:1 (Square)": [1024, 1024]
36
  "16:9 (Landscape)": [1344, 768]
37
  "9:16 (Portrait)": [768, 1344]
@@ -47,7 +47,15 @@ RESOLUTION_MAP:
47
  "3:4 (Classic Portrait)": [896, 1152]
48
  "3:2 (Photography)": [1216, 832]
49
  "2:3 (Photography Portrait)": [832, 1216]
50
- flux2-kv:
 
 
 
 
 
 
 
 
51
  "1:1 (Square)": [1024, 1024]
52
  "16:9 (Landscape)": [1344, 768]
53
  "9:16 (Portrait)": [768, 1344]
@@ -95,7 +103,7 @@ RESOLUTION_MAP:
95
  "3:4 (Classic Portrait)": [896, 1152]
96
  "3:2 (Photography)": [1216, 832]
97
  "2:3 (Photography Portrait)": [832, 1216]
98
- omnigen2:
99
  "1:1 (Square)": [1024, 1024]
100
  "16:9 (Landscape)": [1344, 768]
101
  "9:16 (Portrait)": [768, 1344]
@@ -103,7 +111,15 @@ RESOLUTION_MAP:
103
  "3:4 (Classic Portrait)": [896, 1152]
104
  "3:2 (Photography)": [1216, 832]
105
  "2:3 (Photography Portrait)": [832, 1216]
106
- lumina:
 
 
 
 
 
 
 
 
107
  "1:1 (Square)": [1024, 1024]
108
  "16:9 (Landscape)": [1344, 768]
109
  "9:16 (Portrait)": [768, 1344]
@@ -111,7 +127,7 @@ RESOLUTION_MAP:
111
  "3:4 (Classic Portrait)": [896, 1152]
112
  "3:2 (Photography)": [1216, 832]
113
  "2:3 (Photography Portrait)": [832, 1216]
114
- ovis-image:
115
  "1:1 (Square)": [1024, 1024]
116
  "16:9 (Landscape)": [1344, 768]
117
  "9:16 (Portrait)": [768, 1344]
@@ -119,7 +135,7 @@ RESOLUTION_MAP:
119
  "3:4 (Classic Portrait)": [896, 1152]
120
  "3:2 (Photography)": [1216, 832]
121
  "2:3 (Photography Portrait)": [832, 1216]
122
- flux1:
123
  "1:1 (Square)": [1024, 1024]
124
  "16:9 (Landscape)": [1344, 768]
125
  "9:16 (Portrait)": [768, 1344]
@@ -127,7 +143,7 @@ RESOLUTION_MAP:
127
  "3:4 (Classic Portrait)": [896, 1152]
128
  "3:2 (Photography)": [1216, 832]
129
  "2:3 (Photography Portrait)": [832, 1216]
130
- hidream-o1:
131
  "1:1 (Square)": [1024, 1024]
132
  "16:9 (Landscape)": [1344, 768]
133
  "9:16 (Portrait)": [768, 1344]
@@ -135,7 +151,7 @@ RESOLUTION_MAP:
135
  "3:4 (Classic Portrait)": [896, 1152]
136
  "3:2 (Photography)": [1216, 832]
137
  "2:3 (Photography Portrait)": [832, 1216]
138
- hidream-i1:
139
  "1:1 (Square)": [1024, 1024]
140
  "16:9 (Landscape)": [1344, 768]
141
  "9:16 (Portrait)": [768, 1344]
@@ -143,7 +159,7 @@ RESOLUTION_MAP:
143
  "3:4 (Classic Portrait)": [896, 1152]
144
  "3:2 (Photography)": [1216, 832]
145
  "2:3 (Photography Portrait)": [832, 1216]
146
- sd35:
147
  "1:1 (Square)": [1024, 1024]
148
  "16:9 (Landscape)": [1344, 768]
149
  "9:16 (Portrait)": [768, 1344]
@@ -151,7 +167,7 @@ RESOLUTION_MAP:
151
  "3:4 (Classic Portrait)": [896, 1152]
152
  "3:2 (Photography)": [1216, 832]
153
  "2:3 (Photography Portrait)": [832, 1216]
154
- sdxl:
155
  "1:1 (Square)": [1024, 1024]
156
  "16:9 (Landscape)": [1344, 768]
157
  "9:16 (Portrait)": [768, 1344]
@@ -159,15 +175,7 @@ RESOLUTION_MAP:
159
  "3:4 (Classic Portrait)": [896, 1152]
160
  "3:2 (Photography)": [1216, 832]
161
  "2:3 (Photography Portrait)": [832, 1216]
162
- sd15:
163
- "1:1 (Square)": [512, 512]
164
- "16:9 (Landscape)": [896, 512]
165
- "9:16 (Portrait)": [512, 896]
166
- "4:3 (Classic Landscape)": [683, 512]
167
- "3:4 (Classic Portrait)": [512, 683]
168
- "3:2 (Landscape)": [768, 512]
169
- "2:3 (Portrait)": [512, 768]
170
- chroma1-radiance:
171
  "1:1 (Square)": [1024, 1024]
172
  "16:9 (Landscape)": [1344, 768]
173
  "9:16 (Portrait)": [768, 1344]
@@ -175,7 +183,7 @@ RESOLUTION_MAP:
175
  "3:4 (Classic Portrait)": [896, 1152]
176
  "3:2 (Photography)": [1216, 832]
177
  "2:3 (Photography Portrait)": [832, 1216]
178
- chroma1:
179
  "1:1 (Square)": [1024, 1024]
180
  "16:9 (Landscape)": [1344, 768]
181
  "9:16 (Portrait)": [768, 1344]
@@ -183,11 +191,11 @@ RESOLUTION_MAP:
183
  "3:4 (Classic Portrait)": [896, 1152]
184
  "3:2 (Photography)": [1216, 832]
185
  "2:3 (Photography Portrait)": [832, 1216]
186
- hunyuanimage:
187
- "1:1 (Square)": [2048, 2048]
188
- "16:9 (Landscape)": [2728, 1536]
189
- "9:16 (Portrait)": [1536, 2728]
190
- "4:3 (Classic)": [2368, 1776]
191
- "3:4 (Classic Portrait)": [1776, 2368]
192
- "3:2 (Photography)": [2504, 1672]
193
- "2:3 (Photography Portrait)": [1672, 2504]
 
7
  LORA_SOURCE_CHOICES: ["Civitai", "File"]
8
 
9
  RESOLUTION_MAP:
10
+ pixeldit:
11
  "1:1 (Square)": [1024, 1024]
12
  "16:9 (Landscape)": [1344, 768]
13
  "9:16 (Portrait)": [768, 1344]
 
15
  "3:4 (Classic Portrait)": [896, 1152]
16
  "3:2 (Photography)": [1216, 832]
17
  "2:3 (Photography Portrait)": [832, 1216]
18
+ ideogram-4:
19
  "1:1 (Square)": [1024, 1024]
20
  "16:9 (Landscape)": [1344, 768]
21
  "9:16 (Portrait)": [768, 1344]
 
31
  "3:4 (Classic Portrait)": [896, 1152]
32
  "3:2 (Photography)": [1216, 832]
33
  "2:3 (Photography Portrait)": [832, 1216]
34
+ flux2-kv:
35
  "1:1 (Square)": [1024, 1024]
36
  "16:9 (Landscape)": [1344, 768]
37
  "9:16 (Portrait)": [768, 1344]
 
47
  "3:4 (Classic Portrait)": [896, 1152]
48
  "3:2 (Photography)": [1216, 832]
49
  "2:3 (Photography Portrait)": [832, 1216]
50
+ ernie-image:
51
+ "1:1 (Square)": [1024, 1024]
52
+ "16:9 (Landscape)": [1344, 768]
53
+ "9:16 (Portrait)": [768, 1344]
54
+ "4:3 (Classic)": [1152, 896]
55
+ "3:4 (Classic Portrait)": [896, 1152]
56
+ "3:2 (Photography)": [1216, 832]
57
+ "2:3 (Photography Portrait)": [832, 1216]
58
+ z-image:
59
  "1:1 (Square)": [1024, 1024]
60
  "16:9 (Landscape)": [1344, 768]
61
  "9:16 (Portrait)": [768, 1344]
 
103
  "3:4 (Classic Portrait)": [896, 1152]
104
  "3:2 (Photography)": [1216, 832]
105
  "2:3 (Photography Portrait)": [832, 1216]
106
+ ovis-image:
107
  "1:1 (Square)": [1024, 1024]
108
  "16:9 (Landscape)": [1344, 768]
109
  "9:16 (Portrait)": [768, 1344]
 
111
  "3:4 (Classic Portrait)": [896, 1152]
112
  "3:2 (Photography)": [1216, 832]
113
  "2:3 (Photography Portrait)": [832, 1216]
114
+ hunyuanimage:
115
+ "1:1 (Square)": [2048, 2048]
116
+ "16:9 (Landscape)": [2728, 1536]
117
+ "9:16 (Portrait)": [1536, 2728]
118
+ "4:3 (Classic)": [2368, 1776]
119
+ "3:4 (Classic Portrait)": [1776, 2368]
120
+ "3:2 (Photography)": [2504, 1672]
121
+ "2:3 (Photography Portrait)": [1672, 2504]
122
+ chroma1-radiance:
123
  "1:1 (Square)": [1024, 1024]
124
  "16:9 (Landscape)": [1344, 768]
125
  "9:16 (Portrait)": [768, 1344]
 
127
  "3:4 (Classic Portrait)": [896, 1152]
128
  "3:2 (Photography)": [1216, 832]
129
  "2:3 (Photography Portrait)": [832, 1216]
130
+ chroma1:
131
  "1:1 (Square)": [1024, 1024]
132
  "16:9 (Landscape)": [1344, 768]
133
  "9:16 (Portrait)": [768, 1344]
 
135
  "3:4 (Classic Portrait)": [896, 1152]
136
  "3:2 (Photography)": [1216, 832]
137
  "2:3 (Photography Portrait)": [832, 1216]
138
+ omnigen2:
139
  "1:1 (Square)": [1024, 1024]
140
  "16:9 (Landscape)": [1344, 768]
141
  "9:16 (Portrait)": [768, 1344]
 
143
  "3:4 (Classic Portrait)": [896, 1152]
144
  "3:2 (Photography)": [1216, 832]
145
  "2:3 (Photography Portrait)": [832, 1216]
146
+ lumina:
147
  "1:1 (Square)": [1024, 1024]
148
  "16:9 (Landscape)": [1344, 768]
149
  "9:16 (Portrait)": [768, 1344]
 
151
  "3:4 (Classic Portrait)": [896, 1152]
152
  "3:2 (Photography)": [1216, 832]
153
  "2:3 (Photography Portrait)": [832, 1216]
154
+ hidream-o1:
155
  "1:1 (Square)": [1024, 1024]
156
  "16:9 (Landscape)": [1344, 768]
157
  "9:16 (Portrait)": [768, 1344]
 
159
  "3:4 (Classic Portrait)": [896, 1152]
160
  "3:2 (Photography)": [1216, 832]
161
  "2:3 (Photography Portrait)": [832, 1216]
162
+ hidream-i1:
163
  "1:1 (Square)": [1024, 1024]
164
  "16:9 (Landscape)": [1344, 768]
165
  "9:16 (Portrait)": [768, 1344]
 
167
  "3:4 (Classic Portrait)": [896, 1152]
168
  "3:2 (Photography)": [1216, 832]
169
  "2:3 (Photography Portrait)": [832, 1216]
170
+ flux1:
171
  "1:1 (Square)": [1024, 1024]
172
  "16:9 (Landscape)": [1344, 768]
173
  "9:16 (Portrait)": [768, 1344]
 
175
  "3:4 (Classic Portrait)": [896, 1152]
176
  "3:2 (Photography)": [1216, 832]
177
  "2:3 (Photography Portrait)": [832, 1216]
178
+ sd35:
 
 
 
 
 
 
 
 
179
  "1:1 (Square)": [1024, 1024]
180
  "16:9 (Landscape)": [1344, 768]
181
  "9:16 (Portrait)": [768, 1344]
 
183
  "3:4 (Classic Portrait)": [896, 1152]
184
  "3:2 (Photography)": [1216, 832]
185
  "2:3 (Photography Portrait)": [832, 1216]
186
+ sdxl:
187
  "1:1 (Square)": [1024, 1024]
188
  "16:9 (Landscape)": [1344, 768]
189
  "9:16 (Portrait)": [768, 1344]
 
191
  "3:4 (Classic Portrait)": [896, 1152]
192
  "3:2 (Photography)": [1216, 832]
193
  "2:3 (Photography Portrait)": [832, 1216]
194
+ sd15:
195
+ "1:1 (Square)": [512, 512]
196
+ "16:9 (Landscape)": [896, 512]
197
+ "9:16 (Portrait)": [512, 896]
198
+ "4:3 (Classic Landscape)": [683, 512]
199
+ "3:4 (Classic Portrait)": [512, 683]
200
+ "3:2 (Landscape)": [768, 512]
201
+ "2:3 (Portrait)": [512, 768]
yaml/image_gen_features.yaml CHANGED
@@ -8,43 +8,41 @@ default:
8
  - conditioning
9
  - vae
10
 
11
- ideogram-4:
12
- enabled_chains:
13
- - vae
14
- - pid
15
-
16
  pixeldit:
17
  enabled_chains:
18
  - conditioning
19
 
20
- lens:
21
  enabled_chains:
22
- - conditioning
23
  - pid
24
 
25
- ernie-image:
26
  enabled_chains:
27
  - conditioning
28
  - pid
29
- anima:
 
30
  enabled_chains:
31
  - lora
32
- - anima_controlnet_lllite
33
  - conditioning
 
34
  - vae
35
  - pid
36
- longcat-image:
 
37
  enabled_chains:
38
  - lora
39
  - conditioning
 
 
40
  - pid
41
- newbie-image:
 
42
  enabled_chains:
43
- - lora
44
- - embedding
45
  - conditioning
46
- - vae
47
  - pid
 
48
  z-image:
49
  enabled_chains:
50
  - lora
@@ -52,103 +50,125 @@ z-image:
52
  - controlnet_model_patch
53
  - vae
54
  - pid
55
- lumina:
 
56
  enabled_chains:
57
  - lora
58
- - embedding
59
  - conditioning
60
  - vae
61
  - pid
62
- sd35:
 
63
  enabled_chains:
64
  - lora
65
- - controlnet
66
- - embedding
67
  - conditioning
68
- - sd3_ipadapter
69
- - vae
70
  - pid
71
- sdxl:
 
72
  enabled_chains:
73
  - lora
74
- - controlnet
75
- - ipadapter
76
- - embedding
77
  - conditioning
78
  - vae
79
  - pid
80
- sd15:
 
81
  enabled_chains:
82
  - lora
83
- - controlnet
84
- - ipadapter
85
  - embedding
86
  - conditioning
87
  - vae
88
- flux2:
 
 
89
  enabled_chains:
90
- - lora
91
  - conditioning
92
- - reference_latent
93
  - vae
94
  - pid
95
- flux2-kv:
 
96
  enabled_chains:
97
- - lora
98
  - conditioning
99
- - reference_latent
100
  - vae
101
  - pid
102
- flux1:
 
 
 
 
 
 
 
 
 
 
103
  enabled_chains:
104
- - lora
105
- - controlnet
106
- - style
107
  - conditioning
108
- - flux1_ipadapter
109
  - vae
110
  - pid
 
111
  omnigen2:
112
  enabled_chains:
113
  - conditioning
114
  - reference_latent
115
  - pid
116
- qwen-image:
 
117
  enabled_chains:
118
  - lora
119
- - controlnet
120
  - conditioning
121
  - vae
122
  - pid
 
123
  hidream-o1:
124
  enabled_chains:
125
  - lora
126
  - conditioning
127
  - hidream_o1_reference
 
128
  hidream-i1:
129
  enabled_chains:
130
  - lora
131
  - conditioning
132
  - pid
133
- hunyuanimage:
 
134
  enabled_chains:
 
 
 
135
  - conditioning
 
136
  - vae
 
137
 
138
- ovis-image:
139
  enabled_chains:
 
 
 
140
  - conditioning
 
141
  - vae
142
  - pid
143
 
144
- kandinsky-5:
145
  enabled_chains:
 
 
 
 
146
  - conditioning
147
  - vae
148
  - pid
149
 
150
- chroma1:
151
  enabled_chains:
 
 
 
 
152
  - conditioning
153
- - vae
154
- - pid
 
8
  - conditioning
9
  - vae
10
 
 
 
 
 
 
11
  pixeldit:
12
  enabled_chains:
13
  - conditioning
14
 
15
+ ideogram-4:
16
  enabled_chains:
17
+ - vae
18
  - pid
19
 
20
+ lens:
21
  enabled_chains:
22
  - conditioning
23
  - pid
24
+
25
+ flux2-kv:
26
  enabled_chains:
27
  - lora
 
28
  - conditioning
29
+ - reference_latent
30
  - vae
31
  - pid
32
+
33
+ flux2:
34
  enabled_chains:
35
  - lora
36
  - conditioning
37
+ - reference_latent
38
+ - vae
39
  - pid
40
+
41
+ ernie-image:
42
  enabled_chains:
 
 
43
  - conditioning
 
44
  - pid
45
+
46
  z-image:
47
  enabled_chains:
48
  - lora
 
50
  - controlnet_model_patch
51
  - vae
52
  - pid
53
+
54
+ qwen-image:
55
  enabled_chains:
56
  - lora
57
+ - controlnet
58
  - conditioning
59
  - vae
60
  - pid
61
+
62
+ longcat-image:
63
  enabled_chains:
64
  - lora
 
 
65
  - conditioning
 
 
66
  - pid
67
+
68
+ anima:
69
  enabled_chains:
70
  - lora
71
+ - anima_controlnet_lllite
 
 
72
  - conditioning
73
  - vae
74
  - pid
75
+
76
+ newbie-image:
77
  enabled_chains:
78
  - lora
 
 
79
  - embedding
80
  - conditioning
81
  - vae
82
+ - pid
83
+
84
+ kandinsky-5:
85
  enabled_chains:
 
86
  - conditioning
 
87
  - vae
88
  - pid
89
+
90
+ ovis-image:
91
  enabled_chains:
 
92
  - conditioning
 
93
  - vae
94
  - pid
95
+
96
+ hunyuanimage:
97
+ enabled_chains:
98
+ - conditioning
99
+ - vae
100
+
101
+ chroma1-radiance:
102
+ enabled_chains:
103
+ - conditioning
104
+
105
+ chroma1:
106
  enabled_chains:
 
 
 
107
  - conditioning
 
108
  - vae
109
  - pid
110
+
111
  omnigen2:
112
  enabled_chains:
113
  - conditioning
114
  - reference_latent
115
  - pid
116
+
117
+ lumina:
118
  enabled_chains:
119
  - lora
120
+ - embedding
121
  - conditioning
122
  - vae
123
  - pid
124
+
125
  hidream-o1:
126
  enabled_chains:
127
  - lora
128
  - conditioning
129
  - hidream_o1_reference
130
+
131
  hidream-i1:
132
  enabled_chains:
133
  - lora
134
  - conditioning
135
  - pid
136
+
137
+ flux1:
138
  enabled_chains:
139
+ - lora
140
+ - controlnet
141
+ - style
142
  - conditioning
143
+ - flux1_ipadapter
144
  - vae
145
+ - pid
146
 
147
+ sd35:
148
  enabled_chains:
149
+ - lora
150
+ - controlnet
151
+ - embedding
152
  - conditioning
153
+ - sd3_ipadapter
154
  - vae
155
  - pid
156
 
157
+ sdxl:
158
  enabled_chains:
159
+ - lora
160
+ - controlnet
161
+ - ipadapter
162
+ - embedding
163
  - conditioning
164
  - vae
165
  - pid
166
 
167
+ sd15:
168
  enabled_chains:
169
+ - lora
170
+ - controlnet
171
+ - ipadapter
172
+ - embedding
173
  - conditioning
174
+ - vae
 
yaml/model_defaults.yaml CHANGED
@@ -6,14 +6,6 @@ Default:
6
  positive_prompt: ""
7
  negative_prompt: "low quality, worst quality, over-saturated, blurry, deformed, watermark"
8
 
9
- Ideogram-4:
10
- _defaults:
11
- steps: 20
12
- cfg: 7.0
13
- sampler_name: "res_multistep"
14
- scheduler: "simple"
15
- positive_prompt: "NOTE: If you see \"Image blocked by safety filter\" it is because of safety training in the model itself, ImageGen does not have any safety filter."
16
-
17
  PixelDiT:
18
  _defaults:
19
  steps: 30
@@ -22,6 +14,14 @@ PixelDiT:
22
  scheduler: "simple"
23
  negative_prompt: "low quality, worst quality, over-saturated, blurry, deformed, watermark"
24
 
 
 
 
 
 
 
 
 
25
  Lens:
26
  _defaults:
27
  steps: 20
@@ -32,15 +32,12 @@ Lens:
32
  steps: 4
33
  cfg: 1.0
34
 
35
- ERNIE-Image:
36
  _defaults:
37
- steps: 20
38
- cfg: 4.0
39
  sampler_name: "euler"
40
  scheduler: "simple"
41
- "baidu/ERNIE-Image-Turbo":
42
- steps: 8
43
- cfg: 1.0
44
 
45
  FLUX.2:
46
  _defaults:
@@ -55,12 +52,15 @@ FLUX.2:
55
  steps: 4
56
  cfg: 1.0
57
 
58
- FLUX.2-KV:
59
  _defaults:
60
- steps: 4
61
- cfg: 1.0
62
  sampler_name: "euler"
63
  scheduler: "simple"
 
 
 
64
 
65
  Z-Image:
66
  _defaults:
@@ -119,26 +119,15 @@ Ovis-Image:
119
  sampler_name: "euler"
120
  scheduler: "simple"
121
 
122
- OmniGen2:
123
  _defaults:
124
  steps: 20
125
- cfg: 5.0
126
- sampler_name: "euler"
127
- scheduler: "simple"
128
- positive_prompt: ""
129
- negative_prompt: ""
130
-
131
- Chroma1:
132
- _defaults:
133
- steps: 30
134
- cfg: 4.0
135
  sampler_name: "euler"
136
  scheduler: "simple"
137
- negative_prompt: "low quality, bad anatomy, extra digits, missing digits, extra limbs, missing limbs"
138
- "lodestones/Chroma1-HD-Flash":
139
  steps: 8
140
  cfg: 1.0
141
- scheduler: "beta"
142
 
143
  Chroma1-Radiance:
144
  _defaults:
@@ -148,40 +137,35 @@ Chroma1-Radiance:
148
  scheduler: "simple"
149
  negative_prompt: "low quality, bad anatomy, extra digits, missing digits, extra limbs, missing limbs, hands, fingers"
150
 
151
- SD3.5:
152
  _defaults:
153
- steps: 20
154
  cfg: 4.0
155
  sampler_name: "euler"
156
- scheduler: "sgm_uniform"
 
 
 
 
 
157
 
158
- SDXL:
159
  _defaults:
160
- steps: 25
161
- cfg: 7.0
162
  sampler_name: "euler"
163
  scheduler: "simple"
164
  positive_prompt: ""
165
  negative_prompt: ""
166
 
167
- SD1.5:
168
- _defaults:
169
- steps: 47
170
- cfg: 7.0
171
- sampler_name: "euler_ancestral"
172
- scheduler: "simple"
173
-
174
- FLUX.1:
175
  _defaults:
176
  steps: 20
177
- cfg: 1.0
178
- sampler_name: "euler"
179
- scheduler: "simple"
180
- "flux1-schnell":
181
- steps: 4
182
- cfg: 1.0
183
- sampler_name: "euler"
184
  scheduler: "simple"
 
 
185
 
186
  HiDream-O1:
187
  _defaults:
@@ -213,12 +197,37 @@ HiDream-I1:
213
  sampler_name: "lcm"
214
  scheduler: "normal"
215
 
216
- HunyuanImage:
217
  _defaults:
218
  steps: 20
219
- cfg: 3.5
220
  sampler_name: "euler"
221
  scheduler: "simple"
222
- "HunyuanImage-2.1-Distilled":
223
- steps: 8
224
- cfg: 1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  positive_prompt: ""
7
  negative_prompt: "low quality, worst quality, over-saturated, blurry, deformed, watermark"
8
 
 
 
 
 
 
 
 
 
9
  PixelDiT:
10
  _defaults:
11
  steps: 30
 
14
  scheduler: "simple"
15
  negative_prompt: "low quality, worst quality, over-saturated, blurry, deformed, watermark"
16
 
17
+ Ideogram-4:
18
+ _defaults:
19
+ steps: 20
20
+ cfg: 7.0
21
+ sampler_name: "res_multistep"
22
+ scheduler: "simple"
23
+ positive_prompt: "NOTE: If you see \"Image blocked by safety filter\" it is because of safety training in the model itself, ImageGen does not have any safety filter."
24
+
25
  Lens:
26
  _defaults:
27
  steps: 20
 
32
  steps: 4
33
  cfg: 1.0
34
 
35
+ FLUX.2-KV:
36
  _defaults:
37
+ steps: 4
38
+ cfg: 1.0
39
  sampler_name: "euler"
40
  scheduler: "simple"
 
 
 
41
 
42
  FLUX.2:
43
  _defaults:
 
52
  steps: 4
53
  cfg: 1.0
54
 
55
+ ERNIE-Image:
56
  _defaults:
57
+ steps: 20
58
+ cfg: 4.0
59
  sampler_name: "euler"
60
  scheduler: "simple"
61
+ "baidu/ERNIE-Image-Turbo":
62
+ steps: 8
63
+ cfg: 1.0
64
 
65
  Z-Image:
66
  _defaults:
 
119
  sampler_name: "euler"
120
  scheduler: "simple"
121
 
122
+ HunyuanImage:
123
  _defaults:
124
  steps: 20
125
+ cfg: 3.5
 
 
 
 
 
 
 
 
 
126
  sampler_name: "euler"
127
  scheduler: "simple"
128
+ "HunyuanImage-2.1-Distilled":
 
129
  steps: 8
130
  cfg: 1.0
 
131
 
132
  Chroma1-Radiance:
133
  _defaults:
 
137
  scheduler: "simple"
138
  negative_prompt: "low quality, bad anatomy, extra digits, missing digits, extra limbs, missing limbs, hands, fingers"
139
 
140
+ Chroma1:
141
  _defaults:
142
+ steps: 30
143
  cfg: 4.0
144
  sampler_name: "euler"
145
+ scheduler: "simple"
146
+ negative_prompt: "low quality, bad anatomy, extra digits, missing digits, extra limbs, missing limbs"
147
+ "lodestones/Chroma1-HD-Flash":
148
+ steps: 8
149
+ cfg: 1.0
150
+ scheduler: "beta"
151
 
152
+ OmniGen2:
153
  _defaults:
154
+ steps: 20
155
+ cfg: 5.0
156
  sampler_name: "euler"
157
  scheduler: "simple"
158
  positive_prompt: ""
159
  negative_prompt: ""
160
 
161
+ Lumina:
 
 
 
 
 
 
 
162
  _defaults:
163
  steps: 20
164
+ cfg: 4.0
165
+ sampler_name: "res_multistep"
 
 
 
 
 
166
  scheduler: "simple"
167
+ positive_prompt: ""
168
+ negative_prompt: ""
169
 
170
  HiDream-O1:
171
  _defaults:
 
197
  sampler_name: "lcm"
198
  scheduler: "normal"
199
 
200
+ FLUX.1:
201
  _defaults:
202
  steps: 20
203
+ cfg: 1.0
204
  sampler_name: "euler"
205
  scheduler: "simple"
206
+ "flux1-schnell":
207
+ steps: 4
208
+ cfg: 1.0
209
+ sampler_name: "euler"
210
+ scheduler: "simple"
211
+
212
+ SD3.5:
213
+ _defaults:
214
+ steps: 20
215
+ cfg: 4.0
216
+ sampler_name: "euler"
217
+ scheduler: "sgm_uniform"
218
+
219
+ SDXL:
220
+ _defaults:
221
+ steps: 25
222
+ cfg: 7.0
223
+ sampler_name: "euler"
224
+ scheduler: "simple"
225
+ positive_prompt: ""
226
+ negative_prompt: ""
227
+
228
+ SD1.5:
229
+ _defaults:
230
+ steps: 47
231
+ cfg: 7.0
232
+ sampler_name: "euler_ancestral"
233
+ scheduler: "simple"