svjack commited on
Commit
aac5be1
·
verified ·
1 Parent(s): 754d1ad

Upload qwen_image_xiang_lora.json

Browse files
Files changed (1) hide show
  1. qwen_image_xiang_lora.json +371 -235
qwen_image_xiang_lora.json CHANGED
@@ -1,71 +1,140 @@
1
  {
2
- "id": "91f6bbe2-ed41-4fd6-bac7-71d5b5864ecb",
3
  "revision": 0,
4
- "last_node_id": 68,
5
- "last_link_id": 132,
6
  "nodes": [
7
  {
8
- "id": 8,
9
- "type": "VAEDecode",
10
  "pos": [
11
- 1210,
12
- 190
13
  ],
14
  "size": [
15
- 210,
16
- 46
17
  ],
18
  "flags": {},
19
- "order": 9,
20
  "mode": 0,
21
- "inputs": [
 
22
  {
23
- "name": "samples",
24
- "type": "LATENT",
25
- "link": 128
26
- },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  {
28
- "name": "vae",
29
- "type": "VAE",
30
- "link": 76
 
 
 
 
31
  }
32
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  "outputs": [
34
  {
35
- "name": "IMAGE",
36
- "type": "IMAGE",
37
  "slot_index": 0,
38
  "links": [
39
- 110
40
  ]
41
  }
42
  ],
43
  "properties": {
44
  "cnr_id": "comfy-core",
45
  "ver": "0.3.48",
46
- "Node name for S&R": "VAEDecode"
47
  },
48
- "widgets_values": []
 
 
 
 
49
  },
50
  {
51
  "id": 7,
52
  "type": "CLIPTextEncode",
53
  "pos": [
54
- 413,
55
- 389
56
  ],
57
  "size": [
58
  425.27801513671875,
59
  180.6060791015625
60
  ],
61
  "flags": {},
62
- "order": 4,
63
  "mode": 0,
64
  "inputs": [
65
  {
66
  "name": "clip",
67
  "type": "CLIP",
68
- "link": 75
69
  }
70
  ],
71
  "outputs": [
@@ -74,7 +143,7 @@
74
  "type": "CONDITIONING",
75
  "slot_index": 0,
76
  "links": [
77
- 52
78
  ]
79
  }
80
  ],
@@ -91,227 +160,237 @@
91
  "bgcolor": "#533"
92
  },
93
  {
94
- "id": 66,
95
- "type": "ModelSamplingAuraFlow",
96
  "pos": [
97
- 418.2298278808594,
98
- 68.82577514648438
99
  ],
100
  "size": [
101
- 270,
102
- 58
103
  ],
104
  "flags": {},
105
- "order": 6,
106
  "mode": 0,
107
  "inputs": [
108
  {
109
  "name": "model",
110
  "type": "MODEL",
111
- "link": 130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
  }
113
  ],
114
  "outputs": [
115
  {
116
- "name": "MODEL",
117
- "type": "MODEL",
 
118
  "links": [
119
- 125
120
  ]
121
  }
122
  ],
123
  "properties": {
124
  "cnr_id": "comfy-core",
125
  "ver": "0.3.48",
126
- "Node name for S&R": "ModelSamplingAuraFlow"
127
  },
128
  "widgets_values": [
129
- 3.500000000000001
 
 
 
 
 
 
130
  ]
131
  },
132
  {
133
- "id": 38,
134
- "type": "CLIPLoader",
135
  "pos": [
136
- 20,
137
- 190
138
  ],
139
  "size": [
140
- 380,
141
- 106
142
  ],
143
  "flags": {},
144
- "order": 0,
145
  "mode": 0,
146
- "inputs": [],
 
 
 
 
 
 
147
  "outputs": [
148
  {
149
- "name": "CLIP",
150
- "type": "CLIP",
151
- "slot_index": 0,
152
  "links": [
153
- 75,
154
- 131
155
  ]
156
  }
157
  ],
158
  "properties": {
159
  "cnr_id": "comfy-core",
160
- "ver": "0.3.48",
161
- "Node name for S&R": "CLIPLoader"
162
  },
163
  "widgets_values": [
164
- "qwen_2.5_vl_7b_fp8_scaled.safetensors",
165
- "qwen_image",
166
- "default"
167
- ],
168
- "color": "#223",
169
- "bgcolor": "#335"
170
  },
171
  {
172
- "id": 39,
173
- "type": "VAELoader",
174
  "pos": [
175
- 20,
176
- 340
177
  ],
178
  "size": [
179
- 330,
180
- 60
181
  ],
182
  "flags": {},
183
- "order": 1,
184
  "mode": 0,
185
- "inputs": [],
186
- "outputs": [
187
  {
188
- "name": "VAE",
 
 
 
 
 
189
  "type": "VAE",
 
 
 
 
 
 
 
190
  "slot_index": 0,
191
  "links": [
192
- 76
193
  ]
194
  }
195
  ],
196
  "properties": {
197
  "cnr_id": "comfy-core",
198
  "ver": "0.3.48",
199
- "Node name for S&R": "VAELoader"
200
- },
201
- "widgets_values": [
202
- "qwen_image_vae.safetensors"
203
- ],
204
- "color": "#223",
205
- "bgcolor": "#335"
206
  },
207
  {
208
- "id": 37,
209
- "type": "UNETLoader",
210
  "pos": [
211
- 20,
212
- 60
213
  ],
214
  "size": [
215
- 346.7470703125,
216
  82
217
  ],
218
  "flags": {},
219
- "order": 2,
220
- "mode": 0,
221
- "inputs": [],
 
 
 
 
 
 
222
  "outputs": [
223
  {
224
  "name": "MODEL",
225
  "type": "MODEL",
226
- "slot_index": 0,
227
  "links": [
228
- 129
229
  ]
230
  }
231
  ],
232
  "properties": {
233
  "cnr_id": "comfy-core",
234
- "ver": "0.3.48",
235
- "Node name for S&R": "UNETLoader"
236
  },
237
  "widgets_values": [
238
- "qwen_image_fp8_e4m3fn.safetensors",
239
- "default"
240
- ],
241
- "color": "#223",
242
- "bgcolor": "#335"
243
  },
244
  {
245
- "id": 3,
246
- "type": "KSampler",
247
  "pos": [
248
- 863,
249
- 187
250
  ],
251
  "size": [
252
- 315,
253
- 262
254
  ],
255
  "flags": {},
256
- "order": 8,
257
  "mode": 0,
258
  "inputs": [
259
  {
260
  "name": "model",
261
  "type": "MODEL",
262
- "link": 125
263
- },
264
- {
265
- "name": "positive",
266
- "type": "CONDITIONING",
267
- "link": 46
268
- },
269
- {
270
- "name": "negative",
271
- "type": "CONDITIONING",
272
- "link": 52
273
- },
274
- {
275
- "name": "latent_image",
276
- "type": "LATENT",
277
- "link": 107
278
  }
279
  ],
280
  "outputs": [
281
  {
282
- "name": "LATENT",
283
- "type": "LATENT",
284
- "slot_index": 0,
285
  "links": [
286
- 128
287
  ]
288
  }
289
  ],
290
  "properties": {
291
  "cnr_id": "comfy-core",
292
  "ver": "0.3.48",
293
- "Node name for S&R": "KSampler"
294
  },
295
  "widgets_values": [
296
- 476987431691564,
297
- "randomize",
298
- 25,
299
- 4,
300
- "euler",
301
- "simple",
302
- 1
303
  ]
304
  },
305
  {
306
- "id": 58,
307
  "type": "EmptySD3LatentImage",
308
  "pos": [
309
- 410.6574401855469,
310
- 620.5468139648438
311
  ],
312
  "size": [
313
- 270,
314
- 106
315
  ],
316
  "flags": {},
317
  "order": 3,
@@ -321,76 +400,89 @@
321
  {
322
  "name": "LATENT",
323
  "type": "LATENT",
 
324
  "links": [
325
- 107
326
  ]
327
  }
328
  ],
329
  "properties": {
330
  "cnr_id": "comfy-core",
331
- "ver": "0.3.48",
332
- "Node name for S&R": "EmptySD3LatentImage"
 
 
 
 
 
 
 
333
  },
334
  "widgets_values": [
335
- 512,
336
- 1280,
337
  1
338
  ]
339
  },
340
  {
341
- "id": 60,
342
- "type": "SaveImage",
343
  "pos": [
344
- 1264.6807861328125,
345
- 321.1155700683594
346
  ],
347
  "size": [
348
- 821.0496215820312,
349
- 871.7067260742188
350
  ],
351
  "flags": {},
352
- "order": 10,
353
  "mode": 0,
354
  "inputs": [
355
  {
356
- "name": "images",
357
- "type": "IMAGE",
358
- "link": 110
 
 
 
 
 
 
 
 
 
359
  }
360
  ],
361
- "outputs": [],
362
  "properties": {
363
  "cnr_id": "comfy-core",
364
- "ver": "0.3.48"
 
365
  },
366
  "widgets_values": [
367
- "ComfyUI"
 
368
  ]
369
  },
370
  {
371
- "id": 68,
372
- "type": "LoraLoader",
373
  "pos": [
374
- 372.9466552734375,
375
- -130.5085906982422
376
  ],
377
  "size": [
378
  270,
379
- 126
380
  ],
381
  "flags": {},
382
- "order": 5,
383
  "mode": 0,
384
  "inputs": [
385
  {
386
  "name": "model",
387
  "type": "MODEL",
388
- "link": 129
389
- },
390
- {
391
- "name": "clip",
392
- "type": "CLIP",
393
- "link": 131
394
  }
395
  ],
396
  "outputs": [
@@ -398,47 +490,70 @@
398
  "name": "MODEL",
399
  "type": "MODEL",
400
  "links": [
401
- 130
402
  ]
403
- },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
404
  {
405
- "name": "CLIP",
406
- "type": "CLIP",
407
- "links": [
408
- 132
409
- ]
410
  }
411
  ],
 
412
  "properties": {
413
  "cnr_id": "comfy-core",
414
- "ver": "0.3.49",
415
- "Node name for S&R": "LoraLoader"
416
  },
417
  "widgets_values": [
418
- "qwen_image_xiang_lora_v1_000008250.safetensors",
419
- 1,
420
- 1
421
  ]
422
  },
