Anibaaal commited on
Commit
ad48b39
1 Parent(s): 4a6ba8f

Upload 4 files

Browse files

Upload models and simple workflow.

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