Skip to content

Commit

Permalink
fix for #15179
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTOMATIC1111 committed Mar 16, 2024
1 parent cb09e1e commit bf35c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/upscaler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit bf35c66

Please sign in to comment.