423
  {
424
  "id": 6,
425
  "type": "CLIPTextEncode",
426
  "pos": [
427
- 415,
428
- 186
429
  ],
430
  "size": [
431
  422.84503173828125,
432
  164.31304931640625
433
  ],
434
  "flags": {},
435
- "order": 7,
436
  "mode": 0,
437
  "inputs": [
438
  {
439
  "name": "clip",
440
  "type": "CLIP",
441
- "link": 132
442
  }
443
  ],
444
  "outputs": [
@@ -447,7 +562,7 @@
447
  "type": "CONDITIONING",
448
  "slot_index": 0,
449
  "links": [
450
- 46
451
  ]
452
  }
453
  ],
@@ -458,7 +573,7 @@
458
  "Node name for S&R": "CLIPTextEncode"
459
  },
460
  "widgets_values": [
461
- "远景,一个18岁戴黑框眼镜,白牙齿,短发中国青年,坐在玫瑰花丛中,拿着牌子,上面写着“成为鹏夫”"
462
  ],
463
  "color": "#232",
464
  "bgcolor": "#353"
@@ -466,113 +581,134 @@
466
  ],
467
  "links": [
468
  [
469
- 46,
 
 
470
  6,
471
  0,
472
- 3,
473
- 1,
474
- "CONDITIONING"
475
  ],
476
  [
477
- 52,
 
 
478
  7,
479
  0,
480
- 3,
481
- 2,
482
- "CONDITIONING"
483
  ],
484
  [
485
- 75,
486
- 38,
487
  0,
488
- 7,
489
  0,
490
- "CLIP"
491
  ],
492
  [
493
- 76,
494
- 39,
495
  0,
496
- 8,
497
  1,
498
- "VAE"
499
  ],
500
  [
501
- 107,
502
- 58,
503
  0,
504
- 3,
 
 
 
 
 
 
 
 
505
  3,
506
  "LATENT"
507
  ],
508
  [
509
- 110,
510
  8,
 
511
  0,
512
- 60,
513
  0,
514
- "IMAGE"
515
  ],
516
  [
517
- 125,
518
- 66,
519
  0,
520
- 3,
521
  0,
522
  "MODEL"
523
  ],
524
  [
525
- 128,
526
- 3,
527
  0,
528
- 8,
529
  0,
530
- "LATENT"
531
  ],
532
  [
533
- 129,
534
- 37,
535
  0,
536
- 68,
537
  0,
538
- "MODEL"
 
 
 
 
 
 
 
 
539
  ],
540
  [
541
- 130,
542
- 68,
543
  0,
544
- 66,
545
  0,
546
  "MODEL"
547
  ],
548
  [
549
- 131,
550
- 38,
551
  0,
552
- 68,
553
- 1,
554
- "CLIP"
555
  ],
556
  [
557
- 132,
558
- 68,
559
- 1,
560
- 6,
561
  0,
562
- "CLIP"
 
 
563
  ]
564
  ],
