mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
fix for #15179
This commit is contained in:
parent
cb09e1ef7d
commit
bf35c66183
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue