comfyui-workflow-templates 0.1.70__py3-none-any.whl → 0.1.72__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of comfyui-workflow-templates might be problematic. Click here for more details.
- comfyui_workflow_templates/templates/api_google_gemini_image.json +101 -96
- comfyui_workflow_templates/templates/flux1_dev_uso_reference_image_gen-1.webp +0 -0
- comfyui_workflow_templates/templates/flux1_dev_uso_reference_image_gen-2.webp +0 -0
- comfyui_workflow_templates/templates/flux1_dev_uso_reference_image_gen.json +3491 -0
- comfyui_workflow_templates/templates/hidream_i1_dev.json +455 -287
- comfyui_workflow_templates/templates/hidream_i1_fast.json +463 -295
- comfyui_workflow_templates/templates/hidream_i1_full.json +417 -250
- comfyui_workflow_templates/templates/image_qwen_image_instantx_controlnet.json +47 -47
- comfyui_workflow_templates/templates/index.es.json +261 -96
- comfyui_workflow_templates/templates/index.fr.json +300 -145
- comfyui_workflow_templates/templates/index.ja.json +261 -96
- comfyui_workflow_templates/templates/index.json +36 -2
- comfyui_workflow_templates/templates/index.ko.json +261 -96
- comfyui_workflow_templates/templates/index.ru.json +259 -158
- comfyui_workflow_templates/templates/index.zh-TW.json +261 -96
- comfyui_workflow_templates/templates/index.zh.json +261 -96
- comfyui_workflow_templates/templates/video_wan2_2_14B_s2v.json +80 -80
- comfyui_workflow_templates/templates/video_wan2_2_5B_fun_control-1.webp +0 -0
- comfyui_workflow_templates/templates/video_wan2_2_5B_fun_control.json +1018 -0
- comfyui_workflow_templates/templates/video_wan2_2_5B_fun_inpaint-1.webp +0 -0
- comfyui_workflow_templates/templates/video_wan2_2_5B_fun_inpaint.json +856 -0
- {comfyui_workflow_templates-0.1.70.dist-info → comfyui_workflow_templates-0.1.72.dist-info}/METADATA +1 -1
- {comfyui_workflow_templates-0.1.70.dist-info → comfyui_workflow_templates-0.1.72.dist-info}/RECORD +26 -19
- {comfyui_workflow_templates-0.1.70.dist-info → comfyui_workflow_templates-0.1.72.dist-info}/WHEEL +0 -0
- {comfyui_workflow_templates-0.1.70.dist-info → comfyui_workflow_templates-0.1.72.dist-info}/licenses/LICENSE +0 -0
- {comfyui_workflow_templates-0.1.70.dist-info → comfyui_workflow_templates-0.1.72.dist-info}/top_level.txt +0 -0
|
@@ -1,31 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "01d66ae9-78be-4a8d-b737-24eee5e1d447",
|
|
3
3
|
"revision": 0,
|
|
4
|
-
"last_node_id":
|
|
5
|
-
"last_link_id":
|
|
4
|
+
"last_node_id": 94,
|
|
5
|
+
"last_link_id": 183,
|
|
6
6
|
"nodes": [
|
|
7
7
|
{
|
|
8
|
-
"id":
|
|
9
|
-
"type": "
|
|
10
|
-
"pos": [
|
|
11
|
-
|
|
8
|
+
"id": 81,
|
|
9
|
+
"type": "VAELoader",
|
|
10
|
+
"pos": [
|
|
11
|
+
-150,
|
|
12
|
+
1160
|
|
13
|
+
],
|
|
14
|
+
"size": [
|
|
15
|
+
320,
|
|
16
|
+
60
|
|
17
|
+
],
|
|
12
18
|
"flags": {},
|
|
13
19
|
"order": 0,
|
|
14
20
|
"mode": 0,
|
|
15
21
|
"inputs": [],
|
|
16
22
|
"outputs": [
|
|
17
23
|
{
|
|
18
|
-
"name": "
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
24
|
+
"name": "VAE",
|
|
25
|
+
"type": "VAE",
|
|
26
|
+
"links": [
|
|
27
|
+
169
|
|
28
|
+
]
|
|
23
29
|
}
|
|
24
30
|
],
|
|
25
31
|
"properties": {
|
|
26
|
-
"Node name for S&R": "EmptySD3LatentImage",
|
|
27
32
|
"cnr_id": "comfy-core",
|
|
28
33
|
"ver": "0.3.28",
|
|
34
|
+
"Node name for S&R": "VAELoader",
|
|
35
|
+
"models": [
|
|
36
|
+
{
|
|
37
|
+
"name": "ae.safetensors",
|
|
38
|
+
"url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/vae/ae.safetensors?download=true",
|
|
39
|
+
"directory": "vae"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
29
42
|
"enableTabs": false,
|
|
30
43
|
"tabWidth": 65,
|
|
31
44
|
"tabXOffset": 10,
|
|
@@ -34,40 +47,62 @@
|
|
|
34
47
|
"secondTabOffset": 80,
|
|
35
48
|
"secondTabWidth": 65
|
|
36
49
|
},
|
|
37
|
-
"widgets_values": [
|
|
50
|
+
"widgets_values": [
|
|
51
|
+
"ae.safetensors"
|
|
52
|
+
]
|
|
38
53
|
},
|
|
39
54
|
{
|
|
40
|
-
"id":
|
|
41
|
-
"type": "
|
|
42
|
-
"pos": [
|
|
43
|
-
|
|
55
|
+
"id": 82,
|
|
56
|
+
"type": "QuadrupleCLIPLoader",
|
|
57
|
+
"pos": [
|
|
58
|
+
-150,
|
|
59
|
+
970
|
|
60
|
+
],
|
|
61
|
+
"size": [
|
|
62
|
+
320,
|
|
63
|
+
130
|
|
64
|
+
],
|
|
44
65
|
"flags": {},
|
|
45
|
-
"order":
|
|
66
|
+
"order": 1,
|
|
46
67
|
"mode": 0,
|
|
47
|
-
"inputs": [
|
|
48
|
-
{
|
|
49
|
-
"name": "samples",
|
|
50
|
-
"type": "LATENT",
|
|
51
|
-
"link": 160
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
"name": "vae",
|
|
55
|
-
"type": "VAE",
|
|
56
|
-
"link": 107
|
|
57
|
-
}
|
|
58
|
-
],
|
|
68
|
+
"inputs": [],
|
|
59
69
|
"outputs": [
|
|
60
70
|
{
|
|
61
|
-
"name": "
|
|
62
|
-
"type": "
|
|
71
|
+
"name": "CLIP",
|
|
72
|
+
"type": "CLIP",
|
|
63
73
|
"slot_index": 0,
|
|
64
|
-
"links": [
|
|
74
|
+
"links": [
|
|
75
|
+
167,
|
|
76
|
+
175
|
|
77
|
+
]
|
|
65
78
|
}
|
|
66
79
|
],
|
|
67
80
|
"properties": {
|
|
68
|
-
"Node name for S&R": "VAEDecode",
|
|
69
81
|
"cnr_id": "comfy-core",
|
|
70
82
|
"ver": "0.3.28",
|
|
83
|
+
"Node name for S&R": "QuadrupleCLIPLoader",
|
|
84
|
+
"models": [
|
|
85
|
+
{
|
|
86
|
+
"name": "clip_l_hidream.safetensors",
|
|
87
|
+
"url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/clip_l_hidream.safetensors",
|
|
88
|
+
"directory": "text_encoders"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "clip_g_hidream.safetensors",
|
|
92
|
+
"url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/clip_g_hidream.safetensors",
|
|
93
|
+
"directory": "text_encoders"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "t5xxl_fp8_e4m3fn_scaled.safetensors",
|
|
97
|
+
"url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/t5xxl_fp8_e4m3fn_scaled.safetensors",
|
|
98
|
+
"directory": "text_encoders"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "llama_3.1_8b_instruct_fp8_scaled.safetensors",
|
|
102
|
+
"url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/llama_3.1_8b_instruct_fp8_scaled.safetensors",
|
|
103
|
+
"directory": "text_encoders"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
71
106
|
"enableTabs": false,
|
|
72
107
|
"tabWidth": 65,
|
|
73
108
|
"tabXOffset": 10,
|
|
@@ -76,95 +111,88 @@
|
|
|
76
111
|
"secondTabOffset": 80,
|
|
77
112
|
"secondTabWidth": 65
|
|
78
113
|
},
|
|
79
|
-
"widgets_values": [
|
|
114
|
+
"widgets_values": [
|
|
115
|
+
"clip_l_hidream.safetensors",
|
|
116
|
+
"clip_g_hidream.safetensors",
|
|
117
|
+
"t5xxl_fp8_e4m3fn_scaled.safetensors",
|
|
118
|
+
"llama_3.1_8b_instruct_fp8_scaled.safetensors"
|
|
119
|
+
]
|
|
80
120
|
},
|
|
81
121
|
{
|
|
82
|
-
"id":
|
|
83
|
-
"type": "
|
|
84
|
-
"pos": [
|
|
85
|
-
|
|
122
|
+
"id": 93,
|
|
123
|
+
"type": "UNETLoader",
|
|
124
|
+
"pos": [
|
|
125
|
+
-140,
|
|
126
|
+
830
|
|
127
|
+
],
|
|
128
|
+
"size": [
|
|
129
|
+
280,
|
|
130
|
+
82
|
|
131
|
+
],
|
|
86
132
|
"flags": {},
|
|
87
|
-
"order":
|
|
133
|
+
"order": 2,
|
|
88
134
|
"mode": 0,
|
|
89
135
|
"inputs": [],
|
|
90
|
-
"outputs": [],
|
|
91
|
-
"title": "Sampling Settings",
|
|
92
|
-
"properties": {},
|
|
93
|
-
"widgets_values": [
|
|
94
|
-
"## Official sampling settings\n\nProvided for reference, my workflows may have slightly different settings.\n\n### HiDream Full\n\n* hidream_i1_full_fp16.safetensors\n* shift: 3.0\n* steps: 50\n* sampler: uni_pc\n* scheduler: simple\n* cfg: 5.0\n\n### HiDream Dev\n\n* hidream_i1_dev_bf16.safetensors\n* shift: 6.0\n* steps: 28\n* sampler: lcm\n* scheduler: normal\n* cfg: 1.0 (no negative prompt)\n\n### HiDream Fast\n\n* hidream_i1_fast_bf16.safetensors\n* shift: 3.0\n* steps: 16\n* sampler: lcm\n* scheduler: normal\n* cfg: 1.0 (no negative prompt)\n"
|
|
95
|
-
],
|
|
96
|
-
"color": "#432",
|
|
97
|
-
"bgcolor": "#653"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"id": 40,
|
|
101
|
-
"type": "CLIPTextEncode",
|
|
102
|
-
"pos": [530, 210],
|
|
103
|
-
"size": [432, 192],
|
|
104
|
-
"flags": {
|
|
105
|
-
"collapsed": true
|
|
106
|
-
},
|
|
107
|
-
"order": 9,
|
|
108
|
-
"mode": 0,
|
|
109
|
-
"inputs": [
|
|
110
|
-
{
|
|
111
|
-
"name": "clip",
|
|
112
|
-
"type": "CLIP",
|
|
113
|
-
"link": 112
|
|
114
|
-
}
|
|
115
|
-
],
|
|
116
136
|
"outputs": [
|
|
117
137
|
{
|
|
118
|
-
"name": "
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
|
|
122
|
-
|
|
138
|
+
"name": "MODEL",
|
|
139
|
+
"type": "MODEL",
|
|
140
|
+
"links": [
|
|
141
|
+
177
|
|
142
|
+
]
|
|
123
143
|
}
|
|
124
144
|
],
|
|
125
|
-
"title": "Negative Prompt",
|
|
126
145
|
"properties": {
|
|
127
|
-
"Node name for S&R": "CLIPTextEncode",
|
|
128
146
|
"cnr_id": "comfy-core",
|
|
129
|
-
"ver": "0.3.
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
147
|
+
"ver": "0.3.56",
|
|
148
|
+
"Node name for S&R": "UNETLoader",
|
|
149
|
+
"models": [
|
|
150
|
+
{
|
|
151
|
+
"name": "hidream_i1_fast_fp8.safetensors",
|
|
152
|
+
"url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/diffusion_models/hidream_i1_fast_fp8.safetensors?download=true",
|
|
153
|
+
"directory": "diffusion_models"
|
|
154
|
+
}
|
|
155
|
+
]
|
|
137
156
|
},
|
|
138
|
-
"widgets_values": [
|
|
139
|
-
|
|
140
|
-
|
|
157
|
+
"widgets_values": [
|
|
158
|
+
"hidream_i1_fast_fp8.safetensors",
|
|
159
|
+
"default"
|
|
160
|
+
]
|
|
141
161
|
},
|
|
142
162
|
{
|
|
143
|
-
"id":
|
|
163
|
+
"id": 91,
|
|
144
164
|
"type": "ModelSamplingSD3",
|
|
145
|
-
"pos": [
|
|
146
|
-
|
|
165
|
+
"pos": [
|
|
166
|
+
630,
|
|
167
|
+
780
|
|
168
|
+
],
|
|
169
|
+
"size": [
|
|
170
|
+
210,
|
|
171
|
+
60
|
|
172
|
+
],
|
|
147
173
|
"flags": {},
|
|
148
|
-
"order":
|
|
174
|
+
"order": 8,
|
|
149
175
|
"mode": 0,
|
|
150
176
|
"inputs": [
|
|
151
177
|
{
|
|
152
178
|
"name": "model",
|
|
153
179
|
"type": "MODEL",
|
|
154
|
-
"link":
|
|
180
|
+
"link": 177
|
|
155
181
|
}
|
|
156
182
|
],
|
|
157
183
|
"outputs": [
|
|
158
184
|
{
|
|
159
185
|
"name": "MODEL",
|
|
160
186
|
"type": "MODEL",
|
|
161
|
-
"links": [
|
|
187
|
+
"links": [
|
|
188
|
+
178
|
|
189
|
+
]
|
|
162
190
|
}
|
|
163
191
|
],
|
|
164
192
|
"properties": {
|
|
165
|
-
"Node name for S&R": "ModelSamplingSD3",
|
|
166
193
|
"cnr_id": "comfy-core",
|
|
167
194
|
"ver": "0.3.28",
|
|
195
|
+
"Node name for S&R": "ModelSamplingSD3",
|
|
168
196
|
"enableTabs": false,
|
|
169
197
|
"tabWidth": 65,
|
|
170
198
|
"tabXOffset": 10,
|
|
@@ -173,28 +201,48 @@
|
|
|
173
201
|
"secondTabOffset": 80,
|
|
174
202
|
"secondTabWidth": 65
|
|
175
203
|
},
|
|
176
|
-
"widgets_values": [
|
|
204
|
+
"widgets_values": [
|
|
205
|
+
3
|
|
206
|
+
]
|
|
177
207
|
},
|
|
178
208
|
{
|
|
179
|
-
"id":
|
|
180
|
-
"type": "
|
|
181
|
-
"pos": [
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
209
|
+
"id": 90,
|
|
210
|
+
"type": "CLIPTextEncode",
|
|
211
|
+
"pos": [
|
|
212
|
+
240,
|
|
213
|
+
1030
|
|
214
|
+
],
|
|
215
|
+
"size": [
|
|
216
|
+
432,
|
|
217
|
+
192
|
|
218
|
+
],
|
|
219
|
+
"flags": {
|
|
220
|
+
"collapsed": true
|
|
221
|
+
},
|
|
222
|
+
"order": 7,
|
|
185
223
|
"mode": 0,
|
|
186
224
|
"inputs": [
|
|
187
225
|
{
|
|
188
|
-
"name": "
|
|
189
|
-
"type": "
|
|
190
|
-
"link":
|
|
226
|
+
"name": "clip",
|
|
227
|
+
"type": "CLIP",
|
|
228
|
+
"link": 175
|
|
191
229
|
}
|
|
192
230
|
],
|
|
193
|
-
"outputs": [
|
|
231
|
+
"outputs": [
|
|
232
|
+
{
|
|
233
|
+
"name": "CONDITIONING",
|
|
234
|
+
"type": "CONDITIONING",
|
|
235
|
+
"slot_index": 0,
|
|
236
|
+
"links": [
|
|
237
|
+
180
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"title": "Negative Prompt",
|
|
194
242
|
"properties": {
|
|
195
|
-
"Node name for S&R": "SaveImage",
|
|
196
243
|
"cnr_id": "comfy-core",
|
|
197
244
|
"ver": "0.3.28",
|
|
245
|
+
"Node name for S&R": "CLIPTextEncode",
|
|
198
246
|
"enableTabs": false,
|
|
199
247
|
"tabWidth": 65,
|
|
200
248
|
"tabXOffset": 10,
|
|
@@ -203,35 +251,41 @@
|
|
|
203
251
|
"secondTabOffset": 80,
|
|
204
252
|
"secondTabWidth": 65
|
|
205
253
|
},
|
|
206
|
-
"widgets_values": [
|
|
254
|
+
"widgets_values": [
|
|
255
|
+
"bad ugly jpeg artifacts"
|
|
256
|
+
],
|
|
257
|
+
"color": "#322",
|
|
258
|
+
"bgcolor": "#533"
|
|
207
259
|
},
|
|
208
260
|
{
|
|
209
|
-
"id":
|
|
210
|
-
"type": "
|
|
211
|
-
"pos": [
|
|
212
|
-
|
|
261
|
+
"id": 84,
|
|
262
|
+
"type": "EmptySD3LatentImage",
|
|
263
|
+
"pos": [
|
|
264
|
+
-140,
|
|
265
|
+
1360
|
|
266
|
+
],
|
|
267
|
+
"size": [
|
|
268
|
+
315,
|
|
269
|
+
106
|
|
270
|
+
],
|
|
213
271
|
"flags": {},
|
|
214
|
-
"order":
|
|
272
|
+
"order": 3,
|
|
215
273
|
"mode": 0,
|
|
216
274
|
"inputs": [],
|
|
217
275
|
"outputs": [
|
|
218
276
|
{
|
|
219
|
-
"name": "
|
|
220
|
-
"type": "
|
|
221
|
-
"
|
|
277
|
+
"name": "LATENT",
|
|
278
|
+
"type": "LATENT",
|
|
279
|
+
"slot_index": 0,
|
|
280
|
+
"links": [
|
|
281
|
+
181
|
|
282
|
+
]
|
|
222
283
|
}
|
|
223
284
|
],
|
|
224
285
|
"properties": {
|
|
225
|
-
"Node name for S&R": "VAELoader",
|
|
226
286
|
"cnr_id": "comfy-core",
|
|
227
287
|
"ver": "0.3.28",
|
|
228
|
-
"
|
|
229
|
-
{
|
|
230
|
-
"name": "ae.safetensors",
|
|
231
|
-
"url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/vae/ae.safetensors?download=true",
|
|
232
|
-
"directory": "vae"
|
|
233
|
-
}
|
|
234
|
-
],
|
|
288
|
+
"Node name for S&R": "EmptySD3LatentImage",
|
|
235
289
|
"enableTabs": false,
|
|
236
290
|
"tabWidth": 65,
|
|
237
291
|
"tabXOffset": 10,
|
|
@@ -240,53 +294,62 @@
|
|
|
240
294
|
"secondTabOffset": 80,
|
|
241
295
|
"secondTabWidth": 65
|
|
242
296
|
},
|
|
243
|
-
"widgets_values": [
|
|
244
|
-
|
|
245
|
-
|
|
297
|
+
"widgets_values": [
|
|
298
|
+
1024,
|
|
299
|
+
1024,
|
|
300
|
+
1
|
|
301
|
+
]
|
|
246
302
|
},
|
|
247
303
|
{
|
|
248
|
-
"id":
|
|
249
|
-
"type": "
|
|
250
|
-
"pos": [
|
|
251
|
-
|
|
304
|
+
"id": 94,
|
|
305
|
+
"type": "KSampler",
|
|
306
|
+
"pos": [
|
|
307
|
+
630,
|
|
308
|
+
890
|
|
309
|
+
],
|
|
310
|
+
"size": [
|
|
311
|
+
310,
|
|
312
|
+
262
|
|
313
|
+
],
|
|
252
314
|
"flags": {},
|
|
253
|
-
"order":
|
|
315
|
+
"order": 9,
|
|
254
316
|
"mode": 0,
|
|
255
|
-
"inputs": [
|
|
317
|
+
"inputs": [
|
|
318
|
+
{
|
|
319
|
+
"name": "model",
|
|
320
|
+
"type": "MODEL",
|
|
321
|
+
"link": 178
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"name": "positive",
|
|
325
|
+
"type": "CONDITIONING",
|
|
326
|
+
"link": 179
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "negative",
|
|
330
|
+
"type": "CONDITIONING",
|
|
331
|
+
"link": 180
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"name": "latent_image",
|
|
335
|
+
"type": "LATENT",
|
|
336
|
+
"link": 181
|
|
337
|
+
}
|
|
338
|
+
],
|
|
256
339
|
"outputs": [
|
|
257
340
|
{
|
|
258
|
-
"name": "
|
|
259
|
-
"type": "
|
|
341
|
+
"name": "LATENT",
|
|
342
|
+
"type": "LATENT",
|
|
260
343
|
"slot_index": 0,
|
|
261
|
-
"links": [
|
|
344
|
+
"links": [
|
|
345
|
+
182
|
|
346
|
+
]
|
|
262
347
|
}
|
|
263
348
|
],
|
|
264
349
|
"properties": {
|
|
265
|
-
"Node name for S&R": "QuadrupleCLIPLoader",
|
|
266
350
|
"cnr_id": "comfy-core",
|
|
267
351
|
"ver": "0.3.28",
|
|
268
|
-
"
|
|
269
|
-
{
|
|
270
|
-
"name": "clip_l_hidream.safetensors",
|
|
271
|
-
"url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/clip_l_hidream.safetensors?download=true",
|
|
272
|
-
"directory": "text_encoders"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"name": "clip_g_hidream.safetensors",
|
|
276
|
-
"url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/clip_g_hidream.safetensors?download=true",
|
|
277
|
-
"directory": "text_encoders"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"name": "t5xxl_fp8_e4m3fn_scaled.safetensors",
|
|
281
|
-
"url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/t5xxl_fp8_e4m3fn_scaled.safetensors?download=true",
|
|
282
|
-
"directory": "text_encoders"
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"name": "llama_3.1_8b_instruct_fp8_scaled.safetensors",
|
|
286
|
-
"url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/t5xxl_fp8_e4m3fn_scaled.safetensors?download=true",
|
|
287
|
-
"directory": "text_encoders"
|
|
288
|
-
}
|
|
289
|
-
],
|
|
352
|
+
"Node name for S&R": "KSampler",
|
|
290
353
|
"enableTabs": false,
|
|
291
354
|
"tabWidth": 65,
|
|
292
355
|
"tabXOffset": 10,
|
|
@@ -296,123 +359,115 @@
|
|
|
296
359
|
"secondTabWidth": 65
|
|
297
360
|
},
|
|
298
361
|
"widgets_values": [
|
|
299
|
-
|
|
300
|
-
"
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
362
|
+
833271177511441,
|
|
363
|
+
"randomize",
|
|
364
|
+
16,
|
|
365
|
+
1,
|
|
366
|
+
"lcm",
|
|
367
|
+
"normal",
|
|
368
|
+
1
|
|
369
|
+
]
|
|
306
370
|
},
|
|
307
371
|
{
|
|
308
|
-
"id":
|
|
372
|
+
"id": 89,
|
|
309
373
|
"type": "MarkdownNote",
|
|
310
|
-
"pos": [
|
|
311
|
-
|
|
374
|
+
"pos": [
|
|
375
|
+
230,
|
|
376
|
+
1100
|
|
377
|
+
],
|
|
378
|
+
"size": [
|
|
379
|
+
360,
|
|
380
|
+
380
|
|
381
|
+
],
|
|
312
382
|
"flags": {},
|
|
313
383
|
"order": 4,
|
|
314
384
|
"mode": 0,
|
|
315
385
|
"inputs": [],
|
|
316
386
|
"outputs": [],
|
|
387
|
+
"title": "KSampler Settings",
|
|
317
388
|
"properties": {},
|
|
318
389
|
"widgets_values": [
|
|
319
|
-
"
|
|
390
|
+
"## Official sampling settings\n\nProvided for reference, my workflows may have slightly different settings.\n\n### HiDream Full\n\n* hidream_i1_full_fp16.safetensors\n* shift: 3.0\n* steps: 50\n* sampler: uni_pc\n* scheduler: simple\n* cfg: 5.0\n\n### HiDream Dev\n\n* hidream_i1_dev_bf16.safetensors\n* shift: 6.0\n* steps: 28\n* sampler: lcm\n* scheduler: normal\n* cfg: 1.0 (no negative prompt)\n\n### HiDream Fast\n\n* hidream_i1_fast_bf16.safetensors\n* shift: 3.0\n* steps: 16\n* sampler: lcm\n* scheduler: normal\n* cfg: 1.0 (no negative prompt)\n"
|
|
320
391
|
],
|
|
321
392
|
"color": "#432",
|
|
322
393
|
"bgcolor": "#653"
|
|
323
394
|
},
|
|
324
395
|
{
|
|
325
|
-
"id":
|
|
326
|
-
"type": "
|
|
327
|
-
"pos": [
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
"order": 5,
|
|
331
|
-
"mode": 0,
|
|
332
|
-
"inputs": [],
|
|
333
|
-
"outputs": [],
|
|
334
|
-
"properties": {},
|
|
335
|
-
"widgets_values": [
|
|
336
|
-
"Download all of the text_encoders models [here](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/tree/main/split_files/text_encoders)\n\nPut them in the **ComfyUI/models/text_encoders** directory"
|
|
396
|
+
"id": 86,
|
|
397
|
+
"type": "VAEDecode",
|
|
398
|
+
"pos": [
|
|
399
|
+
960,
|
|
400
|
+
780
|
|
337
401
|
],
|
|
338
|
-
"
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
{
|
|
342
|
-
"id": 80,
|
|
343
|
-
"type": "MarkdownNote",
|
|
344
|
-
"pos": [-100, 230],
|
|
345
|
-
"size": [210, 88],
|
|
346
|
-
"flags": {},
|
|
347
|
-
"order": 6,
|
|
348
|
-
"mode": 0,
|
|
349
|
-
"inputs": [],
|
|
350
|
-
"outputs": [],
|
|
351
|
-
"properties": {},
|
|
352
|
-
"widgets_values": [
|
|
353
|
-
"Download the VAE model [here](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/blob/main/split_files/vae/ae.safetensors) \n\nPut it in the **ComfyUI/models/vae** directory"
|
|
402
|
+
"size": [
|
|
403
|
+
210,
|
|
404
|
+
46
|
|
354
405
|
],
|
|
355
|
-
"color": "#432",
|
|
356
|
-
"bgcolor": "#653"
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"id": 76,
|
|
360
|
-
"type": "UNETLoader",
|
|
361
|
-
"pos": [180, -100],
|
|
362
|
-
"size": [280, 82],
|
|
363
406
|
"flags": {},
|
|
364
|
-
"order":
|
|
407
|
+
"order": 10,
|
|
365
408
|
"mode": 0,
|
|
366
|
-
"inputs": [
|
|
409
|
+
"inputs": [
|
|
410
|
+
{
|
|
411
|
+
"name": "samples",
|
|
412
|
+
"type": "LATENT",
|
|
413
|
+
"link": 182
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
"name": "vae",
|
|
417
|
+
"type": "VAE",
|
|
418
|
+
"link": 169
|
|
419
|
+
}
|
|
420
|
+
],
|
|
367
421
|
"outputs": [
|
|
368
422
|
{
|
|
369
|
-
"name": "
|
|
370
|
-
"type": "
|
|
371
|
-
"
|
|
423
|
+
"name": "IMAGE",
|
|
424
|
+
"type": "IMAGE",
|
|
425
|
+
"slot_index": 0,
|
|
426
|
+
"links": [
|
|
427
|
+
174
|
|
428
|
+
]
|
|
372
429
|
}
|
|
373
430
|
],
|
|
374
431
|
"properties": {
|
|
375
|
-
"
|
|
376
|
-
"
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
432
|
+
"cnr_id": "comfy-core",
|
|
433
|
+
"ver": "0.3.28",
|
|
434
|
+
"Node name for S&R": "VAEDecode",
|
|
435
|
+
"enableTabs": false,
|
|
436
|
+
"tabWidth": 65,
|
|
437
|
+
"tabXOffset": 10,
|
|
438
|
+
"hasSecondTab": false,
|
|
439
|
+
"secondTabText": "Send Back",
|
|
440
|
+
"secondTabOffset": 80,
|
|
441
|
+
"secondTabWidth": 65
|
|
383
442
|
},
|
|
384
|
-
"widgets_values": [
|
|
385
|
-
"color": "#322",
|
|
386
|
-
"bgcolor": "#533"
|
|
443
|
+
"widgets_values": []
|
|
387
444
|
},
|
|
388
445
|
{
|
|
389
|
-
"id":
|
|
390
|
-
"type": "
|
|
391
|
-
"pos": [
|
|
392
|
-
|
|
446
|
+
"id": 88,
|
|
447
|
+
"type": "SaveImage",
|
|
448
|
+
"pos": [
|
|
449
|
+
960,
|
|
450
|
+
890
|
|
451
|
+
],
|
|
452
|
+
"size": [
|
|
453
|
+
570,
|
|
454
|
+
420
|
|
455
|
+
],
|
|
393
456
|
"flags": {},
|
|
394
|
-
"order":
|
|
457
|
+
"order": 11,
|
|
395
458
|
"mode": 0,
|
|
396
459
|
"inputs": [
|
|
397
460
|
{
|
|
398
|
-
"name": "
|
|
399
|
-
"type": "
|
|
400
|
-
"link":
|
|
401
|
-
}
|
|
402
|
-
],
|
|
403
|
-
"outputs": [
|
|
404
|
-
{
|
|
405
|
-
"name": "CONDITIONING",
|
|
406
|
-
"type": "CONDITIONING",
|
|
407
|
-
"slot_index": 0,
|
|
408
|
-
"links": [21]
|
|
461
|
+
"name": "images",
|
|
462
|
+
"type": "IMAGE",
|
|
463
|
+
"link": 174
|
|
409
464
|
}
|
|
410
465
|
],
|
|
411
|
-
"
|
|
466
|
+
"outputs": [],
|
|
412
467
|
"properties": {
|
|
413
|
-
"Node name for S&R": "CLIPTextEncode",
|
|
414
468
|
"cnr_id": "comfy-core",
|
|
415
469
|
"ver": "0.3.28",
|
|
470
|
+
"Node name for S&R": "SaveImage",
|
|
416
471
|
"enableTabs": false,
|
|
417
472
|
"tabWidth": 65,
|
|
418
473
|
"tabXOffset": 10,
|
|
@@ -422,53 +477,45 @@
|
|
|
422
477
|
"secondTabWidth": 65
|
|
423
478
|
},
|
|
424
479
|
"widgets_values": [
|
|
425
|
-
"
|
|
426
|
-
]
|
|
427
|
-
"color": "#232",
|
|
428
|
-
"bgcolor": "#353"
|
|
480
|
+
"ComfyUI"
|
|
481
|
+
]
|
|
429
482
|
},
|
|
430
483
|
{
|
|
431
|
-
"id":
|
|
432
|
-
"type": "
|
|
433
|
-
"pos": [
|
|
434
|
-
|
|
484
|
+
"id": 85,
|
|
485
|
+
"type": "CLIPTextEncode",
|
|
486
|
+
"pos": [
|
|
487
|
+
230,
|
|
488
|
+
810
|
|
489
|
+
],
|
|
490
|
+
"size": [
|
|
491
|
+
350,
|
|
492
|
+
170
|
|
493
|
+
],
|
|
435
494
|
"flags": {},
|
|
436
|
-
"order":
|
|
495
|
+
"order": 6,
|
|
437
496
|
"mode": 0,
|
|
438
497
|
"inputs": [
|
|
439
498
|
{
|
|
440
|
-
"name": "
|
|
441
|
-
"type": "
|
|
442
|
-
"link":
|
|
443
|
-
},
|
|
444
|
-
{
|
|
445
|
-
"name": "positive",
|
|
446
|
-
"type": "CONDITIONING",
|
|
447
|
-
"link": 21
|
|
448
|
-
},
|
|
449
|
-
{
|
|
450
|
-
"name": "negative",
|
|
451
|
-
"type": "CONDITIONING",
|
|
452
|
-
"link": 114
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"name": "latent_image",
|
|
456
|
-
"type": "LATENT",
|
|
457
|
-
"link": 100
|
|
499
|
+
"name": "clip",
|
|
500
|
+
"type": "CLIP",
|
|
501
|
+
"link": 167
|
|
458
502
|
}
|
|
459
503
|
],
|
|
460
504
|
"outputs": [
|
|
461
505
|
{
|
|
462
|
-
"name": "
|
|
463
|
-
"type": "
|
|
506
|
+
"name": "CONDITIONING",
|
|
507
|
+
"type": "CONDITIONING",
|
|
464
508
|
"slot_index": 0,
|
|
465
|
-
"links": [
|
|
509
|
+
"links": [
|
|
510
|
+
179
|
|
511
|
+
]
|
|
466
512
|
}
|
|
467
513
|
],
|
|
514
|
+
"title": "Positive Prompt",
|
|
468
515
|
"properties": {
|
|
469
|
-
"Node name for S&R": "KSampler",
|
|
470
516
|
"cnr_id": "comfy-core",
|
|
471
517
|
"ver": "0.3.28",
|
|
518
|
+
"Node name for S&R": "CLIPTextEncode",
|
|
472
519
|
"enableTabs": false,
|
|
473
520
|
"tabWidth": 65,
|
|
474
521
|
"tabXOffset": 10,
|
|
@@ -478,41 +525,154 @@
|
|
|
478
525
|
"secondTabWidth": 65
|
|
479
526
|
},
|
|
480
527
|
"widgets_values": [
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
528
|
+
"A lo-fi, grungy wide shot of a ragged large red tree leaning slightly to one side Polaroid aesthetic. the tree is alone in a desolate landscape, the tree is illuminated by a red light, the background is pitch black"
|
|
529
|
+
],
|
|
530
|
+
"color": "#232",
|
|
531
|
+
"bgcolor": "#353"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
"id": 92,
|
|
535
|
+
"type": "MarkdownNote",
|
|
536
|
+
"pos": [
|
|
537
|
+
-710,
|
|
538
|
+
770
|
|
539
|
+
],
|
|
540
|
+
"size": [
|
|
541
|
+
510,
|
|
542
|
+
510
|
|
543
|
+
],
|
|
544
|
+
"flags": {},
|
|
545
|
+
"order": 5,
|
|
546
|
+
"mode": 0,
|
|
547
|
+
"inputs": [],
|
|
548
|
+
"outputs": [],
|
|
549
|
+
"title": "Model links",
|
|
550
|
+
"properties": {},
|
|
551
|
+
"widgets_values": [
|
|
552
|
+
"[Tutorial](https://docs.comfy.org/tutorials/image/hidream/hidream-i1) | [教程](https://docs.comfy.org/zh-CN/tutorials/image/hidream/hidream-i1) \n\n**diffusion models**\n- [hidream_i1_fast_fp8.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/diffusion_models/hidream_i1_fast_fp8.safetensors)\n\n**text_encoders**:\n\n- [clip_l_hidream.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/clip_l_hidream.safetensors)\n- [clip_g_hidream.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/clip_g_hidream.safetensors)\n- [t5xxl_fp8_e4m3fn_scaled.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/t5xxl_fp8_e4m3fn_scaled.safetensors) \n- [llama_3.1_8b_instruct_fp8_scaled.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/llama_3.1_8b_instruct_fp8_scaled.safetensors)\n\n**VAE**\n- [ae.safetensors](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/vae/ae.safetensors) \n\n```\n📂 ComfyUI/\n├── 📂 models/\n│ ├── 📂 diffusion_models/\n│ │ └── hidream_i1_fast_fp8.safetensors\n│ ├── 📂 text_encoders/\n│ │ ├─── clip_l_hidream.safetensors\n│ │ ├─── clip_g_hidream.safetensors\n│ │ ├─── t5xxl_fp8_e4m3fn_scaled.safetensors\n│ │ └───llama_3.1_8b_instruct_fp8_scaled.safetensors\n│ ├── 📂 vae/\n│ │ └── ae.safetensors\n \n```"
|
|
553
|
+
],
|
|
554
|
+
"color": "#432",
|
|
555
|
+
"bgcolor": "#653"
|
|
489
556
|
}
|
|
490
557
|
],
|
|
491
558
|
"links": [
|
|
492
|
-
[
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
[
|
|
501
|
-
|
|
559
|
+
[
|
|
560
|
+
167,
|
|
561
|
+
82,
|
|
562
|
+
0,
|
|
563
|
+
85,
|
|
564
|
+
0,
|
|
565
|
+
"CLIP"
|
|
566
|
+
],
|
|
567
|
+
[
|
|
568
|
+
169,
|
|
569
|
+
81,
|
|
570
|
+
0,
|
|
571
|
+
86,
|
|
572
|
+
1,
|
|
573
|
+
"VAE"
|
|
574
|
+
],
|
|
575
|
+
[
|
|
576
|
+
174,
|
|
577
|
+
86,
|
|
578
|
+
0,
|
|
579
|
+
88,
|
|
580
|
+
0,
|
|
581
|
+
"IMAGE"
|
|
582
|
+
],
|
|
583
|
+
[
|
|
584
|
+
175,
|
|
585
|
+
82,
|
|
586
|
+
0,
|
|
587
|
+
90,
|
|
588
|
+
0,
|
|
589
|
+
"CLIP"
|
|
590
|
+
],
|
|
591
|
+
[
|
|
592
|
+
177,
|
|
593
|
+
93,
|
|
594
|
+
0,
|
|
595
|
+
91,
|
|
596
|
+
0,
|
|
597
|
+
"MODEL"
|
|
598
|
+
],
|
|
599
|
+
[
|
|
600
|
+
178,
|
|
601
|
+
91,
|
|
602
|
+
0,
|
|
603
|
+
94,
|
|
604
|
+
0,
|
|
605
|
+
"MODEL"
|
|
606
|
+
],
|
|
607
|
+
[
|
|
608
|
+
179,
|
|
609
|
+
85,
|
|
610
|
+
0,
|
|
611
|
+
94,
|
|
612
|
+
1,
|
|
613
|
+
"CONDITIONING"
|
|
614
|
+
],
|
|
615
|
+
[
|
|
616
|
+
180,
|
|
617
|
+
90,
|
|
618
|
+
0,
|
|
619
|
+
94,
|
|
620
|
+
2,
|
|
621
|
+
"CONDITIONING"
|
|
622
|
+
],
|
|
623
|
+
[
|
|
624
|
+
181,
|
|
625
|
+
84,
|
|
626
|
+
0,
|
|
627
|
+
94,
|
|
628
|
+
3,
|
|
629
|
+
"LATENT"
|
|
630
|
+
],
|
|
631
|
+
[
|
|
632
|
+
182,
|
|
633
|
+
94,
|
|
634
|
+
0,
|
|
635
|
+
86,
|
|
636
|
+
0,
|
|
637
|
+
"LATENT"
|
|
638
|
+
]
|
|
502
639
|
],
|
|
503
640
|
"groups": [
|
|
504
641
|
{
|
|
505
|
-
"id":
|
|
506
|
-
"title": "Load Models
|
|
507
|
-
"bounding": [
|
|
642
|
+
"id": 3,
|
|
643
|
+
"title": "Step 1 - Load Models",
|
|
644
|
+
"bounding": [
|
|
645
|
+
-180,
|
|
646
|
+
740,
|
|
647
|
+
380,
|
|
648
|
+
520
|
|
649
|
+
],
|
|
650
|
+
"color": "#3f789e",
|
|
651
|
+
"font_size": 24,
|
|
652
|
+
"flags": {}
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"id": 4,
|
|
656
|
+
"title": "Step 2 - Image size",
|
|
657
|
+
"bounding": [
|
|
658
|
+
-180,
|
|
659
|
+
1280,
|
|
660
|
+
380,
|
|
661
|
+
200
|
|
662
|
+
],
|
|
508
663
|
"color": "#3f789e",
|
|
509
664
|
"font_size": 24,
|
|
510
665
|
"flags": {}
|
|
511
666
|
},
|
|
512
667
|
{
|
|
513
|
-
"id":
|
|
514
|
-
"title": "
|
|
515
|
-
"bounding": [
|
|
668
|
+
"id": 5,
|
|
669
|
+
"title": "Step3 - Prompt",
|
|
670
|
+
"bounding": [
|
|
671
|
+
220,
|
|
672
|
+
740,
|
|
673
|
+
370,
|
|
674
|
+
313.6000061035156
|
|
675
|
+
],
|
|
516
676
|
"color": "#3f789e",
|
|
517
677
|
"font_size": 24,
|
|
518
678
|
"flags": {}
|
|
@@ -521,12 +681,20 @@
|
|
|
521
681
|
"config": {},
|
|
522
682
|
"extra": {
|
|
523
683
|
"ds": {
|
|
524
|
-
"scale": 0.
|
|
525
|
-
"offset": [
|
|
684
|
+
"scale": 0.9202659651335083,
|
|
685
|
+
"offset": [
|
|
686
|
+
973.0113675245331,
|
|
687
|
+
-267.39582812475646
|
|
688
|
+
]
|
|
526
689
|
},
|
|
527
690
|
"node_versions": {
|
|
528
691
|
"comfy-core": "0.3.28"
|
|
529
|
-
}
|
|
692
|
+
},
|
|
693
|
+
"frontendVersion": "1.25.11",
|
|
694
|
+
"VHS_latentpreview": false,
|
|
695
|
+
"VHS_latentpreviewrate": 0,
|
|
696
|
+
"VHS_MetadataImage": true,
|
|
697
|
+
"VHS_KeepIntermediate": true
|
|
530
698
|
},
|
|
531
699
|
"version": 0.4
|
|
532
|
-
}
|
|
700
|
+
}
|