aleph65 commited on
Commit
f35b8ad
·
verified ·
1 Parent(s): 4ce3fb7

Upload workflows/api/outpaint-flux-fill.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. workflows/api/outpaint-flux-fill.json +58 -13
workflows/api/outpaint-flux-fill.json CHANGED
@@ -500,13 +500,67 @@
500
  }
501
  },
502
  "39": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
503
  "_meta": {
504
  "title": "Paste original pixels back"
505
  },
506
  "class_type": "ImageCompositeMasked",
507
  "inputs": {
508
  "destination": [
509
- "38",
510
  0
511
  ],
512
  "mask": [
@@ -522,21 +576,12 @@
522
  "y": 0
523
  }
524
  },
525
- "4": {
526
- "_meta": {
527
- "title": "anchor_x (0=left 0.5=center 1=right)"
528
- },
529
- "class_type": "PrimitiveFloat",
530
- "inputs": {
531
- "value": 0.5
532
- }
533
- },
534
- "40": {
535
  "class_type": "SaveImage",
536
  "inputs": {
537
  "filename_prefix": "outpaint/flux-fill",
538
  "images": [
539
- "39",
540
  0
541
  ]
542
  }
@@ -556,7 +601,7 @@
556
  },
557
  "class_type": "PrimitiveInt",
558
  "inputs": {
559
- "value": 40
560
  }
561
  },
562
  "7": {
 
500
  }
501
  },
502
  "39": {
503
+ "_meta": {
504
+ "title": "Match fill tones to original"
505
+ },
506
+ "class_type": "ColorMatch",
507
+ "inputs": {
508
+ "image_ref": [
509
+ "10",
510
+ 0
511
+ ],
512
+ "image_target": [
513
+ "38",
514
+ 0
515
+ ],
516
+ "method": "mkl",
517
+ "multithread": true,
518
+ "strength": 1.0
519
+ }
520
+ },
521
+ "4": {
522
+ "_meta": {
523
+ "title": "anchor_x (0=left 0.5=center 1=right)"
524
+ },
525
+ "class_type": "PrimitiveFloat",
526
+ "inputs": {
527
+ "value": 0.5
528
+ }
529
+ },
530
+ "40": {
531
+ "_meta": {
532
+ "title": "fill_grain (match photo noise, 0=off)"
533
+ },
534
+ "class_type": "PrimitiveFloat",
535
+ "inputs": {
536
+ "value": 0.03
537
+ }
538
+ },
539
+ "41": {
540
+ "_meta": {
541
+ "title": "Grain the fill to match original"
542
+ },
543
+ "class_type": "ImageAddNoise",
544
+ "inputs": {
545
+ "image": [
546
+ "39",
547
+ 0
548
+ ],
549
+ "seed": 0,
550
+ "strength": [
551
+ "40",
552
+ 0
553
+ ]
554
+ }
555
+ },
556
+ "42": {
557
  "_meta": {
558
  "title": "Paste original pixels back"
559
  },
560
  "class_type": "ImageCompositeMasked",
561
  "inputs": {
562
  "destination": [
563
+ "41",
564
  0
565
  ],
566
  "mask": [
 
576
  "y": 0
577
  }
578
  },
579
+ "43": {
 
 
 
 
 
 
 
 
 
580
  "class_type": "SaveImage",
581
  "inputs": {
582
  "filename_prefix": "outpaint/flux-fill",
583
  "images": [
584
+ "42",
585
  0
586
  ]
587
  }
 
601
  },
602
  "class_type": "PrimitiveInt",
603
  "inputs": {
604
+ "value": 64
605
  }
606
  },
607
  "7": {