anghellia commited on
Commit
c196eee
1 Parent(s): 5138e3c

Upload 2 files

Browse files
Files changed (1) hide show
  1. workflows/canny_workflow.json +261 -191
workflows/canny_workflow.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "last_node_id": 22,
3
- "last_link_id": 35,
4
  "nodes": [
5
  {
6
  "id": 8,
@@ -69,39 +69,6 @@
69
  "flux"
70
  ]
71
  },
72
- {
73
- "id": 10,
74
- "type": "UNETLoader",
75
- "pos": [
76
- 243,
77
- 590
78
- ],
79
- "size": {
80
- "0": 315,
81
- "1": 82
82
- },
83
- "flags": {},
84
- "order": 2,
85
- "mode": 0,
86
- "outputs": [
87
- {
88
- "name": "MODEL",
89
- "type": "MODEL",
90
- "links": [
91
- 35
92
- ],
93
- "shape": 3,
94
- "slot_index": 0
95
- }
96
- ],
97
- "properties": {
98
- "Node name for S&R": "UNETLoader"
99
- },
100
- "widgets_values": [
101
- "flux1-dev-fp8.safetensors",
102
- "fp8_e4m3fn"
103
- ]
104
- },
105
  {
106
  "id": 19,
107
  "type": "CLIPTextEncodeFlux",
@@ -145,37 +112,30 @@
145
  ]
146
  },
147
  {
148
- "id": 13,
149
- "type": "LoadFluxControlNet",
150
  "pos": [
151
- 4,
152
- -226
153
  ],
154
  "size": {
155
- "0": 315,
156
- "1": 82
157
  },
158
  "flags": {},
159
- "order": 3,
160
  "mode": 0,
161
- "outputs": [
162
  {
163
- "name": "ControlNet",
164
- "type": "FluxControlNet",
165
- "links": [
166
- 19
167
- ],
168
- "shape": 3,
169
  "slot_index": 0
170
  }
171
  ],
172
  "properties": {
173
- "Node name for S&R": "LoadFluxControlNet"
174
- },
175
- "widgets_values": [
176
- "flux-dev",
177
- "flux-canny-controlnet.safetensors"
178
- ]
179
  },
180
  {
181
  "id": 7,
@@ -189,7 +149,7 @@
189
  "1": 46
190
  },
191
  "flags": {},
192
- "order": 12,
193
  "mode": 0,
194
  "inputs": [
195
  {
@@ -209,7 +169,8 @@
209
  "name": "IMAGE",
210
  "type": "IMAGE",
211
  "links": [
212
- 31
 
213
  ],
214
  "shape": 3,
215
  "slot_index": 0
@@ -220,110 +181,98 @@
220
  }
221
  },
222
  {
223
- "id": 3,
224
- "type": "XlabsSampler",
225
  "pos": [
226
- 1013,
227
- 169
228
  ],
229
  "size": {
230
- "0": 342.5999755859375,
231
- "1": 234
232
  },
233
  "flags": {},
234
- "order": 11,
235
  "mode": 0,
236
- "inputs": [
237
- {
238
- "name": "model",
239
- "type": "MODEL",
240
- "link": 35,
241
- "slot_index": 0
242
- },
243
- {
244
- "name": "conditioning",
245
- "type": "CONDITIONING",
246
- "link": 18
247
- },
248
- {
249
- "name": "neg_conditioning",
250
- "type": "CONDITIONING",
251
- "link": 26
252
- },
253
- {
254
- "name": "latent_image",
255
- "type": "LATENT",
256
- "link": 5
257
- },
258
- {
259
- "name": "controlnet_condition",
260
- "type": "ControlNetCondition",
261
- "link": 28
262
- }
263
- ],
264
  "outputs": [
265
  {
266
- "name": "latent",
267
  "type": "LATENT",
268
  "links": [
269
- 6
270
  ],
271
- "shape": 3
 
272
  }
273
  ],
274
  "properties": {
275
- "Node name for S&R": "XlabsSampler"
276
  },
277
  "widgets_values": [
278
- 257762932021983,
279
- "fixed",
280
- 25,
281
- 1,
282
- 3.5
283
  ]
284
  },
