fix typo in prompt

This commit is contained in:
Kevin Turner 2023-01-23 00:24:06 -08:00 committed by GitHub
parent 70f8793700
commit d7554b01fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -608,7 +608,7 @@ def import_diffuser_model(path_or_repo:str, gen, opt, completer)->str:
model_description=default_description
)
vae = None
if input('Replace this model\'s VAE with "stabilityai/sd-vae-ft-se"? [n] ').strip() in ('y','Y'):
if input('Replace this model\'s VAE with "stabilityai/sd-vae-ft-mse"? [n] ').strip() in ('y','Y'):
vae = dict(repo_id='stabilityai/sd-vae-ft-mse')
if not manager.import_diffuser_model(