mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-17 10:29:01 +08:00
python linter fixes
This commit is contained in:
parent
f9be4dc498
commit
bb431df52b
@ -974,7 +974,7 @@ def create_ui():
|
|||||||
],
|
],
|
||||||
show_progress=False,
|
show_progress=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
img2img_interrogate.click(
|
img2img_interrogate.click(
|
||||||
fn=lambda *args: process_interrogate(interrogate, *args),
|
fn=lambda *args: process_interrogate(interrogate, *args),
|
||||||
**interrogate_args,
|
**interrogate_args,
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
import os.path
|
import os.path
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from PIL import PngImagePlugin
|
|
||||||
|
|
||||||
from modules import shared
|
from modules import shared
|
||||||
from modules.images import read_info_from_image, save_image_with_geninfo
|
from modules.images import read_info_from_image, save_image_with_geninfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user