From edf8074cac36b3748ff6c6540d95b763ac6736fe Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 9 Jan 2023 08:03:31 -0500 Subject: [PATCH] fix upscaler --- config.json | 2 +- modules/upscaler.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 946f17acc..1fefca40b 100644 --- a/config.json +++ b/config.json @@ -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, diff --git a/modules/upscaler.py b/modules/upscaler.py index 231680cb0..d027d08ad 100644 --- a/modules/upscaler.py +++ b/modules/upscaler.py @@ -23,7 +23,7 @@ class Upscaler: filter = None model = None user_path = None - scalers: [] + scalers = [] tile = True def __init__(self, create_dirs=False):