mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
fix for #15179
This commit is contained in:
parent
cb09e1ef7d
commit
bf35c66183
@ -20,7 +20,7 @@ class Upscaler:
|
||||
filter = None
|
||||
model = None
|
||||
user_path = None
|
||||
scalers: list = []
|
||||
scalers: list
|
||||
tile = True
|
||||
|
||||
def __init__(self, create_dirs=False):
|
||||
|
Loading…
Reference in New Issue
Block a user