phamhungd commited on
Commit
52501cb
·
verified ·
1 Parent(s): ff7de39

Upload Flux_dev.json

Browse files
Files changed (1) hide show
  1. Flux_dev.json +461 -0
Flux_dev.json ADDED
@@ -0,0 +1,461 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "last_node_id": 69,
3
+ "last_link_id": 113,
4
+ "nodes": [
5
+ {
6
+ "id": 63,
7
+ "type": "ConditioningZeroOut",
8
+ "pos": [
9
+ 636,
10
+ 337
11
+ ],
12
+ "size": {
13
+ "0": 317.4000244140625,
14
+ "1": 26
15
+ },
16
+ "flags": {
17
+ "collapsed": true
18
+ },
19
+ "order": 4,
20
+ "mode": 0,
21
+ "inputs": [
22
+ {
23
+ "name": "conditioning",
24
+ "type": "CONDITIONING",
25
+ "link": 113,
26
+ "slot_index": 0
27
+ }
28
+ ],
29
+ "outputs": [
30
+ {
31
+ "name": "CONDITIONING",
32
+ "type": "CONDITIONING",
33
+ "links": [
34
+ 101
35
+ ],
36
+ "shape": 3,
37
+ "slot_index": 0
38
+ }
39
+ ],
40
+ "properties": {
41
+ "Node name for S&R": "ConditioningZeroOut"
42
+ }
43
+ },
44
+ {
45
+ "id": 8,
46
+ "type": "VAEDecode",
47
+ "pos": [
48
+ 1178,
49
+ 91
50
+ ],
51
+ "size": {
52
+ "0": 210,
53
+ "1": 46
54
+ },
55
+ "flags": {},
56
+ "order": 6,
57
+ "mode": 0,
58
+ "inputs": [
59
+ {
60
+ "name": "samples",
61
+ "type": "LATENT",
62
+ "link": 66
63
+ },
64
+ {
65
+ "name": "vae",
66
+ "type": "VAE",
67
+ "link": 88
68
+ }
69
+ ],
70
+ "outputs": [
71
+ {
72
+ "name": "IMAGE",
73
+ "type": "IMAGE",
74
+ "links": [
75
+ 9
76
+ ],
77
+ "slot_index": 0
78
+ }
79
+ ],
80
+ "properties": {
81
+ "Node name for S&R": "VAEDecode"
82
+ }
83
+ },
84
+ {
85
+ "id": 53,
86
+ "type": "EmptyLatentImage",
87
+ "pos": [
88
+ 408,
89
+ 384
90
+ ],
91
+ "size": {
92
+ "0": 400.7559814453125,
93
+ "1": 106
94
+ },
95
+ "flags": {},
96
+ "order": 0,
97
+ "mode": 0,
98
+ "outputs": [
99
+ {
100
+ "name": "LATENT",
101
+ "type": "LATENT",
102
+ "links": [
103
+ 85
104
+ ],
105
+ "shape": 3
106
+ }
107
+ ],
108
+ "properties": {
109
+ "Node name for S&R": "EmptyLatentImage"
110
+ },
111
+ "widgets_values": [
112
+ 768,
113
+ 1024,
114
+ 1
115
+ ]
116
+ },
117
+ {
118
+ "id": 9,
119
+ "type": "SaveImage",
120
+ "pos": [
121
+ 1422,
122
+ 88
123
+ ],
124
+ "size": {
125
+ "0": 356.08502197265625,
126
+ "1": 499.8143310546875
127
+ },
128
+ "flags": {},
129
+ "order": 7,
130
+ "mode": 0,
131
+ "inputs": [
132
+ {
133
+ "name": "images",
134
+ "type": "IMAGE",
135
+ "link": 9
136
+ }
137
+ ],
138
+ "properties": {
139
+ "Node name for S&R": "SaveImage"
140
+ },
141
+ "widgets_values": [
142
+ "ComfyUI"
143
+ ]
144
+ },
145
+ {
146
+ "id": 52,
147
+ "type": "CheckpointLoaderSimple",
148
+ "pos": [
149
+ 63,
150
+ 89
151
+ ],
152
+ "size": {
153
+ "0": 315,
154
+ "1": 98
155
+ },
156
+ "flags": {},
157
+ "order": 1,
158
+ "mode": 0,
159
+ "outputs": [
160
+ {
161
+ "name": "MODEL",
162
+ "type": "MODEL",
163
+ "links": [
164
+ 89
165
+ ],
166
+ "shape": 3,
167
+ "slot_index": 0
168
+ },
169
+ {
170
+ "name": "CLIP",
171
+ "type": "CLIP",
172
+ "links": [
173
+ 111
174
+ ],
175
+ "shape": 3,
176
+ "slot_index": 1
177
+ },
178
+ {
179
+ "name": "VAE",
180
+ "type": "VAE",
181
+ "links": [
182
+ 88
183
+ ],
184
+ "shape": 3,
185
+ "slot_index": 2
186
+ }
187
+ ],
188
+ "properties": {
189
+ "Node name for S&R": "CheckpointLoaderSimple"
190
+ },
191
+ "widgets_values": [
192
+ "Flux_dev_v1.safetensors"
193
+ ]
194
+ },
195
+ {
196
+ "id": 68,
197
+ "type": "Note",
198
+ "pos": [
199
+ 61,
200
+ 257
201
+ ],
202
+ "size": {
203
+ "0": 310.9923400878906,
204
+ "1": 167.09852600097656
205
+ },
206
+ "flags": {},
207
+ "order": 2,
208
+ "mode": 0,
209
+ "properties": {
210
+ "text": ""
211
+ },
212
+ "widgets_values": [
213
+ "ComfyUI Colab:\n- Creator: stablediffusion.vn\n- Website: sdvn.me | comfy.vn | fluxai.vn\n- Document: bit.ly/sdvn-lib\n- Skills training: hungdiffusion.com"
214
+ ],
215
+ "color": "#432",
216
+ "bgcolor": "#653"
217
+ },
218
+ {
219
+ "id": 44,
220
+ "type": "KSampler",
221
+ "pos": [
222
+ 837,
223
+ 91
224
+ ],
225
+ "size": {
226
+ "0": 318.3961181640625,
227
+ "1": 487.5167236328125
228
+ },
229
+ "flags": {},
230
+ "order": 5,
231
+ "mode": 0,
232
+ "inputs": [
233
+ {
234
+ "name": "model",
235
+ "type": "MODEL",
236
+ "link": 89
237
+ },
238
+ {
239
+ "name": "positive",
240
+ "type": "CONDITIONING",
241
+ "link": 112
242
+ },
243
+ {
244
+ "name": "negative",
245
+ "type": "CONDITIONING",
246
+ "link": 101
247
+ },
248
+ {
249
+ "name": "latent_image",
250
+ "type": "LATENT",
251
+ "link": 85,
252
+ "slot_index": 3
253
+ }
254
+ ],
255
+ "outputs": [
256
+ {
257
+ "name": "LATENT",
258
+ "type": "LATENT",
259
+ "links": [
260
+ 66
261
+ ],
262
+ "shape": 3,
263
+ "slot_index": 0
264
+ }
265
+ ],
266
+ "properties": {
267
+ "Node name for S&R": "KSampler"
268
+ },
269
+ "widgets_values": [
270
+ 1,
271
+ "randomize",
272
+ 20,
273
+ 1,
274
+ "euler",
275
+ "simple",
276
+ 1
277
+ ]
278
+ },
279
+ {
280
+ "id": 69,
281
+ "type": "CLIPTextEncode",
282
+ "pos": [
283
+ 410,
284
+ 90
285
+ ],
286
+ "size": [
287
+ 400,
288
+ 200
289
+ ],
290
+ "flags": {},
291
+ "order": 3,
292
+ "mode": 0,
293
+ "inputs": [
294
+ {
295
+ "name": "clip",
296
+ "type": "CLIP",
297
+ "link": 111
298
+ }
299
+ ],
300
+ "outputs": [
301
+ {
302
+ "name": "CONDITIONING",
303
+ "type": "CONDITIONING",
304
+ "links": [
305
+ 112,
306
+ 113
307
+ ],
308
+ "shape": 3
309
+ }
310
+ ],
311
+ "properties": {
312
+ "Node name for S&R": "CLIPTextEncode"
313
+ },
314
+ "widgets_values": [
315
+ "Actual image of a smiling Vietnamese girl. With both hands she was holding a notice board with the word \"FluxAI by SDVN.ME\" large in the middle. Photos have high detail"
316
+ ]
317
+ }
318
+ ],
319
+ "links": [
320
+ [
321
+ 9,
322
+ 8,
323
+ 0,
324
+ 9,
325
+ 0,
326
+ "IMAGE"
327
+ ],
328
+ [
329
+ 66,
330
+ 44,
331
+ 0,
332
+ 8,
333
+ 0,
334
+ "LATENT"
335
+ ],
336
+ [
337
+ 75,
338
+ 10,
339
+ 0,
340
+ 8,
341
+ 1,
342
+ "VAE"
343
+ ],
344
+ [
345
+ 76,
346
+ 12,
347
+ 0,
348
+ 44,
349
+ 0,
350
+ "MODEL"
351
+ ],
352
+ [
353
+ 77,
354
+ 11,
355
+ 0,
356
+ 48,
357
+ 0,
358
+ "CLIP"
359
+ ],
360
+ [
361
+ 78,
362
+ 10,
363
+ 0,
364
+ 30,
365
+ 1,
366
+ "VAE"
367
+ ],
368
+ [
369
+ 79,
370
+ 12,
371
+ 0,
372
+ 51,
373
+ 0,
374
+ "MODEL"
375
+ ],
376
+ [
377
+ 80,
378
+ 11,
379
+ 0,
380
+ 51,
381
+ 1,
382
+ "CLIP"
383
+ ],
384
+ [
385
+ 81,
386
+ 10,
387
+ 0,
388
+ 51,
389
+ 2,
390
+ "VAE"
391
+ ],
392
+ [
393
+ 85,
394
+ 53,
395
+ 0,
396
+ 44,
397
+ 3,
398
+ "LATENT"
399
+ ],
400
+ [
401
+ 88,
402
+ 52,
403
+ 2,
404
+ 8,
405
+ 1,
406
+ "VAE"
407
+ ],
408
+ [
409
+ 89,
410
+ 52,
411
+ 0,
412
+ 44,
413
+ 0,
414
+ "MODEL"
415
+ ],
416
+ [
417
+ 101,
418
+ 63,
419
+ 0,
420
+ 44,
421
+ 2,
422
+ "CONDITIONING"
423
+ ],
424
+ [
425
+ 111,
426
+ 52,
427
+ 1,
428
+ 69,
429
+ 0,
430
+ "CLIP"
431
+ ],
432
+ [
433
+ 112,
434
+ 69,
435
+ 0,
436
+ 44,
437
+ 1,
438
+ "CONDITIONING"
439
+ ],
440
+ [
441
+ 113,
442
+ 69,
443
+ 0,
444
+ 63,
445
+ 0,
446
+ "CONDITIONING"
447
+ ]
448
+ ],
449
+ "groups": [],
450
+ "config": {},
451
+ "extra": {
452
+ "ds": {
453
+ "scale": 0.9090909090909091,
454
+ "offset": [
455
+ 316.1232020308383,
456
+ 224.7674953458341
457
+ ]
458
+ }
459
+ },
460
+ "version": 0.4
461
+ }