565
  "groups": [],
566
  "config": {},
567
  "extra": {
 
568
  "ds": {
569
- "scale": 1.1167815779424937,
570
  "offset": [
571
- -27.72481530290696,
572
- 352.1210757206528
573
  ]
574
  },
575
- "frontendVersion": "1.24.4"
 
 
 
 
576
  },
577
  "version": 0.4
578
  }
 
1
  {
2
+ "id": "cc527a2a-fd64-4138-a830-76aa3c60f717",
3
  "revision": 0,
4
+ "last_node_id": 16,
5
+ "last_link_id": 15,
6
  "nodes": [
7
  {
8
+ "id": 3,
9
+ "type": "UNETLoader",
10
  "pos": [
11
+ -3531.023371169504,
12
+ 190.06342250210508
13
  ],
14
  "size": [
15
+ 346.7470703125,
16
+ 82
17
  ],
18
  "flags": {},
19
+ "order": 0,
20
  "mode": 0,
21
+ "inputs": [],
22
+ "outputs": [
23
  {
24
+ "name": "MODEL",
25
+ "type": "MODEL",
26
+ "slot_index": 0,
27
+ "links": [
28
+ 8
29
+ ]
30
+ }
31
+ ],
32
+ "properties": {
33
+ "cnr_id": "comfy-core",
34
+ "ver": "0.3.48",
35
+ "Node name for S&R": "UNETLoader"
36
+ },
37
+ "widgets_values": [
38
+ "qwen_image_fp8_e4m3fn.safetensors",
39
+ "default"
40
+ ],
41
+ "color": "#223",
42
+ "bgcolor": "#335"
43
+ },
44
+ {
45
+ "id": 4,
46
+ "type": "CLIPLoader",
47
+ "pos": [
48
+ -3531.023371169504,
49
+ 320.0634225021051
50
+ ],
51
+ "size": [
52
+ 380,
53
+ 106
54
+ ],
55
+ "flags": {},
56
+ "order": 1,
57
+ "mode": 0,
58
+ "inputs": [],
59
+ "outputs": [
60
  {
61
+ "name": "CLIP",
62
+ "type": "CLIP",
63
+ "slot_index": 0,
64
+ "links": [
65
+ 2,
66
+ 3
67
+ ]
68
  }
69
  ],
70
+ "properties": {
71
+ "cnr_id": "comfy-core",
72
+ "ver": "0.3.48",
73
+ "Node name for S&R": "CLIPLoader"
74
+ },
75
+ "widgets_values": [
76
+ "qwen_2.5_vl_7b_fp8_scaled.safetensors",
77
+ "qwen_image",
78
+ "default"
79
+ ],
80
+ "color": "#223",
81
+ "bgcolor": "#335"
82
+ },
83
+ {
84
+ "id": 5,
85
+ "type": "VAELoader",
86
+ "pos": [
87
+ -3531.023371169504,
88
+ 470.0634225021051
89
+ ],
90
+ "size": [
91
+ 330,
92
+ 60
93
+ ],
94
+ "flags": {},
95
+ "order": 2,
96
+ "mode": 0,
97
+ "inputs": [],
98
  "outputs": [
99
  {
100
+ "name": "VAE",
101
+ "type": "VAE",
102
  "slot_index": 0,
103
  "links": [
104
+ 12
105
  ]
106
  }
107
  ],
108
  "properties": {
109
  "cnr_id": "comfy-core",
110
  "ver": "0.3.48",
111
+ "Node name for S&R": "VAELoader"
112
  },
113
+ "widgets_values": [
114
+ "qwen_image_vae.safetensors"
115
+ ],
116
+ "color": "#223",
117
+ "bgcolor": "#335"
118
  },
119
  {
120
  "id": 7,
121
  "type": "CLIPTextEncode",
122
  "pos": [
123
+ -3138.023371169504,
124
+ 519.0634225021051
125
  ],
126
  "size": [
127
  425.27801513671875,
128
  180.6060791015625
129
  ],
130
  "flags": {},
131
+ "order": 6,
132
  "mode": 0,
133
  "inputs": [
134
  {
135
  "name": "clip",
136
  "type": "CLIP",
137
+ "link": 3
138
  }
139
  ],
140
  "outputs": [
 
143
  "type": "CONDITIONING",
144
  "slot_index": 0,
145
  "links": [
146
+ 6
147
  ]
148
  }
149
  ],
 
160
  "bgcolor": "#533"
161
  },
162
  {
163
+ "id": 9,
164
+ "type": "KSampler",
165
  "pos": [
166
+ -2688.023371169504,
167
+ 317.0634225021051
168
  ],
169
  "size": [
170
+ 315,
171
+ 262
172
  ],
173
  "flags": {},
174
+ "order": 11,
175
  "mode": 0,
176
  "inputs": [
177
  {
178
  "name": "model",
179
  "type": "MODEL",
180
+ "link": 4
181
+ },
182
+ {
183
+ "name": "positive",
184
+ "type": "CONDITIONING",
185
+ "link": 5
186
+ },
187
+ {
188
+ "name": "negative",
189
+ "type": "CONDITIONING",
190
+ "link": 6
191
+ },
192
+ {
193
+ "name": "latent_image",
194
+ "type": "LATENT",
195
+ "link": 7
196
  }
197
  ],
198
  "outputs": [
199
  {
200
+ "name": "LATENT",
201
+ "type": "LATENT",
202
+ "slot_index": 0,
203
  "links": [
204
+ 11
205
  ]
206
  }
207
  ],
208
  "properties": {
209
  "cnr_id": "comfy-core",
210
  "ver": "0.3.48",
211
+ "Node name for S&R": "KSampler"
212
  },
213
  "widgets_values": [
214
+ 925037063020522,
215
+ "randomize",
216
+ 4,
217
+ 1,
218
+ "euler",
219
+ "simple",
220
+ 1
221
  ]
222
  },
223
  {
224
+ "id": 10,
225
+ "type": "LoraLoaderModelOnly",
226
  "pos": [
227
+ -3120.2735436523594,
228
+ 85.48193396492827
229
  ],
230
  "size": [
231
+ 270,
232
+ 82
233
  ],
234
  "flags": {},
235
+ "order": 4,
236
  "mode": 0,
237
+ "inputs": [
238
+ {
239
+ "name": "model",
240
+ "type": "MODEL",
241
+ "link": 8
242
+ }
243
+ ],
244
  "outputs": [
245
  {
246
+ "name": "MODEL",
247
+ "type": "MODEL",
 
248
  "links": [
249
+ 9
 
250
  ]
251
  }
252
  ],
253
  "properties": {
254
  "cnr_id": "comfy-core",
255
+ "ver": "0.9.2",
256
+ "Node name for S&R": "LoraLoaderModelOnly"
257
  },
258
  "widgets_values": [
259
+ "Qwen-Image-Lightning-4steps-V2.0.safetensors",
260
+ 1
261
+ ]
 
 
 
262
  },
263
  {
264
+ "id": 13,
265
+ "type": "VAEDecode",
266
  "pos": [
267
+ -2341.023371169504,
268
+ 320.0634225021051
269
  ],
270
  "size": [
271
+ 210,
272
+ 46
273
  ],
274
  "flags": {},
275
+ "order": 12,
276
  "mode": 0,
277
+ "inputs": [
 
278
  {
279
+ "name": "samples",
280
+ "type": "LATENT",
281
+ "link": 11
282
+ },
283
+ {
284
+ "name": "vae",
285
  "type": "VAE",
286
+ "link": 12
287
+ }
288
+ ],
289
+ "outputs": [
290
+ {
291
+ "name": "IMAGE",
292
+ "type": "IMAGE",
293
  "slot_index": 0,
294
  "links": [
295
+ 15
296
  ]
297
  }
298
  ],
299
  "properties": {
300
  "cnr_id": "comfy-core",
301
  "ver": "0.3.48",
302
+ "Node name for S&R": "VAEDecode"
303
+ }
 
 
 
 
 
304
  },
305
  {
306
+ "id": 14,
307
+ "type": "LoraLoaderModelOnly",
308
  "pos": [
309
+ -2151.761324778438,
310
+ 90.26588583333786
311
  ],
312
  "size": [
313
+ 270,
314
  82
315
  ],
316
  "flags": {},
317
+ "order": 9,
318
+ "mode": 4,
319
+ "inputs": [
320
+ {
321
+ "name": "model",
322
+ "type": "MODEL",
323
+ "link": 13
324
+ }
325
+ ],
326
  "outputs": [
327
  {
328
  "name": "MODEL",
329
  "type": "MODEL",
 
330
  "links": [
331
+ 14
332
  ]
333
  }
334
  ],
335
  "properties": {
336
  "cnr_id": "comfy-core",
337
+ "ver": "0.9.2",
338
+ "Node name for S&R": "LoraLoaderModelOnly"
339
  },
340
  "widgets_values": [
341
+ "Four_qwen_image_lora-step00002920.safetensors",
342
+ 1
343
+ ]
 
 
344
  },
345
  {
346
+ "id": 15,
347
+ "type": "ModelSamplingAuraFlow",
348
  "pos": [
349
+ -1818.3914892143027,
350
+ 83.55778231731666
351
  ],
352
  "size": [
353
+ 270,
354
+ 58
355
  ],
356
  "flags": {},
357
+ "order": 10,
358
  "mode": 0,
359
  "inputs": [
360
  {
361
  "name": "model",
362
  "type": "MODEL",
363
+ "link": 14
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
364
  }
365
  ],
366
  "outputs": [
367
  {
368
+ "name": "MODEL",
369
+ "type": "MODEL",
 
370
  "links": [
371
+ 4
372
  ]
373
  }
374
  ],
375
  "properties": {
376
  "cnr_id": "comfy-core",
377
  "ver": "0.3.48",
378
+ "Node name for S&R": "ModelSamplingAuraFlow"
379
  },
380
  "widgets_values": [
381
+ 3.500000000000001
 
 
 
 
 
 
382
  ]
383
  },
384
  {
385
+ "id": 8,
386
  "type": "EmptySD3LatentImage",
387
  "pos": [
388
+ -3075.416517901367,
389
+ 773.5981378656084
390
  ],
391
  "size": [
392
+ 260,
393
+ 110
394
  ],
395
  "flags": {},
396
  "order": 3,
 
400
  {
401
  "name": "LATENT",
402
  "type": "LATENT",
403
+ "slot_index": 0,
404
  "links": [
405
+ 7
406
  ]
407
  }
408
  ],
409
  "properties": {
410
  "cnr_id": "comfy-core",
411
+ "ver": "0.3.64",
412
+ "Node name for S&R": "EmptySD3LatentImage",
413
+ "enableTabs": false,
414
+ "tabWidth": 65,
415
+ "tabXOffset": 10,
416
+ "hasSecondTab": false,
417
+ "secondTabText": "Send Back",
418
+ "secondTabOffset": 80,
419
+ "secondTabWidth": 65
420
  },
421
  "widgets_values": [
422
+ 1568,
423
+ 1088,
424
  1
425
  ]
426
  },
427
  {
428
+ "id": 11,
429
+ "type": "LoraLoaderModelOnly",
430
  "pos": [
431
+ -2797.9186560804787,
432
+ 86.3773642081835
433
  ],
434
  "size": [
435
+ 270,
436
+ 82
437
  ],
438
  "flags": {},
439
+ "order": 7,
440
  "mode": 0,
441
  "inputs": [
442
  {
443
+ "name": "model",
444
+ "type": "MODEL",
445
+ "link": 9
446
+ }
447
+ ],
448
+ "outputs": [
449
+ {
450
+ "name": "MODEL",
451
+ "type": "MODEL",
452
+ "links": [
453
+ 10
454
+ ]
455
  }
456
  ],
 
457
  "properties": {
458
  "cnr_id": "comfy-core",
459
+ "ver": "0.9.2",
460
+ "Node name for S&R": "LoraLoaderModelOnly"
461
  },
462
  "widgets_values": [
463
+ "Xiang_bottom_QWIM_Lora_000002500.safetensors",
464
+ 1
465
  ]
466
  },
467
  {
468
+ "id": 12,
469
+ "type": "LoraLoaderModelOnly",
470
  "pos": [
471
+ -2480.0409197248746,
472
+ 88.1682246946941
473
  ],
474
  "size": [
475
  270,
476
+ 82
477
  ],
478
  "flags": {},
479
+ "order": 8,
480
  "mode": 0,
481
  "inputs": [
482
  {
483
  "name": "model",
484
  "type": "MODEL",
485
+ "link": 10
 
 
 
 
 
486
  }
487
  ],
488
  "outputs": [
 
490
  "name": "MODEL",
491
  "type": "MODEL",
492
  "links": [
493
+ 13
494
  ]
495
+ }
496
+ ],
497
+ "properties": {
498
+ "cnr_id": "comfy-core",
499
+ "ver": "0.9.2",
500
+ "Node name for S&R": "LoraLoaderModelOnly"
501
+ },
502
+ "widgets_values": [
503
+ "Xiang-Dream-QWIM-Lora_000002750.safetensors",
504
+ 0.3
505
+ ]
506
+ },
507
+ {
508
+ "id": 16,
509
+ "type": "SaveImage",
510
+ "pos": [
511
+ -1987.1729039111992,
512
+ 350.90839059647107
513
+ ],
514
+ "size": [
515
+ 821.0496215820312,
516
+ 871.7067260742188
517
+ ],
518
+ "flags": {},
519
+ "order": 13,
520
+ "mode": 0,
521
+ "inputs": [
522
  {
523
+ "name": "images",
524
+ "type": "IMAGE",
525
+ "link": 15
 
 
526
  }
527
  ],
528
+ "outputs": [],
529
  "properties": {
530
  "cnr_id": "comfy-core",
531
+ "ver": "0.3.48",
532
+ "Node name for S&R": "SaveImage"
533
  },
534
  "widgets_values": [
535
+ "ComfyUI"
 
 
536
  ]
537
  },
