comfyui-workflow-templates 0.1.0__py3-none-any.whl → 0.1.2__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.
@@ -0,0 +1,532 @@
1
+ {
2
+ "id": "01d66ae9-78be-4a8d-b737-24eee5e1d447",
3
+ "revision": 0,
4
+ "last_node_id": 80,
5
+ "last_link_id": 166,
6
+ "nodes": [
7
+ {
8
+ "id": 53,
9
+ "type": "EmptySD3LatentImage",
10
+ "pos": [150, 430],
11
+ "size": [315, 106],
12
+ "flags": {},
13
+ "order": 0,
14
+ "mode": 0,
15
+ "inputs": [],
16
+ "outputs": [
17
+ {
18
+ "name": "LATENT",
19
+ "shape": 3,
20
+ "type": "LATENT",
21
+ "slot_index": 0,
22
+ "links": [100]
23
+ }
24
+ ],
25
+ "properties": {
26
+ "Node name for S&R": "EmptySD3LatentImage",
27
+ "cnr_id": "comfy-core",
28
+ "ver": "0.3.28",
29
+ "enableTabs": false,
30
+ "tabWidth": 65,
31
+ "tabXOffset": 10,
32
+ "hasSecondTab": false,
33
+ "secondTabText": "Send Back",
34
+ "secondTabOffset": 80,
35
+ "secondTabWidth": 65
36
+ },
37
+ "widgets_values": [1024, 1024, 1]
38
+ },
39
+ {
40
+ "id": 8,
41
+ "type": "VAEDecode",
42
+ "pos": [900, 190],
43
+ "size": [210, 46],
44
+ "flags": {},
45
+ "order": 12,
46
+ "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
+ ],
59
+ "outputs": [
60
+ {
61
+ "name": "IMAGE",
62
+ "type": "IMAGE",
63
+ "slot_index": 0,
64
+ "links": [51]
65
+ }
66
+ ],
67
+ "properties": {
68
+ "Node name for S&R": "VAEDecode",
69
+ "cnr_id": "comfy-core",
70
+ "ver": "0.3.28",
71
+ "enableTabs": false,
72
+ "tabWidth": 65,
73
+ "tabXOffset": 10,
74
+ "hasSecondTab": false,
75
+ "secondTabText": "Send Back",
76
+ "secondTabOffset": 80,
77
+ "secondTabWidth": 65
78
+ },
79
+ "widgets_values": []
80
+ },
81
+ {
82
+ "id": 72,
83
+ "type": "MarkdownNote",
84
+ "pos": [1250, -130],
85
+ "size": [320, 360],
86
+ "flags": {},
87
+ "order": 1,
88
+ "mode": 0,
89
+ "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
+ "outputs": [
117
+ {
118
+ "name": "CONDITIONING",
119
+ "shape": 3,
120
+ "type": "CONDITIONING",
121
+ "slot_index": 0,
122
+ "links": [114]
123
+ }
124
+ ],
125
+ "title": "Negative Prompt",
126
+ "properties": {
127
+ "Node name for S&R": "CLIPTextEncode",
128
+ "cnr_id": "comfy-core",
129
+ "ver": "0.3.28",
130
+ "enableTabs": false,
131
+ "tabWidth": 65,
132
+ "tabXOffset": 10,
133
+ "hasSecondTab": false,
134
+ "secondTabText": "Send Back",
135
+ "secondTabOffset": 80,
136
+ "secondTabWidth": 65
137
+ },
138
+ "widgets_values": ["bad ugly jpeg artifacts"],
139
+ "color": "#322",
140
+ "bgcolor": "#533"
141
+ },
142
+ {
143
+ "id": 9,
144
+ "type": "SaveImage",
145
+ "pos": [900, 290],
146
+ "size": [570, 420],
147
+ "flags": {},
148
+ "order": 13,
149
+ "mode": 0,
150
+ "inputs": [
151
+ {
152
+ "name": "images",
153
+ "type": "IMAGE",
154
+ "link": 51
155
+ }
156
+ ],
157
+ "outputs": [],
158
+ "properties": {
159
+ "Node name for S&R": "SaveImage",
160
+ "cnr_id": "comfy-core",
161
+ "ver": "0.3.28",
162
+ "enableTabs": false,
163
+ "tabWidth": 65,
164
+ "tabXOffset": 10,
165
+ "hasSecondTab": false,
166
+ "secondTabText": "Send Back",
167
+ "secondTabOffset": 80,
168
+ "secondTabWidth": 65
169
+ },
170
+ "widgets_values": ["ComfyUI", ""]
171
+ },
172
+ {
173
+ "id": 55,
174
+ "type": "VAELoader",
175
+ "pos": [150, 230],
176
+ "size": [310, 60],
177
+ "flags": {},
178
+ "order": 2,
179
+ "mode": 0,
180
+ "inputs": [],
181
+ "outputs": [
182
+ {
183
+ "name": "VAE",
184
+ "type": "VAE",
185
+ "links": [107]
186
+ }
187
+ ],
188
+ "properties": {
189
+ "Node name for S&R": "VAELoader",
190
+ "cnr_id": "comfy-core",
191
+ "ver": "0.3.28",
192
+ "models": [
193
+ {
194
+ "name": "ae.safetensors",
195
+ "url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/vae/ae.safetensors?download=true",
196
+ "directory": "vae"
197
+ }
198
+ ],
199
+ "enableTabs": false,
200
+ "tabWidth": 65,
201
+ "tabXOffset": 10,
202
+ "hasSecondTab": false,
203
+ "secondTabText": "Send Back",
204
+ "secondTabOffset": 80,
205
+ "secondTabWidth": 65
206
+ },
207
+ "widgets_values": ["ae.safetensors"],
208
+ "color": "#322",
209
+ "bgcolor": "#533"
210
+ },
211
+ {
212
+ "id": 54,
213
+ "type": "QuadrupleCLIPLoader",
214
+ "pos": [140, 40],
215
+ "size": [320, 130],
216
+ "flags": {},
217
+ "order": 3,
218
+ "mode": 0,
219
+ "inputs": [],
220
+ "outputs": [
221
+ {
222
+ "name": "CLIP",
223
+ "type": "CLIP",
224
+ "slot_index": 0,
225
+ "links": [111, 112]
226
+ }
227
+ ],
228
+ "properties": {
229
+ "Node name for S&R": "QuadrupleCLIPLoader",
230
+ "cnr_id": "comfy-core",
231
+ "ver": "0.3.28",
232
+ "models": [
233
+ {
234
+ "name": "clip_l_hidream.safetensors",
235
+ "url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/clip_l_hidream.safetensors?download=true",
236
+ "directory": "text_encoders"
237
+ },
238
+ {
239
+ "name": "clip_g_hidream.safetensors",
240
+ "url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/clip_g_hidream.safetensors?download=true",
241
+ "directory": "text_encoders"
242
+ },
243
+ {
244
+ "name": "t5xxl_fp8_e4m3fn_scaled.safetensors",
245
+ "url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/t5xxl_fp8_e4m3fn_scaled.safetensors?download=true",
246
+ "directory": "text_encoders"
247
+ },
248
+ {
249
+ "name": "llama_3.1_8b_instruct_fp8_scaled.safetensors",
250
+ "url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/text_encoders/llama_3.1_8b_instruct_fp8_scaled.safetensors?download=true",
251
+ "directory": "text_encoders"
252
+ }
253
+ ],
254
+ "enableTabs": false,
255
+ "tabWidth": 65,
256
+ "tabXOffset": 10,
257
+ "hasSecondTab": false,
258
+ "secondTabText": "Send Back",
259
+ "secondTabOffset": 80,
260
+ "secondTabWidth": 65
261
+ },
262
+ "widgets_values": [
263
+ "clip_l_hidream.safetensors",
264
+ "clip_g_hidream.safetensors",
265
+ "t5xxl_fp8_e4m3fn_scaled.safetensors",
266
+ "llama_3.1_8b_instruct_fp8_scaled.safetensors"
267
+ ],
268
+ "color": "#322",
269
+ "bgcolor": "#533"
270
+ },
271
+ {
272
+ "id": 79,
273
+ "type": "MarkdownNote",
274
+ "pos": [-100, -110],
275
+ "size": [240, 120],
276
+ "flags": {},
277
+ "order": 4,
278
+ "mode": 0,
279
+ "inputs": [],
280
+ "outputs": [],
281
+ "properties": {},
282
+ "widgets_values": [
283
+ "You can try changing the weight_dtype to fp8 if you are running out of memory.\n\nDownload one of diffusion Models file [here](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/tree/main/split_files/diffusion_models)\n\nPut it in the **ComfyUI/models/diffusion_models** directory"
284
+ ],
285
+ "color": "#432",
286
+ "bgcolor": "#653"
287
+ },
288
+ {
289
+ "id": 78,
290
+ "type": "MarkdownNote",
291
+ "pos": [-100, 50],
292
+ "size": [220, 120],
293
+ "flags": {},
294
+ "order": 5,
295
+ "mode": 0,
296
+ "inputs": [],
297
+ "outputs": [],
298
+ "properties": {},
299
+ "widgets_values": [
300
+ "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"
301
+ ],
302
+ "color": "#432",
303
+ "bgcolor": "#653"
304
+ },
305
+ {
306
+ "id": 80,
307
+ "type": "MarkdownNote",
308
+ "pos": [-100, 230],
309
+ "size": [210, 88],
310
+ "flags": {},
311
+ "order": 6,
312
+ "mode": 0,
313
+ "inputs": [],
314
+ "outputs": [],
315
+ "properties": {},
316
+ "widgets_values": [
317
+ "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"
318
+ ],
319
+ "color": "#432",
320
+ "bgcolor": "#653"
321
+ },
322
+ {
323
+ "id": 16,
324
+ "type": "CLIPTextEncode",
325
+ "pos": [520, -30],
326
+ "size": [350, 170],
327
+ "flags": {},
328
+ "order": 8,
329
+ "mode": 0,
330
+ "inputs": [
331
+ {
332
+ "name": "clip",
333
+ "type": "CLIP",
334
+ "link": 111
335
+ }
336
+ ],
337
+ "outputs": [
338
+ {
339
+ "name": "CONDITIONING",
340
+ "type": "CONDITIONING",
341
+ "slot_index": 0,
342
+ "links": [21]
343
+ }
344
+ ],
345
+ "title": "Positive Prompt",
346
+ "properties": {
347
+ "Node name for S&R": "CLIPTextEncode",
348
+ "cnr_id": "comfy-core",
349
+ "ver": "0.3.28",
350
+ "enableTabs": false,
351
+ "tabWidth": 65,
352
+ "tabXOffset": 10,
353
+ "hasSecondTab": false,
354
+ "secondTabText": "Send Back",
355
+ "secondTabOffset": 80,
356
+ "secondTabWidth": 65
357
+ },
358
+ "widgets_values": [
359
+ "A photograph of an albino woman with white skin and dark hair wearing black in the style of old baroque oil paintings, with soft focus, wearing a pearl necklace around her neck, with a dark background, with rosy cheeks, with a long veil covering her face, looking straight ahead"
360
+ ],
361
+ "color": "#232",
362
+ "bgcolor": "#353"
363
+ },
364
+ {
365
+ "id": 76,
366
+ "type": "UNETLoader",
367
+ "pos": [180, -100],
368
+ "size": [280, 82],
369
+ "flags": {},
370
+ "order": 7,
371
+ "mode": 0,
372
+ "inputs": [],
373
+ "outputs": [
374
+ {
375
+ "name": "MODEL",
376
+ "type": "MODEL",
377
+ "links": [166]
378
+ }
379
+ ],
380
+ "properties": {
381
+ "Node name for S&R": "UNETLoader",
382
+ "models": [
383
+ {
384
+ "name": "hidream_i1_dev_fp8.safetensors",
385
+ "url": "https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/resolve/main/split_files/diffusion_models/hidream_i1_dev_fp8.safetensors?download=true",
386
+ "directory": "diffusion_models"
387
+ }
388
+ ]
389
+ },
390
+ "widgets_values": ["hidream_i1_dev_fp8.safetensors", "default"],
391
+ "color": "#322",
392
+ "bgcolor": "#533"
393
+ },
394
+ {
395
+ "id": 70,
396
+ "type": "ModelSamplingSD3",
397
+ "pos": [520, -140],
398
+ "size": [210, 58],
399
+ "flags": {},
400
+ "order": 10,
401
+ "mode": 0,
402
+ "inputs": [
403
+ {
404
+ "name": "model",
405
+ "type": "MODEL",
406
+ "link": 166
407
+ }
408
+ ],
409
+ "outputs": [
410
+ {
411
+ "name": "MODEL",
412
+ "type": "MODEL",
413
+ "links": [163]
414
+ }
415
+ ],
416
+ "properties": {
417
+ "Node name for S&R": "ModelSamplingSD3",
418
+ "cnr_id": "comfy-core",
419
+ "ver": "0.3.28",
420
+ "enableTabs": false,
421
+ "tabWidth": 65,
422
+ "tabXOffset": 10,
423
+ "hasSecondTab": false,
424
+ "secondTabText": "Send Back",
425
+ "secondTabOffset": 80,
426
+ "secondTabWidth": 65
427
+ },
428
+ "widgets_values": [6.000000000000001]
429
+ },
430
+ {
431
+ "id": 3,
432
+ "type": "KSampler",
433
+ "pos": [910, -130],
434
+ "size": [310, 262],
435
+ "flags": {},
436
+ "order": 11,
437
+ "mode": 0,
438
+ "inputs": [
439
+ {
440
+ "name": "model",
441
+ "type": "MODEL",
442
+ "link": 163
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
458
+ }
459
+ ],
460
+ "outputs": [
461
+ {
462
+ "name": "LATENT",
463
+ "type": "LATENT",
464
+ "slot_index": 0,
465
+ "links": [160]
466
+ }
467
+ ],
468
+ "properties": {
469
+ "Node name for S&R": "KSampler",
470
+ "cnr_id": "comfy-core",
471
+ "ver": "0.3.28",
472
+ "enableTabs": false,
473
+ "tabWidth": 65,
474
+ "tabXOffset": 10,
475
+ "hasSecondTab": false,
476
+ "secondTabText": "Send Back",
477
+ "secondTabOffset": 80,
478
+ "secondTabWidth": 65
479
+ },
480
+ "widgets_values": [
481
+ 426270906276990,
482
+ "randomize",
483
+ 28,
484
+ 1,
485
+ "lcm",
486
+ "normal",
487
+ 1
488
+ ]
489
+ }
490
+ ],
491
+ "links": [
492
+ [21, 16, 0, 3, 1, "CONDITIONING"],
493
+ [51, 8, 0, 9, 0, "IMAGE"],
494
+ [100, 53, 0, 3, 3, "LATENT"],
495
+ [107, 55, 0, 8, 1, "VAE"],
496
+ [111, 54, 0, 16, 0, "CLIP"],
497
+ [112, 54, 0, 40, 0, "CLIP"],
498
+ [114, 40, 0, 3, 2, "CONDITIONING"],
499
+ [160, 3, 0, 8, 0, "LATENT"],
500
+ [163, 70, 0, 3, 0, "MODEL"],
501
+ [166, 76, 0, 70, 0, "MODEL"]
502
+ ],
503
+ "groups": [
504
+ {
505
+ "id": 1,
506
+ "title": "Load Models Here",
507
+ "bounding": [-120, -180, 600, 520],
508
+ "color": "#3f789e",
509
+ "font_size": 24,
510
+ "flags": {}
511
+ },
512
+ {
513
+ "id": 2,
514
+ "title": "Size",
515
+ "bounding": [140, 360, 335, 189.60000610351562],
516
+ "color": "#3f789e",
517
+ "font_size": 24,
518
+ "flags": {}
519
+ }
520
+ ],
521
+ "config": {},
522
+ "extra": {
523
+ "ds": {
524
+ "scale": 0.7972024500000114,
525
+ "offset": [319.9899368749593, 191.95499605496937]
526
+ },
527
+ "node_versions": {
528
+ "comfy-core": "0.3.28"
529
+ }
530
+ },
531
+ "version": 0.4
532
+ }