diff options
author | Ferdinand Weynschenk <flweynschenk@gmail.com> | 2023-06-20 12:03:42 +0000 |
---|---|---|
committer | Ferdinand Weynschenk <flweynschenk@gmail.com> | 2023-06-20 12:03:42 +0000 |
commit | c4c63dd5e4760c56405cef2e71abc5c3604c4578 (patch) | |
tree | db4b55d24770b2729a7df2b10e454b96cb196c18 /modules/ui.py | |
parent | 7ad48120d45e678b6343f7d95a1f97607858009a (diff) | |
download | stable-diffusion-webui-gfx803-c4c63dd5e4760c56405cef2e71abc5c3604c4578.tar.gz stable-diffusion-webui-gfx803-c4c63dd5e4760c56405cef2e71abc5c3604c4578.tar.bz2 stable-diffusion-webui-gfx803-c4c63dd5e4760c56405cef2e71abc5c3604c4578.zip |
resolve linter
Diffstat (limited to 'modules/ui.py')
-rw-r--r-- | modules/ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui.py b/modules/ui.py index a79b0e6c..d9b21534 100644 --- a/modules/ui.py +++ b/modules/ui.py @@ -948,7 +948,7 @@ def create_ui(): inpaint_full_res_padding,
inpainting_mask_invert,
img2img_batch_use_png_info,
- img2img_batch_png_info_props,
+ img2img_batch_png_info_props,
img2img_batch_png_info_dir,
img2img_batch_input_dir,
img2img_batch_output_dir,
|