mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix typo in prompt
This commit is contained in:
parent
70f8793700
commit
d7554b01fd
@ -608,7 +608,7 @@ def import_diffuser_model(path_or_repo:str, gen, opt, completer)->str:
|
|||||||
model_description=default_description
|
model_description=default_description
|
||||||
)
|
)
|
||||||
vae = None
|
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')
|
vae = dict(repo_id='stabilityai/sd-vae-ft-mse')
|
||||||
|
|
||||||
if not manager.import_diffuser_model(
|
if not manager.import_diffuser_model(
|
||||||
|
Loading…
Reference in New Issue
Block a user