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):