wonwizard commited on
Commit
c384ed6
·
verified ·
1 Parent(s): 446233d

Upload NF4-BnB-Workflow.json

Browse files
Files changed (1) hide show
  1. NF4-BnB-Workflow.json +522 -0
NF4-BnB-Workflow.json ADDED
@@ -0,0 +1,522 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "last_node_id": 34,
3
+ "last_link_id": 73,
4
+ "nodes": [
5
+ {
6
+ "id": 13,
7
+ "type": "SamplerCustomAdvanced",
8
+ "pos": [
9
+ 842,
10
+ 215
11
+ ],
12
+ "size": {
13
+ "0": 355.20001220703125,
14
+ "1": 106
15
+ },
16
+ "flags": {},
17
+ "order": 7,
18
+ "mode": 0,
19
+ "inputs": [
20
+ {
21
+ "name": "noise",
22
+ "type": "NOISE",
23
+ "link": 37,
24
+ "slot_index": 0
25
+ },
26
+ {
27
+ "name": "guider",
28
+ "type": "GUIDER",
29
+ "link": 52,
30
+ "slot_index": 1
31
+ },
32
+ {
33
+ "name": "sampler",
34
+ "type": "SAMPLER",
35
+ "link": 19,
36
+ "slot_index": 2
37
+ },
38
+ {
39
+ "name": "sigmas",
40
+ "type": "SIGMAS",
41
+ "link": 20,
42
+ "slot_index": 3
43
+ },
44
+ {
45
+ "name": "latent_image",
46
+ "type": "LATENT",
47
+ "link": 54,
48
+ "slot_index": 4
49
+ }
50
+ ],
51
+ "outputs": [
52
+ {
53
+ "name": "output",
54
+ "type": "LATENT",
55
+ "links": [
56
+ 55
57
+ ],
58
+ "shape": 3,
59
+ "slot_index": 0
60
+ },
61
+ {
62
+ "name": "denoised_output",
63
+ "type": "LATENT",
64
+ "links": [],
65
+ "shape": 3,
66
+ "slot_index": 1
67
+ }
68
+ ],
69
+ "properties": {
70
+ "Node name for S&R": "SamplerCustomAdvanced"
71
+ }
72
+ },
73
+ {
74
+ "id": 8,
75
+ "type": "VAEDecode",
76
+ "pos": [
77
+ 1256,
78
+ 191
79
+ ],
80
+ "size": {
81
+ "0": 140,
82
+ "1": 46
83
+ },
84
+ "flags": {},
85
+ "order": 8,
86
+ "mode": 0,
87
+ "inputs": [
88
+ {
89
+ "name": "samples",
90
+ "type": "LATENT",
91
+ "link": 55
92
+ },
93
+ {
94
+ "name": "vae",
95
+ "type": "VAE",
96
+ "link": 73
97
+ }
98
+ ],
99
+ "outputs": [
100
+ {
101
+ "name": "IMAGE",
102
+ "type": "IMAGE",
103
+ "links": [
104
+ 9
105
+ ],
106
+ "slot_index": 0
107
+ }
108
+ ],
109
+ "properties": {
110
+ "Node name for S&R": "VAEDecode"
111
+ }
112
+ },
113
+ {
114
+ "id": 9,
115
+ "type": "SaveImage",
116
+ "pos": [
117
+ 1420,
118
+ 163
119
+ ],
120
+ "size": {
121
+ "0": 797.1746826171875,
122
+ "1": 845.7394409179688
123
+ },
124
+ "flags": {},
125
+ "order": 9,
126
+ "mode": 0,
127
+ "inputs": [
128
+ {
129
+ "name": "images",
130
+ "type": "IMAGE",
131
+ "link": 9
132
+ }
133
+ ],
134
+ "properties": {
135
+ "Node name for S&R": "SaveImage"
136
+ },
137
+ "widgets_values": [
138
+ "ComfyUI"
139
+ ]
140
+ },
141
+ {
142
+ "id": 25,
143
+ "type": "RandomNoise",
144
+ "pos": [
145
+ 464,
146
+ 649
147
+ ],
148
+ "size": {
149
+ "0": 315,
150
+ "1": 82
151
+ },
152
+ "flags": {},
153
+ "order": 0,
154
+ "mode": 0,
155
+ "outputs": [
156
+ {
157
+ "name": "NOISE",
158
+ "type": "NOISE",
159
+ "links": [
160
+ 37
161
+ ],
162
+ "shape": 3
163
+ }
164
+ ],
165
+ "properties": {
166
+ "Node name for S&R": "RandomNoise"
167
+ },
168
+ "widgets_values": [
169
+ 1077884013265642,
170
+ "randomize"
171
+ ]
172
+ },
173
+ {
174
+ "id": 22,
175
+ "type": "BasicGuider",
176
+ "pos": [
177
+ 463,
178
+ 96
179
+ ],
180
+ "size": {
181
+ "0": 241.79998779296875,
182
+ "1": 46
183
+ },
184
+ "flags": {},
185
+ "order": 6,
186
+ "mode": 0,
187
+ "inputs": [
188
+ {
189
+ "name": "model",
190
+ "type": "MODEL",
191
+ "link": 59,
192
+ "slot_index": 0
193
+ },
194
+ {
195
+ "name": "conditioning",
196
+ "type": "CONDITIONING",
197
+ "link": 40,
198
+ "slot_index": 1
199
+ }
200
+ ],
201
+ "outputs": [
202
+ {
203
+ "name": "GUIDER",
204
+ "type": "GUIDER",
205
+ "links": [
206
+ 52
207
+ ],
208
+ "shape": 3,
209
+ "slot_index": 0
210
+ }
211
+ ],
212
+ "properties": {
213
+ "Node name for S&R": "BasicGuider"
214
+ }
215
+ },
216
+ {
217
+ "id": 17,
218
+ "type": "BasicScheduler",
219
+ "pos": [
220
+ 461,
221
+ 914
222
+ ],
223
+ "size": {
224
+ "0": 315,
225
+ "1": 106
226
+ },
227
+ "flags": {},
228
+ "order": 4,
229
+ "mode": 0,
230
+ "inputs": [
231
+ {
232
+ "name": "model",
233
+ "type": "MODEL",
234
+ "link": 60,
235
+ "slot_index": 0
236
+ }
237
+ ],
238
+ "outputs": [
239
+ {
240
+ "name": "SIGMAS",
241
+ "type": "SIGMAS",
242
+ "links": [
243
+ 20
244
+ ],
245
+ "shape": 3
246
+ }
247
+ ],
248
+ "properties": {
249
+ "Node name for S&R": "BasicScheduler"
250
+ },
251
+ "widgets_values": [
252
+ "simple",
253
+ 20,
254
+ 1
255
+ ]
256
+ },
257
+ {
258
+ "id": 16,
259
+ "type": "KSamplerSelect",
260
+ "pos": [
261
+ 464,
262
+ 796
263
+ ],
264
+ "size": {
265
+ "0": 315,
266
+ "1": 58
267
+ },
268
+ "flags": {},
269
+ "order": 1,
270
+ "mode": 0,
271
+ "outputs": [
272
+ {
273
+ "name": "SAMPLER",
274
+ "type": "SAMPLER",
275
+ "links": [
276
+ 19
277
+ ],
278
+ "shape": 3
279
+ }
280
+ ],
281
+ "properties": {
282
+ "Node name for S&R": "KSamplerSelect"
283
+ },
284
+ "widgets_values": [
285
+ "dpmpp_2m"
286
+ ]
287
+ },
288
+ {
289
+ "id": 29,
290
+ "type": "EmptySD3LatentImage",
291
+ "pos": [
292
+ 470,
293
+ 481
294
+ ],
295
+ "size": {
296
+ "0": 304.2161865234375,
297
+ "1": 106
298
+ },
299
+ "flags": {},
300
+ "order": 2,
301
+ "mode": 0,
302
+ "outputs": [
303
+ {
304
+ "name": "LATENT",
305
+ "type": "LATENT",
306
+ "links": [
307
+ 54
308
+ ],
309
+ "shape": 3,
310
+ "slot_index": 0
311
+ }
312
+ ],
313
+ "properties": {
314
+ "Node name for S&R": "EmptySD3LatentImage"
315
+ },
316
+ "widgets_values": [
317
+ 1024,
318
+ 1024,
319
+ 1
320
+ ]
321
+ },
322
+ {
323
+ "id": 31,
324
+ "type": "CheckpointLoaderNF4",
325
+ "pos": [
326
+ -96,
327
+ 512
328
+ ],
329
+ "size": {
330
+ "0": 397.76641845703125,
331
+ "1": 98
332
+ },
333
+ "flags": {},
334
+ "order": 3,
335
+ "mode": 0,
336
+ "outputs": [
337
+ {
338
+ "name": "MODEL",
339
+ "type": "MODEL",
340
+ "links": [
341
+ 59,
342
+ 60
343
+ ],
344
+ "shape": 3,
345
+ "slot_index": 0
346
+ },
347
+ {
348
+ "name": "CLIP",
349
+ "type": "CLIP",
350
+ "links": [
351
+ 72
352
+ ],
353
+ "shape": 3,
354
+ "slot_index": 1
355
+ },
356
+ {
357
+ "name": "VAE",
358
+ "type": "VAE",
359
+ "links": [
360
+ 73
361
+ ],
362
+ "shape": 3,
363
+ "slot_index": 2
364
+ }
365
+ ],
366
+ "properties": {
367
+ "Node name for S&R": "CheckpointLoaderNF4"
368
+ },
369
+ "widgets_values": [
370
+ "flux1-dev-bnb-nf4.safetensors"
371
+ ]
372
+ },
373
+ {
374
+ "id": 6,
375
+ "type": "CLIPTextEncode",
376
+ "pos": [
377
+ 332,
378
+ 225
379
+ ],
380
+ "size": {
381
+ "0": 422.84503173828125,
382
+ "1": 164.31304931640625
383
+ },
384
+ "flags": {},
385
+ "order": 5,
386
+ "mode": 0,
387
+ "inputs": [
388
+ {
389
+ "name": "clip",
390
+ "type": "CLIP",
391
+ "link": 72
392
+ }
393
+ ],
394
+ "outputs": [
395
+ {
396
+ "name": "CONDITIONING",
397
+ "type": "CONDITIONING",
398
+ "links": [
399
+ 40
400
+ ],
401
+ "slot_index": 0
402
+ }
403
+ ],
404
+ "properties": {
405
+ "Node name for S&R": "CLIPTextEncode"
406
+ },
407
+ "widgets_values": [
408
+ "beautiful 1girl"
409
+ ]
410
+ }
411
+ ],
412
+ "links": [
413
+ [
414
+ 9,
415
+ 8,
416
+ 0,
417
+ 9,
418
+ 0,
419
+ "IMAGE"
420
+ ],
421
+ [
422
+ 19,
423
+ 16,
424
+ 0,
425
+ 13,
426
+ 2,
427
+ "SAMPLER"
428
+ ],
429
+ [
430
+ 20,
431
+ 17,
432
+ 0,
433
+ 13,
434
+ 3,
435
+ "SIGMAS"
436
+ ],
437
+ [
438
+ 37,
439
+ 25,
440
+ 0,
441
+ 13,
442
+ 0,
443
+ "NOISE"
444
+ ],
445
+ [
446
+ 40,
447
+ 6,
448
+ 0,
449
+ 22,
450
+ 1,
451
+ "CONDITIONING"
452
+ ],
453
+ [
454
+ 52,
455
+ 22,
456
+ 0,
457
+ 13,
458
+ 1,
459
+ "GUIDER"
460
+ ],
461
+ [
462
+ 54,
463
+ 29,
464
+ 0,
465
+ 13,
466
+ 4,
467
+ "LATENT"
468
+ ],
469
+ [
470
+ 55,
471
+ 13,
472
+ 0,
473
+ 8,
474
+ 0,
475
+ "LATENT"
476
+ ],
477
+ [
478
+ 59,
479
+ 31,
480
+ 0,
481
+ 22,
482
+ 0,
483
+ "MODEL"
484
+ ],
485
+ [
486
+ 60,
487
+ 31,
488
+ 0,
489
+ 17,
490
+ 0,
491
+ "MODEL"
492
+ ],
493
+ [
494
+ 72,
495
+ 31,
496
+ 1,
497
+ 6,
498
+ 0,
499
+ "CLIP"
500
+ ],
501
+ [
502
+ 73,
503
+ 31,
504
+ 2,
505
+ 8,
506
+ 1,
507
+ "VAE"
508
+ ]
509
+ ],
510
+ "groups": [],
511
+ "config": {},
512
+ "extra": {
513
+ "ds": {
514
+ "scale": 0.9090909090909095,
515
+ "offset": [
516
+ 258.6716498417437,
517
+ -149.4998129799215
518
+ ]
519
+ }
520
+ },
521
+ "version": 0.4
522
+ }