285
  {
286
- "id": 15,
287
- "type": "CannyEdgePreprocessor",
288
  "pos": [
289
- -26,
290
- -74
291
  ],
292
  "size": {
293
  "0": 315,
294
- "1": 106
295
  },
296
  "flags": {},
297
- "order": 8,
298
  "mode": 0,
299
- "inputs": [
300
- {
301
- "name": "image",
302
- "type": "IMAGE",
303
- "link": 22
304
- }
305
- ],
306
  "outputs": [
307
  {
308
- "name": "IMAGE",
309
- "type": "IMAGE",
310
  "links": [
311
- 21,
312
- 32
313
  ],
314
  "shape": 3,
315
  "slot_index": 0
316
  }
317
  ],
318
  "properties": {
319
- "Node name for S&R": "CannyEdgePreprocessor"
320
  },
321
  "widgets_values": [
322
- 100,
323
- 200,
324
- 832
325
  ]
326
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  {
328
  "id": 14,
329
  "type": "ApplyFluxControlNet",
@@ -366,67 +315,152 @@
366
  "Node name for S&R": "ApplyFluxControlNet"
367
  },
368
  "widgets_values": [
369
- 0.8
370
  ]
371
  },
372
  {
373
- "id": 21,
374
- "type": "PreviewImage",
375
  "pos": [
376
- 1534,
377
- 69
378
  ],
379
  "size": {
380
- "0": 210,
381
- "1": 246
382
  },
383
  "flags": {},
384
- "order": 13,
385
  "mode": 0,
386
- "inputs": [
387
  {
388
- "name": "images",
389
  "type": "IMAGE",
390
- "link": 31,
 
 
 
391
  "slot_index": 0
 
 
 
 
 
 
392
  }
393
  ],
394
  "properties": {
395
- "Node name for S&R": "PreviewImage"
396
- }
 
 
 
 
397
  },
398
  {
399
- "id": 6,
400
- "type": "EmptyLatentImage",
401
  "pos": [
402
- 769,
403
- 430
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
404
  ],
405
  "size": {
406
  "0": 315,
407
  "1": 106
408
  },
409
  "flags": {},
410
- "order": 4,
411
  "mode": 0,
 
 
 
 
 
 
 
412
  "outputs": [
413
  {
414
- "name": "LATENT",
415
- "type": "LATENT",
416
  "links": [
417
- 5
 
 
418
  ],
419
  "shape": 3,
420
  "slot_index": 0
421
  }
422
  ],
423
  "properties": {
424
- "Node name for S&R": "EmptyLatentImage"
425
  },
426
  "widgets_values": [
427
- 768,
428
- 768,
429
- 1
430
  ]
431
  },
432
  {
@@ -466,74 +500,94 @@
466
  "Node name for S&R": "CLIPTextEncodeFlux"
467
  },
468
  "widgets_values": [
469
- "A charismatic speaker is captured mid-speech. He has long, slightly wavy blonde hair tied back in a ponytail. His expressive face, adorned with a salt-and-pepper beard and mustache, is animated as he gestures with his left hand, displaying a large ring on his pinky finger. He is holding a black microphone in his right hand, speaking passionately. The man is wearing a dark, textured shirt with unique, slightly shimmering patterns, and a green lanyard with multiple badges and logos hanging around his neck. The lanyard features the \"Autodesk\" and \"V-",
470
- "A charismatic speaker is captured mid-speech. He has long, slightly wavy blonde hair tied back in a ponytail. His expressive face, adorned with a salt-and-pepper beard and mustache, is animated as he gestures with his left hand, displaying a large ring on his pinky finger. He is holding a black microphone in his right hand, speaking passionately. The man is wearing a dark, textured shirt with unique, slightly shimmering patterns, and a green lanyard with multiple badges and logos hanging around his neck. The lanyard features the \"Autodesk\" and \"V-",
471
  4
472
  ]
473
  },
474
  {
475
- "id": 17,
476
- "type": "PreviewImage",
477
  "pos": [
478
- 281,
479
- 8
 
 
 
 
480
  ],
481
- "size": {
482
- "0": 210,
483
- "1": 246
484
- },
485
  "flags": {},
486
- "order": 10,
487
  "mode": 0,
488
  "inputs": [
489
  {
490
  "name": "images",
491
  "type": "IMAGE",
492
- "link": 32,
493
- "slot_index": 0
494
  }
495
  ],
496
- "properties": {
497
- "Node name for S&R": "PreviewImage"
498
- }
 
499
  },
500
  {
501
- "id": 16,
502
- "type": "LoadImage",
503
  "pos": [
504
- -378,
505
- -239
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
506
  ],
507
- "size": {
508
- "0": 315,
509
- "1": 314
510
- },
511
  "flags": {},
512
  "order": 5,
513
  "mode": 0,
514
  "outputs": [
515
  {
516
- "name": "IMAGE",
517
- "type": "IMAGE",
518
  "links": [
519
- 22
520
  ],
521
  "shape": 3,
522
  "slot_index": 0
523
- },
524
- {
525
- "name": "MASK",
526
- "type": "MASK",
527
- "links": null,
528
- "shape": 3
529
  }
530
  ],
531
  "properties": {
532
- "Node name for S&R": "LoadImage"
533
  },
534
  "widgets_values": [
535
- "example.jpg",
536
- "image"
537
  ]
538
  }
539
  ],
@@ -635,7 +689,23 @@
635
  "IMAGE"
636
  ],
637
  [
638
- 32,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
639
  15,
640
  0,
641
  17,
@@ -643,22 +713,22 @@
643
  "IMAGE"
644
  ],
645
  [
646
- 35,
647
- 10,
648
  0,
649
- 3,
650
  0,
651
- "MODEL"
652
  ]
653
  ],
654
  "groups": [],
655
  "config": {},
656
  "extra": {
657
  "ds": {
658
- "scale": 2.176291357901496,
659
  "offset": [
660
- -1061.2497588685817,
661
- 110.69101119830194
662
  ]
663
  }
664
  },
 
1
  {
2
+ "last_node_id": 24,
3
+ "last_link_id": 38,
4
  "nodes": [
5
  {
6
  "id": 8,
 
69
  "flux"
70
  ]
71
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  {
73
  "id": 19,
74
  "type": "CLIPTextEncodeFlux",
 
112
  ]
113
  },
114
  {
115
+ "id": 21,
116
+ "type": "PreviewImage",
117
  "pos": [
118
+ 1641,
119
+ 47
120
  ],
121
  "size": {
122
+ "0": 210,
123
+ "1": 246
124
  },
125
  "flags": {},
126
+ "order": 14,
127
  "mode": 0,
128
+ "inputs": [
129
  {
130
+ "name": "images",
131
+ "type": "IMAGE",
132
+ "link": 31,
 
 
 
133
  "slot_index": 0
134
  }
135
  ],
136
  "properties": {
137
+ "Node name for S&R": "PreviewImage"
138
+ }
 
 
 
 
139
  },
140
  {
141
  "id": 7,
 
149
  "1": 46
150
  },
151
  "flags": {},
152
+ "order": 13,
153
  "mode": 0,
154
  "inputs": [
155
  {
 
169
  "name": "IMAGE",
170
  "type": "IMAGE",
171
  "links": [
172
+ 31,
173
+ 36
174
  ],
175
  "shape": 3,
176
  "slot_index": 0
 
181
  }
182
  },
183
  {
184
+ "id": 6,
185
+ "type": "EmptyLatentImage",
186
  "pos": [
187
+ 769,
188
+ 430
189
  ],
190
  "size": {
191
+ "0": 315,
192
+ "1": 106
193
  },
194
  "flags": {},
195
+ "order": 2,
196
  "mode": 0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
197
  "outputs": [
198
  {
199
+ "name": "LATENT",
200
  "type": "LATENT",
201
  "links": [
202
+ 5
203
  ],
204
+ "shape": 3,
205
+ "slot_index": 0
206
  }
207
  ],
208
  "properties": {
209
+ "Node name for S&R": "EmptyLatentImage"
210
  },
211
  "widgets_values": [
212
+ 1024,
213
+ 1024,
214
+ 1
 
 
215
  ]
216
  },
217
  {
218
+ "id": 10,
219
+ "type": "UNETLoader",
220
  "pos": [
221
+ 243,
222
+ 590
223
  ],
224
  "size": {
225
  "0": 315,
226
+ "1": 82
227
  },
228
  "flags": {},
229
+ "order": 3,
230
  "mode": 0,
 
 
 
 
 
 
 
231
  "outputs": [
232
  {
233
+ "name": "MODEL",
234
+ "type": "MODEL",
235
  "links": [
236
+ 35
 
237
  ],
238
  "shape": 3,
239
  "slot_index": 0
240
  }
241
  ],
242
  "properties": {
243
+ "Node name for S&R": "UNETLoader"
244
  },
245
  "widgets_values": [
246
+ "flux1-dev.safetensors",
247
+ "default"
 
248
  ]
249
  },
250
+ {
251
+ "id": 17,
252
+ "type": "PreviewImage",
253
+ "pos": [
254
+ 359,
255
+ 37
256
+ ],
257
+ "size": {
258
+ "0": 210,
259
+ "1": 246
260
+ },
261
+ "flags": {},
262
+ "order": 10,
263
+ "mode": 0,
264
+ "inputs": [
265
+ {
266
+ "name": "images",
267
+ "type": "IMAGE",
268
+ "link": 37,
269
+ "slot_index": 0
270
+ }
271
+ ],
272
+ "properties": {
273
+ "Node name for S&R": "PreviewImage"
274
+ }
275
+ },
276
  {
277
  "id": 14,
278
  "type": "ApplyFluxControlNet",
 
315
  "Node name for S&R": "ApplyFluxControlNet"
316
  },
317
  "widgets_values": [
318
+ 0.7000000000000001
319
  ]
320
  },
