fix upscaler

This commit is contained in:
Vladimir Mandic
2023-01-09 08:03:31 -05:00
parent 321134b946
commit edf8074cac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
"training_image_repeats_per_epoch": 1,
"training_write_csv_every": 10.0,
"training_xattention_optimizations": false,
"sd_model_checkpoint": "mix-protogen-x58.safetensors [13a6777c]",
"sd_model_checkpoint": "sd-v15-runwayml.ckpt [81761151]",
"sd_checkpoint_cache": 0,
"sd_vae": "vae-ft-mse-840000-ema-pruned",
"sd_vae_as_default": false,
+1 -1
View File
@@ -23,7 +23,7 @@ class Upscaler:
filter = None
model = None
user_path = None
scalers: []
scalers = []
tile = True
def __init__(self, create_dirs=False):