added poor man's inpainting script

This commit is contained in:
AUTOMATIC
2022-09-04 01:29:43 +03:00
parent af133859f0
commit 7350c71259
7 changed files with 193 additions and 51 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ def txt2img(prompt: str, negative_prompt: str, steps: int, sampler_index: int, u
use_GFPGAN=use_GFPGAN
)
processed = modules.scripts.run(p, *args)
processed = modules.scripts.scripts_txt2img.run(p, *args)
if processed is not None:
pass