321
  {
322
+ "id": 16,
323
+ "type": "LoadImage",
324
  "pos": [
325
+ -303,
326
+ -216
327
  ],
328
  "size": {
329
+ "0": 315,
330
+ "1": 314
331
  },
332
  "flags": {},
333
+ "order": 4,
334
  "mode": 0,
335
+ "outputs": [
336
  {
337
+ "name": "IMAGE",
338
  "type": "IMAGE",
339
+ "links": [
340
+ 22
341
+ ],
342
+ "shape": 3,
343
  "slot_index": 0
344
+ },
345
+ {
346
+ "name": "MASK",
347
+ "type": "MASK",
348
+ "links": null,
349
+ "shape": 3
350
  }
351
  ],
352
  "properties": {
353
+ "Node name for S&R": "LoadImage"
354
+ },
355
+ "widgets_values": [
356
+ "input_pose_2.png",
357
+ "image"
358
+ ]
359
  },
360
  {
361
+ "id": 3,
362
+ "type": "XlabsSampler",
363
  "pos": [
364
+ 1013,
365
+ 169
366
+ ],
367
+ "size": {
368
+ "0": 342.5999755859375,
369
+ "1": 234
370
+ },
371
+ "flags": {},
372
+ "order": 12,
373
+ "mode": 0,
374
+ "inputs": [
375
+ {
376
+ "name": "model",
377
+ "type": "MODEL",
378
+ "link": 35,
379
+ "slot_index": 0
380
+ },
381
+ {
382
+ "name": "conditioning",
383
+ "type": "CONDITIONING",
384
+ "link": 18
385
+ },
386
+ {
387
+ "name": "neg_conditioning",
388
+ "type": "CONDITIONING",
389
+ "link": 26
390
+ },
391
+ {
392
+ "name": "latent_image",
393
+ "type": "LATENT",
394
+ "link": 5
395
+ },
396
+ {
397
+ "name": "controlnet_condition",
398
+ "type": "ControlNetCondition",
399
+ "link": 28
400
+ }
401
+ ],
402
+ "outputs": [
403
+ {
404
+ "name": "latent",
405
+ "type": "LATENT",
406
+ "links": [
407
+ 6
408
+ ],
409
+ "shape": 3
410
+ }
411
+ ],
412
+ "properties": {
413
+ "Node name for S&R": "XlabsSampler"
414
+ },
415
+ "widgets_values": [
416
+ 324242532525,
417
+ "fixed",
418
+ 25,
419
+ 1,
420
+ 3.5
421
+ ]
422
+ },
423
+ {
424
+ "id": 15,
425
+ "type": "CannyEdgePreprocessor",
426
+ "pos": [
427
+ 31,
428
+ -79
429
  ],
430
  "size": {
431
  "0": 315,
432
  "1": 106
433
  },
434
  "flags": {},
435
+ "order": 8,
436
  "mode": 0,
437
+ "inputs": [
438
+ {
439
+ "name": "image",
440
+ "type": "IMAGE",
441
+ "link": 22
442
+ }
443
+ ],
444
  "outputs": [
445
  {
446
+ "name": "IMAGE",
447
+ "type": "IMAGE",
448
  "links": [
449
+ 21,
450
+ 37,
451
+ 38
452
  ],
453
  "shape": 3,
454
  "slot_index": 0
455
  }
456
  ],
457
  "properties": {
458
+ "Node name for S&R": "CannyEdgePreprocessor"
459
  },
460
  "widgets_values": [
461
+ 100,
462
+ 200,
463
+ 1024
464
  ]
465
  },