538
  {
539
  "id": 6,
540
  "type": "CLIPTextEncode",
541
  "pos": [
542
+ -3136.023371169504,
543
+ 316.0634225021051
544
  ],
545
  "size": [
546
  422.84503173828125,
547
  164.31304931640625
548
  ],
549
  "flags": {},
550
+ "order": 5,
551
  "mode": 0,
552
  "inputs": [
553
  {
554
  "name": "clip",
555
  "type": "CLIP",
556
+ "link": 2
557
  }
558
  ],
559
  "outputs": [
 
562
  "type": "CONDITIONING",
563
  "slot_index": 0,
564
  "links": [
565
+ 5
566
  ]
567
  }
568
  ],
 
573
  "Node name for S&R": "CLIPTextEncode"
574
  },
575
  "widgets_values": [
576
+ ""
577
  ],
578
  "color": "#232",
579
  "bgcolor": "#353"
 
581
  ],
582
  "links": [
583
  [
584
+ 2,
585
+ 4,
586
+ 0,
587
  6,
588
  0,
589
+ "CLIP"
 
 
590
  ],
591
  [
592
+ 3,
593
+ 4,
594
+ 0,
595
  7,
596
  0,
597
+ "CLIP"
 
 
598
  ],
599
  [
600
+ 4,
601
+ 15,
602
  0,
603
+ 9,
604
  0,
605
+ "MODEL"
606
  ],
607
  [
608
+ 5,
609
+ 6,
610
  0,
611
+ 9,
612
  1,
613
+ "CONDITIONING"
614
  ],
615
  [
616
+ 6,
617
+ 7,
618
  0,
619
+ 9,
620
+ 2,
621
+ "CONDITIONING"
622
+ ],
623
+ [
624
+ 7,
625
+ 8,
626
+ 0,
627
+ 9,
628
  3,
629
  "LATENT"
630
  ],
631
  [
 
632
  8,
633
+ 3,
634
  0,
635
+ 10,
636
  0,
637
+ "MODEL"
638
  ],
639
  [
640
+ 9,
641
+ 10,
642
  0,
643
+ 11,
644
  0,
645
  "MODEL"
646
  ],
647
  [
648
+ 10,
649
+ 11,
650
  0,
651
+ 12,
652
  0,
653
+ "MODEL"
654
  ],
655
  [
656
+ 11,
657
+ 9,
658
  0,
659
+ 13,
660
  0,
661
+ "LATENT"
662
+ ],
663
+ [
664
+ 12,
665
+ 5,
666
+ 0,
667
+ 13,
668
+ 1,
669
+ "VAE"
670
  ],
671
  [
672
+ 13,
673
+ 12,
674
  0,
675
+ 14,
676
  0,
677
  "MODEL"
678
  ],
679
  [
680
+ 14,
681
+ 14,
682
  0,
683
+ 15,
684
+ 0,
685
+ "MODEL"
686
  ],
687
  [
688
+ 15,
689
+ 13,
 
 
690
  0,
691
+ 16,
692
+ 0,
693
+ "IMAGE"
694
  ]
695
  ],
696
  "groups": [],
697
  "config": {},
698
  "extra": {
699
+ "workflowRendererVersion": "LG",
700
  "ds": {
701
+ "scale": 1.2100000000000004,
702
  "offset": [
703
+ 3294.893091553114,
704
+ 136.2004356950841
705
  ]
706
  },
707
+ "frontendVersion": "1.36.14",
708
+ "VHS_latentpreview": false,
709
+ "VHS_latentpreviewrate": 0,
710
+ "VHS_MetadataImage": true,
711
+ "VHS_KeepIntermediate": true
712
  },
713
  "version": 0.4
714
  }