diff --git a/modules/infotext.py b/modules/infotext.py index 4ee14dd01..78c1fd92e 100644 --- a/modules/infotext.py +++ b/modules/infotext.py @@ -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))