mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
fix upscaler
This commit is contained in:
+1
-1
@@ -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
@@ -23,7 +23,7 @@ class Upscaler:
|
||||
filter = None
|
||||
model = None
|
||||
user_path = None
|
||||
scalers: []
|
||||
scalers = []
|
||||
tile = True
|
||||
|
||||
def __init__(self, create_dirs=False):
|
||||
|
||||
Reference in New Issue
Block a user