DiffusionWave commited on
Commit
831e31f
ยท
verified ยท
1 Parent(s): a119ec5

Upload DiffusionWave_hidream.json

Browse files
Files changed (1) hide show
  1. DiffusionWave_hidream.json +583 -0
DiffusionWave_hidream.json ADDED
@@ -0,0 +1,583 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "id": "01d66ae9-78be-4a8d-b737-24eee5e1d447",
3
+ "revision": 0,
4
+ "last_node_id": 78,
5
+ "last_link_id": 163,
6
+ "nodes": [
7
+ {
8
+ "id": 55,
9
+ "type": "VAELoader",
10
+ "pos": [
11
+ 980,
12
+ 250
13
+ ],
14
+ "size": [
15
+ 310,
16
+ 60
17
+ ],
18
+ "flags": {},
19
+ "order": 0,
20
+ "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
+ {
24
+ "name": "VAE",
25
+ "type": "VAE",
26
+ "links": [
27
+ 107
28
+ ]
29
+ }
30
+ ],
31
+ "properties": {
32
+ "cnr_id": "comfy-core",
33
+ "ver": "0.3.29",
34
+ "Node name for S&R": "VAELoader",
35
+ "ttNbgOverride": {
36
+ "color": "#232",
37
+ "bgcolor": "#353",
38
+ "groupcolor": "#8A8"
39
+ }
40
+ },
41
+ "widgets_values": [
42
+ "vae-flux.safetensors"
43
+ ],
44
+ "color": "#232",
45
+ "bgcolor": "#353"
46
+ },
47
+ {
48
+ "id": 40,
49
+ "type": "CLIPTextEncode",
50
+ "pos": [
51
+ 510,
52
+ 160
53
+ ],
54
+ "size": [
55
+ 430,
56
+ 90
57
+ ],
58
+ "flags": {
59
+ "collapsed": false
60
+ },
61
+ "order": 6,
62
+ "mode": 0,
63
+ "inputs": [
64
+ {
65
+ "name": "clip",
66
+ "type": "CLIP",
67
+ "link": 112
68
+ }
69
+ ],
70
+ "outputs": [
71
+ {
72
+ "name": "CONDITIONING",
73
+ "type": "CONDITIONING",
74
+ "slot_index": 0,
75
+ "links": [
76
+ 114
77
+ ]
78
+ }
79
+ ],
80
+ "title": "Negative Prompt",
81
+ "properties": {
82
+ "cnr_id": "comfy-core",
83
+ "ver": "0.3.29",
84
+ "Node name for S&R": "CLIPTextEncode"
85
+ },
86
+ "widgets_values": [
87
+ "bad ugly jpeg artifacts "
88
+ ],
89
+ "color": "#322",
90
+ "bgcolor": "#533"
91
+ },
92
+ {
93
+ "id": 53,
94
+ "type": "EmptySD3LatentImage",
95
+ "pos": [
96
+ 510,
97
+ 300
98
+ ],
99
+ "size": [
100
+ 430,
101
+ 106
102
+ ],
103
+ "flags": {},
104
+ "order": 1,
105
+ "mode": 0,
106
+ "inputs": [],
107
+ "outputs": [
108
+ {
109
+ "name": "LATENT",
110
+ "type": "LATENT",
111
+ "slot_index": 0,
112
+ "links": [
113
+ 100
114
+ ]
115
+ }
116
+ ],
117
+ "properties": {
118
+ "cnr_id": "comfy-core",
119
+ "ver": "0.3.29",
120
+ "Node name for S&R": "EmptySD3LatentImage",
121
+ "ttNbgOverride": {
122
+ "color": "#232",
123
+ "bgcolor": "#353",
124
+ "groupcolor": "#8A8"
125
+ }
126
+ },
127
+ "widgets_values": [
128
+ 1024,
129
+ 1024,
130
+ 1
131
+ ],
132
+ "color": "#232",
133
+ "bgcolor": "#353"
134
+ },
135
+ {
136
+ "id": 54,
137
+ "type": "QuadrupleCLIPLoader",
138
+ "pos": [
139
+ 80,
140
+ 40
141
+ ],
142
+ "size": [
143
+ 400,
144
+ 130
145
+ ],
146
+ "flags": {},
147
+ "order": 2,
148
+ "mode": 0,
149
+ "inputs": [],
150
+ "outputs": [
151
+ {
152
+ "name": "CLIP",
153
+ "type": "CLIP",
154
+ "slot_index": 0,
155
+ "links": [
156
+ 111,
157
+ 112
158
+ ]
159
+ }
160
+ ],
161
+ "properties": {
162
+ "cnr_id": "comfy-core",
163
+ "ver": "0.3.29",
164
+ "Node name for S&R": "QuadrupleCLIPLoader"
165
+ },
166
+ "widgets_values": [
167
+ "clip_l.safetensors",
168
+ "clip_g.safetensors",
169
+ "t5xxl_fp8_e4m3fn.safetensors",
170
+ "llama_3.1_8b_instruct_fp8_scaled.safetensors"
171
+ ],
172
+ "color": "#223",
173
+ "bgcolor": "#335"
174
+ },
175
+ {
176
+ "id": 8,
177
+ "type": "VAEDecode",
178
+ "pos": [
179
+ 640,
180
+ 570
181
+ ],
182
+ "size": [
183
+ 210,
184
+ 50
185
+ ],
186
+ "flags": {},
187
+ "order": 9,
188
+ "mode": 0,
189
+ "inputs": [
190
+ {
191
+ "name": "samples",
192
+ "type": "LATENT",
193
+ "link": 160
194
+ },
195
+ {
196
+ "name": "vae",
197
+ "type": "VAE",
198
+ "link": 107
199
+ }
200
+ ],
201
+ "outputs": [
202
+ {
203
+ "name": "IMAGE",
204
+ "type": "IMAGE",
205
+ "slot_index": 0,
206
+ "links": [
207
+ 51
208
+ ]
209
+ }
210
+ ],
211
+ "properties": {
212
+ "cnr_id": "comfy-core",
213
+ "ver": "0.3.29",
214
+ "Node name for S&R": "VAEDecode",
215
+ "ttNbgOverride": {
216
+ "color": "#232",
217
+ "bgcolor": "#353",
218
+ "groupcolor": "#8A8"
219
+ }
220
+ },
221
+ "widgets_values": [],
222
+ "color": "#232",
223
+ "bgcolor": "#353"
224
+ },
225
+ {
226
+ "id": 70,
227
+ "type": "ModelSamplingSD3",
228
+ "pos": [
229
+ 640,
230
+ 460
231
+ ],
232
+ "size": [
233
+ 210,
234
+ 58
235
+ ],
236
+ "flags": {},
237
+ "order": 7,
238
+ "mode": 0,
239
+ "inputs": [
240
+ {
241
+ "name": "model",
242
+ "type": "MODEL",
243
+ "link": 162
244
+ }
245
+ ],
246
+ "outputs": [
247
+ {
248
+ "name": "MODEL",
249
+ "type": "MODEL",
250
+ "links": [
251
+ 163
252
+ ]
253
+ }
254
+ ],
255
+ "properties": {
256
+ "cnr_id": "comfy-core",
257
+ "ver": "0.3.29",
258
+ "Node name for S&R": "ModelSamplingSD3",
259
+ "ttNbgOverride": {
260
+ "color": "#232",
261
+ "bgcolor": "#353",
262
+ "groupcolor": "#8A8"
263
+ }
264
+ },
265
+ "widgets_values": [
266
+ 3.0000000000000004
267
+ ],
268
+ "color": "#232",
269
+ "bgcolor": "#353"
270
+ },
271
+ {
272
+ "id": 9,
273
+ "type": "SaveImage",
274
+ "pos": [
275
+ 1320,
276
+ -80
277
+ ],
278
+ "size": [
279
+ 966.615966796875,
280
+ 1025.3206787109375
281
+ ],
282
+ "flags": {},
283
+ "order": 10,
284
+ "mode": 0,
285
+ "inputs": [
286
+ {
287
+ "name": "images",
288
+ "type": "IMAGE",
289
+ "link": 51
290
+ }
291
+ ],
292
+ "outputs": [],
293
+ "properties": {
294
+ "cnr_id": "comfy-core",
295
+ "ver": "0.3.29",
296
+ "ttNbgOverride": {
297
+ "color": "#232",
298
+ "bgcolor": "#353",
299
+ "groupcolor": "#8A8"
300
+ }
301
+ },
302
+ "widgets_values": [
303
+ "ComfyUI"
304
+ ],
305
+ "color": "#232",
306
+ "bgcolor": "#353"
307
+ },
308
+ {
309
+ "id": 3,
310
+ "type": "KSampler",
311
+ "pos": [
312
+ 980,
313
+ -80
314
+ ],
315
+ "size": [
316
+ 310,
317
+ 566
318
+ ],
319
+ "flags": {},
320
+ "order": 8,
321
+ "mode": 0,
322
+ "inputs": [
323
+ {
324
+ "name": "model",
325
+ "type": "MODEL",
326
+ "link": 163
327
+ },
328
+ {
329
+ "name": "positive",
330
+ "type": "CONDITIONING",
331
+ "link": 21
332
+ },
333
+ {
334
+ "name": "negative",
335
+ "type": "CONDITIONING",
336
+ "link": 114
337
+ },
338
+ {
339
+ "name": "latent_image",
340
+ "type": "LATENT",
341
+ "link": 100
342
+ }
343
+ ],
344
+ "outputs": [
345
+ {
346
+ "name": "LATENT",
347
+ "type": "LATENT",
348
+ "slot_index": 0,
349
+ "links": [
350
+ 160
351
+ ]
352
+ }
353
+ ],
354
+ "properties": {
355
+ "cnr_id": "comfy-core",
356
+ "ver": "0.3.29",
357
+ "Node name for S&R": "KSampler",
358
+ "ttNbgOverride": {
359
+ "color": "#232",
360
+ "bgcolor": "#353",
361
+ "groupcolor": "#8A8"
362
+ }
363
+ },
364
+ "widgets_values": [
365
+ 1,
366
+ "fixed",
367
+ 16,
368
+ 1,
369
+ "lcm",
370
+ "normal",
371
+ 1,
372
+ ""
373
+ ],
374
+ "color": "#232",
375
+ "bgcolor": "#353"
376
+ },
377
+ {
378
+ "id": 74,
379
+ "type": "MarkdownNote",
380
+ "pos": [
381
+ 80,
382
+ 220
383
+ ],
384
+ "size": [
385
+ 400,
386
+ 510
387
+ ],
388
+ "flags": {
389
+ "collapsed": false
390
+ },
391
+ "order": 3,
392
+ "mode": 0,
393
+ "inputs": [],
394
+ "outputs": [],
395
+ "title": "Sampling Settings",
396
+ "properties": {},
397
+ "widgets_values": [
398
+ "# <span style=\"color:#80d4ff;\">DiffusionWave Settings for FP8</span>\n\n๐Ÿ”น **Sample of the results in the video.**\n\n---\n\n## <span style=\"color:#ffd580;\">HiDream Full</span>\n\n- ๐Ÿ“ฆ Model: **`hidream_i1_full_fp8.safetensors`**\n- ๐Ÿ”น **Shift:** `3.0`\n- ๐Ÿ”น **Steps:** `50`\n- ๐Ÿ”น **Sampler:** `uni_pc`\n- ๐Ÿ”น **Scheduler:** `simple`\n- ๐Ÿ”น **CFG:** `1`\n\n---\n\n## <span style=\"color:#ffd580;\">HiDream Dev</span>\n\n- ๐Ÿ“ฆ Model: **`hidream_i1_dev_fp8.safetensors`**\n- ๐Ÿ”น **Shift:** `6.0`\n- ๐Ÿ”น **Steps:** `24`\n- ๐Ÿ”น **Sampler:** `lcm`\n- ๐Ÿ”น **Scheduler:** `normal`\n- ๐Ÿ”น **CFG:** `1.0` *(no negative prompt)*\n\n---\n\n## <span style=\"color:#ffd580;\">HiDream Fast</span>\n\n- ๐Ÿ“ฆ Model: **`hidream_i1_fast_fp8.safetensors`**\n- ๐Ÿ”น **Shift:** `3.0`\n- ๐Ÿ”น **Steps:** `16`\n- ๐Ÿ”น **Sampler:** `lcm`\n- ๐Ÿ”น **Scheduler:** `normal`\n- ๐Ÿ”น **CFG:** `1.0` *(no negative prompt)*"
399
+ ],
400
+ "color": "#432",
401
+ "bgcolor": "#653"
402
+ },
403
+ {
404
+ "id": 69,
405
+ "type": "UNETLoader",
406
+ "pos": [
407
+ 80,
408
+ -90
409
+ ],
410
+ "size": [
411
+ 400,
412
+ 82
413
+ ],
414
+ "flags": {},
415
+ "order": 4,
416
+ "mode": 0,
417
+ "inputs": [],
418
+ "outputs": [
419
+ {
420
+ "name": "MODEL",
421
+ "type": "MODEL",
422
+ "links": [
423
+ 162
424
+ ]
425
+ }
426
+ ],
427
+ "properties": {
428
+ "cnr_id": "comfy-core",
429
+ "ver": "0.3.29",
430
+ "Node name for S&R": "UNETLoader"
431
+ },
432
+ "widgets_values": [
433
+ "hidream_i1_dev_fp8.safetensors",
434
+ "default"
435
+ ],
436
+ "color": "#223",
437
+ "bgcolor": "#335"
438
+ },
439
+ {
440
+ "id": 16,
441
+ "type": "CLIPTextEncode",
442
+ "pos": [
443
+ 510,
444
+ -80
445
+ ],
446
+ "size": [
447
+ 432,
448
+ 192
449
+ ],
450
+ "flags": {},
451
+ "order": 5,
452
+ "mode": 0,
453
+ "inputs": [
454
+ {
455
+ "name": "clip",
456
+ "type": "CLIP",
457
+ "link": 111
458
+ }
459
+ ],
460
+ "outputs": [
461
+ {
462
+ "name": "CONDITIONING",
463
+ "type": "CONDITIONING",
464
+ "slot_index": 0,
465
+ "links": [
466
+ 21
467
+ ]
468
+ }
469
+ ],
470
+ "title": "Positive Prompt",
471
+ "properties": {
472
+ "cnr_id": "comfy-core",
473
+ "ver": "0.3.29",
474
+ "Node name for S&R": "CLIPTextEncode"
475
+ },
476
+ "widgets_values": [
477
+ "A beautiful young woman with flowing chestnut hair and sparkling green eyes, smiling warmly while standing in a bustling city street at sunset, her upper body visible as she wears a cozy knit sweater, the background filled with vivid, detailed storefronts, glowing lights, and pedestrians walking by, captured in highly realistic, natural lighting with rich textures and lifelike skin details.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"
478
+ ],
479
+ "color": "#232",
480
+ "bgcolor": "#353"
481
+ }
482
+ ],
483
+ "links": [
484
+ [
485
+ 21,
486
+ 16,
487
+ 0,
488
+ 3,
489
+ 1,
490
+ "CONDITIONING"
491
+ ],
492
+ [
493
+ 51,
494
+ 8,
495
+ 0,
496
+ 9,
497
+ 0,
498
+ "IMAGE"
499
+ ],
500
+ [
501
+ 100,
502
+ 53,
503
+ 0,
504
+ 3,
505
+ 3,
506
+ "LATENT"
507
+ ],
508
+ [
509
+ 107,
510
+ 55,
511
+ 0,
512
+ 8,
513
+ 1,
514
+ "VAE"
515
+ ],
516
+ [
517
+ 111,
518
+ 54,
519
+ 0,
520
+ 16,
521
+ 0,
522
+ "CLIP"
523
+ ],
524
+ [
525
+ 112,
526
+ 54,
527
+ 0,
528
+ 40,
529
+ 0,
530
+ "CLIP"
531
+ ],
532
+ [
533
+ 114,
534
+ 40,
535
+ 0,
536
+ 3,
537
+ 2,
538
+ "CONDITIONING"
539
+ ],
540
+ [
541
+ 160,
542
+ 3,
543
+ 0,
544
+ 8,
545
+ 0,
546
+ "LATENT"
547
+ ],
548
+ [
549
+ 162,
550
+ 69,
551
+ 0,
552
+ 70,
553
+ 0,
554
+ "MODEL"
555
+ ],
556
+ [
557
+ 163,
558
+ 70,
559
+ 0,
560
+ 3,
561
+ 0,
562
+ "MODEL"
563
+ ]
564
+ ],
565
+ "groups": [],
566
+ "config": {},
567
+ "extra": {
568
+ "ds": {
569
+ "scale": 0.9229599817706498,
570
+ "offset": [
571
+ 76.21345068067959,
572
+ 280.4495800824752
573
+ ]
574
+ },
575
+ "frontendVersion": "1.16.9",
576
+ "ue_links": [],
577
+ "VHS_latentpreview": true,
578
+ "VHS_latentpreviewrate": 0,
579
+ "VHS_MetadataImage": true,
580
+ "VHS_KeepIntermediate": true
581
+ },
582
+ "version": 0.4
583
+ }