You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe i don't get it, but you can simply use the value Default (model) (see https://github.com/lllyasviel/Fooocus/blob/main/modules/flags.py#L59) as None would indicate no actual VAE (can not be selected, value None is not in the list), which isn't correct. Default (model) also is already the default value for default_vae in the config_modification_tutorial.txt file, so just use that one in presets, your config or similar.
There is no None value or typo, see screenshot attached:
Checklist
What happened?
Images stop generating
Steps to reproduce the problem
1 - Enable Developer Debug Mode
2 - set VAE to None
What should have happened?
Simply option of no vae should be used (that means use checkpoint VAE).
What browsers do you use to access Fooocus?
Other
Where are you running Fooocus?
Locally
What operating system are you using?
Windows 11
Console logs
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\ilya\\Downloads\\forge\\Fooocus_win64_2-1-831\\Fooocus\\models\\vae\\None'
Fooocus literaly searches for VAE named "None".
Additional information
No response
The text was updated successfully, but these errors were encountered: