city96 commited on
Commit
920180e
·
verified ·
1 Parent(s): 85f0125

Delete qwen-image_workflow.json

Browse files
Files changed (1) hide show
  1. qwen-image_workflow.json +0 -656
qwen-image_workflow.json DELETED
@@ -1,656 +0,0 @@
1
- {
2
- "id": "68375b17-c65d-48e6-9943-aa696c5116b9",
3
- "revision": 0,
4
- "last_node_id": 125,
5
- "last_link_id": 265,
6
- "nodes": [
7
- {
8
- "id": 98,
9
- "type": "VAEDecode",
10
- "pos": [
11
- 1130,
12
- -770
13
- ],
14
- "size": [
15
- 140,
16
- 50
17
- ],
18
- "flags": {},
19
- "order": 8,
20
- "mode": 0,
21
- "inputs": [
22
- {
23
- "name": "samples",
24
- "type": "LATENT",
25
- "link": 240
26
- },
27
- {
28
- "name": "vae",
29
- "type": "VAE",
30
- "link": 241
31
- }
32
- ],
33
- "outputs": [
34
- {
35
- "name": "IMAGE",
36
- "type": "IMAGE",
37
- "slot_index": 0,
38
- "links": [
39
- 244
40
- ]
41
- }
42
- ],
43
- "properties": {
44
- "Node name for S&R": "VAEDecode"
45
- },
46
- "widgets_values": []
47
- },
48
- {
49
- "id": 102,
50
- "type": "PreviewImage",
51
- "pos": [
52
- 1300,
53
- -870
54
- ],
55
- "size": [
56
- 900,
57
- 570
58
- ],
59
- "flags": {},
60
- "order": 9,
61
- "mode": 0,
62
- "inputs": [
63
- {
64
- "name": "images",
65
- "type": "IMAGE",
66
- "link": 244
67
- }
68
- ],
69
- "outputs": [],
70
- "properties": {
71
- "Node name for S&R": "PreviewImage"
72
- },
73
- "widgets_values": []
74
- },
75
- {
76
- "id": 94,
77
- "type": "VAELoader",
78
- "pos": [
79
- 800,
80
- -870
81
- ],
82
- "size": [
83
- 300,
84
- 60
85
- ],
86
- "flags": {},
87
- "order": 0,
88
- "mode": 0,
89
- "inputs": [],
90
- "outputs": [
91
- {
92
- "name": "VAE",
93
- "type": "VAE",
94
- "slot_index": 0,
95
- "links": [
96
- 241
97
- ]
98
- }
99
- ],
100
- "properties": {
101
- "Node name for S&R": "VAELoader"
102
- },
103
- "widgets_values": [
104
- "qwen_image_vae.safetensors"
105
- ]
106
- },
107
- {
108
- "id": 96,
109
- "type": "CLIPLoader",
110
- "pos": [
111
- 100,
112
- -750
113
- ],
114
- "size": [
115
- 300,
116
- 106
117
- ],
118
- "flags": {},
119
- "order": 1,
120
- "mode": 0,
121
- "inputs": [],
122
- "outputs": [
123
- {
124
- "name": "CLIP",
125
- "type": "CLIP",
126
- "slot_index": 0,
127
- "links": [
128
- 235,
129
- 243
130
- ]
131
- }
132
- ],
133
- "properties": {
134
- "Node name for S&R": "CLIPLoader"
135
- },
136
- "widgets_values": [
137
- "qwen_2.5_vl_7b.safetensors",
138
- "qwen_image",
139
- "default"
140
- ]
141
- },
142
- {
143
- "id": 125,
144
- "type": "CLIPLoaderGGUF",
145
- "pos": [
146
- 100,
147
- -590
148
- ],
149
- "size": [
150
- 300,
151
- 82
152
- ],
153
- "flags": {},
154
- "order": 2,
155
- "mode": 0,
156
- "inputs": [],
157
- "outputs": [
158
- {
159
- "name": "CLIP",
160
- "type": "CLIP",
161
- "links": null
162
- }
163
- ],
164
- "properties": {
165
- "Node name for S&R": "CLIPLoaderGGUF"
166
- },
167
- "widgets_values": [
168
- "qwen_2.5_vl_7b.safetensors",
169
- "qwen_image"
170
- ]
171
- },
172
- {
173
- "id": 97,
174
- "type": "EmptyHunyuanLatentVideo",
175
- "pos": [
176
- 460,
177
- -480
178
- ],
179
- "size": [
180
- 240,
181
- 130
182
- ],
183
- "flags": {},
184
- "order": 3,
185
- "mode": 0,
186
- "inputs": [],
187
- "outputs": [
188
- {
189
- "name": "LATENT",
190
- "type": "LATENT",
191
- "slot_index": 0,
192
- "links": [
193
- 239
194
- ]
195
- }
196
- ],
197
- "properties": {
198
- "Node name for S&R": "EmptyHunyuanLatentVideo"
199
- },
200
- "widgets_values": [
201
- 1280,
202
- 768,
203
- 1,
204
- 1
205
- ]
206
- },
207
- {
208
- "id": 93,
209
- "type": "CLIPTextEncode",
210
- "pos": [
211
- 460,
212
- -610
213
- ],
214
- "size": [
215
- 240,
216
- 90
217
- ],
218
- "flags": {
219
- "collapsed": false
220
- },
221
- "order": 5,
222
- "mode": 0,
223
- "inputs": [
224
- {
225
- "name": "clip",
226
- "type": "CLIP",
227
- "link": 235
228
- }
229
- ],
230
- "outputs": [
231
- {
232
- "name": "CONDITIONING",
233
- "type": "CONDITIONING",
234
- "slot_index": 0,
235
- "links": [
236
- 238
237
- ]
238
- }
239
- ],
240
- "properties": {
241
- "Node name for S&R": "CLIPTextEncode"
242
- },
243
- "widgets_values": [
244
- "jpeg compression"
245
- ]
246
- },
247
- {
248
- "id": 100,
249
- "type": "CLIPTextEncode",
250
- "pos": [
251
- 460,
252
- -750
253
- ],
254
- "size": [
255
- 240,
256
- 90
257
- ],
258
- "flags": {
259
- "collapsed": false
260
- },
261
- "order": 6,
262
- "mode": 0,
263
- "inputs": [
264
- {
265
- "name": "clip",
266
- "type": "CLIP",
267
- "link": 243
268
- }
269
- ],
270
- "outputs": [
271
- {
272
- "name": "CONDITIONING",
273
- "type": "CONDITIONING",
274
- "slot_index": 0,
275
- "links": [
276
- 237
277
- ]
278
- }
279
- ],
280
- "properties": {
281
- "Node name for S&R": "CLIPTextEncode"
282
- },
283
- "widgets_values": [
284
- "a photo of a cat"
285
- ]
286
- },
287
- {
288
- "id": 124,
289
- "type": "UnetLoaderGGUF",
290
- "pos": [
291
- 350,
292
- -870
293
- ],
294
- "size": [
295
- 350,
296
- 70
297
- ],
298
- "flags": {},
299
- "order": 4,
300
- "mode": 0,
301
- "inputs": [],
302
- "outputs": [
303
- {
304
- "name": "MODEL",
305
- "type": "MODEL",
306
- "links": [
307
- 265
308
- ]
309
- }
310
- ],
311
- "properties": {
312
- "Node name for S&R": "UnetLoaderGGUF"
313
- },
314
- "widgets_values": [
315
- "qwen-image-Q8_0.gguf"
316
- ]
317
- },
318
- {
319
- "id": 95,
320
- "type": "KSampler",
321
- "pos": [
322
- 800,
323
- -770
324
- ],
325
- "size": [
326
- 300,
327
- 474
328
- ],
329
- "flags": {},
330
- "order": 7,
331
- "mode": 0,
332
- "inputs": [
333
- {
334
- "name": "model",
335
- "type": "MODEL",
336
- "link": 265
337
- },
338
- {
339
- "name": "positive",
340
- "type": "CONDITIONING",
341
- "link": 237
342
- },
343
- {
344
- "name": "negative",
345
- "type": "CONDITIONING",
346
- "link": 238
347
- },
348
- {
349
- "name": "latent_image",
350
- "type": "LATENT",
351
- "link": 239
352
- }
353
- ],
354
- "outputs": [
355
- {
356
- "name": "LATENT",
357
- "type": "LATENT",
358
- "slot_index": 0,
359
- "links": [
360
- 240
361
- ]
362
- }
363
- ],
364
- "properties": {
365
- "Node name for S&R": "KSampler"
366
- },
367
- "widgets_values": [
368
- 22,
369
- "fixed",
370
- 20,
371
- 4.5,
372
- "euler",
373
- "normal",
374
- 1
375
- ]
376
- }
377
- ],
378
- "links": [
379
- [
380
- 235,
381
- 96,
382
- 0,
383
- 93,
384
- 0,
385
- "CLIP"
386
- ],
387
- [
388
- 237,
389
- 100,
390
- 0,
391
- 95,
392
- 1,
393
- "CONDITIONING"
394
- ],
395
- [
396
- 238,
397
- 93,
398
- 0,
399
- 95,
400
- 2,
401
- "CONDITIONING"
402
- ],
403
- [
404
- 239,
405
- 97,
406
- 0,
407
- 95,
408
- 3,
409
- "LATENT"
410
- ],
411
- [
412
- 240,
413
- 95,
414
- 0,
415
- 98,
416
- 0,
417
- "LATENT"
418
- ],
419
- [
420
- 241,
421
- 94,
422
- 0,
423
- 98,
424
- 1,
425
- "VAE"
426
- ],
427
- [
428
- 243,
429
- 96,
430
- 0,
431
- 100,
432
- 0,
433
- "CLIP"
434
- ],
435
- [
436
- 244,
437
- 98,
438
- 0,
439
- 102,
440
- 0,
441
- "IMAGE"
442
- ],
443
- [
444
- 265,
445
- 124,
446
- 0,
447
- 95,
448
- 0,
449
- "MODEL"
450
- ]
451
- ],
452
- "groups": [],
453
- "config": {},
454
- "extra": {
455
- "ds": {
456
- "scale": 1.228459735736771,
457
- "offset": [
458
- -38.47984392229094,
459
- 1078.759264157115
460
- ]
461
- },
462
- "frontendVersion": "1.23.4",
463
- "groupNodes": {
464
- "EmptyLatentImage": {
465
- "nodes": [
466
- {
467
- "type": "PrimitiveNode",
468
- "pos": [
469
- 432,
470
- 480
471
- ],
472
- "size": {
473
- "0": 210,
474
- "1": 82
475
- },
476
- "flags": {},
477
- "order": 6,
478
- "mode": 0,
479
- "outputs": [
480
- {
481
- "name": "INT",
482
- "type": "INT",
483
- "links": [],
484
- "widget": {
485
- "name": "height"
486
- },
487
- "slot_index": 0
488
- }
489
- ],
490
- "title": "height",
491
- "properties": {
492
- "Run widget replace on values": false
493
- },
494
- "color": "#323",
495
- "bgcolor": "#535",
496
- "index": 0
497
- },
498
- {
499
- "type": "PrimitiveNode",
500
- "pos": [
501
- 672,
502
- 480
503
- ],
504
- "size": {
505
- "0": 210,
506
- "1": 82
507
- },
508
- "flags": {},
509
- "order": 7,
510
- "mode": 0,
511
- "outputs": [
512
- {
513
- "name": "INT",
514
- "type": "INT",
515
- "links": [],
516
- "slot_index": 0,
517
- "widget": {
518
- "name": "width"
519
- }
520
- }
521
- ],
522
- "title": "width",
523
- "properties": {
524
- "Run widget replace on values": false
525
- },
526
- "color": "#323",
527
- "bgcolor": "#535",
528
- "index": 1
529
- },
530
- {
531
- "type": "EmptySD3LatentImage",
532
- "pos": [
533
- 480,
534
- 624
535
- ],
536
- "size": {
537
- "0": 315,
538
- "1": 106
539
- },
540
- "flags": {},
541
- "order": 10,
542
- "mode": 0,
543
- "inputs": [
544
- {
545
- "name": "width",
546
- "type": "INT",
547
- "link": null,
548
- "widget": {
549
- "name": "width"
550
- }
551
- },
552
- {
553
- "name": "height",
554
- "type": "INT",
555
- "link": null,
556
- "widget": {
557
- "name": "height"
558
- }
559
- }
560
- ],
561
- "outputs": [
562
- {
563
- "name": "LATENT",
564
- "type": "LATENT",
565
- "links": [],
566
- "shape": 3,
567
- "slot_index": 0
568
- }
569
- ],
570
- "properties": {
571
- "Node name for S&R": "EmptySD3LatentImage"
572
- },
573
- "widgets_values": [
574
- 1024,
575
- 1024,
576
- 1
577
- ],
578
- "index": 2
579
- }
580
- ],
581
- "links": [
582
- [
583
- 1,
584
- 0,
585
- 2,
586
- 0,
587
- 34,
588
- "INT"
589
- ],
590
- [
591
- 0,
592
- 0,
593
- 2,
594
- 1,
595
- 35,
596
- "INT"
597
- ]
598
- ],
599
- "external": [
600
- [
601
- 0,
602
- 0,
603
- "INT"
604
- ],
605
- [
606
- 1,
607
- 0,
608
- "INT"
609
- ],
610
- [
611
- 2,
612
- 0,
613
- "LATENT"
614
- ]
615
- ],
616
- "config": {
617
- "0": {
618
- "output": {
619
- "0": {
620
- "name": "height"
621
- }
622
- },
623
- "input": {
624
- "value": {
625
- "visible": true
626
- }
627
- }
628
- },
629
- "1": {
630
- "output": {
631
- "0": {
632
- "name": "width"
633
- }
634
- },
635
- "input": {
636
- "value": {
637
- "visible": true
638
- }
639
- }
640
- },
641
- "2": {
642
- "input": {
643
- "width": {
644
- "visible": false
645
- },
646
- "height": {
647
- "visible": false
648
- }
649
- }
650
- }
651
- }
652
- }
653
- }
654
- },
655
- "version": 0.4
656
- }