mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-03-09 23:44:55 +08:00
fix: resolve type annotation warnings
This commit is contained in:
parent
01f531e9b1
commit
9b842e9ec7
@ -20,7 +20,7 @@ class Upscaler:
|
|||||||
filter = None
|
filter = None
|
||||||
model = None
|
model = None
|
||||||
user_path = None
|
user_path = None
|
||||||
scalers = []
|
scalers: list = []
|
||||||
tile = True
|
tile = True
|
||||||
|
|
||||||
def __init__(self, create_dirs=False):
|
def __init__(self, create_dirs=False):
|
||||||
|
Loading…
Reference in New Issue
Block a user