Don't restore remove vae type

This commit is contained in:
Disty0
2025-03-13 23:18:20 +03:00
parent 3c0ca2e815
commit aad6bfca3a
-2
View File
@@ -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))