Skip to content

Commit

Permalink
support batch size in inpaint mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullahAlfaraj committed Nov 19, 2023
1 parent 8d73846 commit 32e775c
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 2,308 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"cfg": 7,
"sampler_name": "euler_ancestral",
"scheduler": "karras",
"denoise": 1,
"denoise": 0.71,
"model": [
"76",
0
Expand All @@ -23,7 +23,7 @@
4
],
"latent_image": [
"135",
"160",
0
]
},
Expand Down Expand Up @@ -130,7 +130,7 @@
},
"16": {
"inputs": {
"ckpt_name": "dreamshaper_8Inpainting.safetensors"
"ckpt_name": "aniverse_v15Pruned.safetensors"
},
"class_type": "CheckpointLoaderSimple"
},
Expand All @@ -153,7 +153,7 @@
},
"58": {
"inputs": {
"image": "pasted/image (13).png",
"image": "04b380cb676f37e52d5963a0982edd5e.jpg",
"choose file to upload": "image"
},
"class_type": "LoadImage"
Expand Down Expand Up @@ -188,7 +188,7 @@
},
"83": {
"inputs": {
"image": "pasted/image (14).png",
"image": "pasted/image (4).png",
"choose file to upload": "image"
},
"class_type": "LoadImage"
Expand All @@ -207,7 +207,7 @@
},
"135": {
"inputs": {
"content_mask": "latent_nothing",
"content_mask": "original",
"width": [
"126",
0
Expand Down Expand Up @@ -237,7 +237,7 @@
},
"141": {
"inputs": {
"seed": 370804183246305
"seed": 519416762507340
},
"class_type": "APS_Seed"
},
Expand Down Expand Up @@ -325,5 +325,15 @@
]
},
"class_type": "ControlNetScript"
},
"160": {
"inputs": {
"amount": 1,
"samples": [
"135",
0
]
},
"class_type": "RepeatLatentBatch"
}
}
Loading

0 comments on commit 32e775c

Please sign in to comment.