466
  {
 
500
  "Node name for S&R": "CLIPTextEncodeFlux"
501
  },
502
  "widgets_values": [
503
+ "handsome man in futuristic style in office, vogue photoshoot, details, full hd, photo bright",
504
+ "handsome man in futuristic style in office, vogue photoshoot, details, full hd, photo bright",
505
  4
506
  ]
507
  },
508
  {
509
+ "id": 23,
510
+ "type": "SaveImage",
511
  "pos": [
512
+ 1410,
513
+ 340
514
+ ],
515
+ "size": [
516
+ 315,
517
+ 270
518
  ],
 
 
 
 
519
  "flags": {},
520
+ "order": 15,
521
  "mode": 0,
522
  "inputs": [
523
  {
524
  "name": "images",
525
  "type": "IMAGE",
526
+ "link": 36
 
527
  }
528
  ],
529
+ "properties": {},
530
+ "widgets_values": [
531
+ "canny_res"
532
+ ]
533
  },
534
  {
535
+ "id": 24,
536
+ "type": "SaveImage",
537
  "pos": [
538
+ 708,
539
+ 163
540
+ ],
541
+ "size": [
542
+ 315,
543
+ 270
544
+ ],
545
+ "flags": {},
546
+ "order": 11,
547
+ "mode": 0,
548
+ "inputs": [
549
+ {
550
+ "name": "images",
551
+ "type": "IMAGE",
552
+ "link": 38
553
+ }
554
+ ],
555
+ "properties": {},
556
+ "widgets_values": [
557
+ "canny_tmp"
558
+ ]
559
+ },
560
+ {
561
+ "id": 13,
562
+ "type": "LoadFluxControlNet",
563
+ "pos": [
564
+ 4,
565
+ -226
566
+ ],
567
+ "size": [
568
+ 316.8334492817174,
569
+ 86.47059245177897
570
  ],
 
 
 
 
571
  "flags": {},
572
  "order": 5,
573
  "mode": 0,
574
  "outputs": [
575
  {
576
+ "name": "ControlNet",
577
+ "type": "FluxControlNet",
578
  "links": [
579
+ 19
580
  ],
581
  "shape": 3,
582
  "slot_index": 0
 
 
 
 
 
 
583
  }
584
  ],
585
  "properties": {
586
+ "Node name for S&R": "LoadFluxControlNet"
587
  },
588
  "widgets_values": [
589
+ "flux-dev",
590
+ "controlnet_5000.bin"
591
  ]
592
  }
593
  ],
 
689
  "IMAGE"
690
  ],
691
  [
692
+ 35,
693
+ 10,
694
+ 0,
695
+ 3,
696
+ 0,
697
+ "MODEL"
698
+ ],
699
+ [
700
+ 36,
701
+ 7,
702
+ 0,
703
+ 23,
704
+ 0,
705
+ "IMAGE"
706
+ ],
707
+ [
708
+ 37,
709
  15,
710
  0,
711
  17,
 
713
  "IMAGE"
714
  ],
715
  [
716
+ 38,
717
+ 15,
718
  0,
719
+ 24,
720
  0,
721
+ "IMAGE"
722
  ]
723
  ],
724
  "groups": [],
725
  "config": {},
726
  "extra": {
727
  "ds": {
728
+ "scale": 0.8390545288824037,
729
  "offset": [
730
+ 929.8329559558998,
731
+ 544.7906434964133
732
  ]
733
  }
734
  },