Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-04-10 14:39:41 +02:00
parent 86118776a5
commit 91bba59c0d
26 changed files with 37 additions and 45 deletions
+2 -2
View File
@@ -40,10 +40,10 @@ class CustomCodeScript(scripts_manager.Script):
def title(self):
return "Custom code"
def show(self, is_img2img):
def show(self, _is_img2img):
return cmd_opts.allow_code
def ui(self, is_img2img):
def ui(self, _is_img2img):
example = """from modules.processing import process_images
p.width = 768