mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 09:14:35 +02:00
Don't restore remove vae type
This commit is contained in:
@@ -109,8 +109,6 @@ def parse(infotext):
|
||||
params[key] = False
|
||||
elif key == 'VAE' and val == 'TAESD':
|
||||
params["VAE type"] = 'Tiny'
|
||||
elif key == 'VAE' and val == 'Remote':
|
||||
params["VAE type"] = 'Remote'
|
||||
elif size is not None:
|
||||
params[f"{key}-1"] = int(size.group(1))
|
||||
params[f"{key}-2"] = int(size.group(2))
|
||||
|
||||
Reference in New Issue
Block a user