Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Typo in VAE name variable in list #3035

Closed
4 of 5 tasks
Ilya87 opened this issue May 28, 2024 · 1 comment · Fixed by #3045
Closed
4 of 5 tasks

[Bug]: Typo in VAE name variable in list #3035

Ilya87 opened this issue May 28, 2024 · 1 comment · Fixed by #3045
Labels
feedback pending Waiting for further information wontfix / cantfix This will not be worked on

Comments

@Ilya87
Copy link

Ilya87 commented May 28, 2024

Checklist

  • The issue has not been resolved by following the troubleshooting guide
  • The issue exists on a clean installation of Fooocus
  • The issue exists in the current version of Fooocus
  • The issue has not been reported before recently
  • The issue has been reported before but has not been fixed yet

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

@Ilya87 Ilya87 added bug Something isn't working triage This needs an (initial) review labels May 28, 2024
@mashb1t
Copy link
Collaborator

mashb1t commented May 28, 2024

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:
image

IMO this is not a bug. Can this be closed?

@mashb1t mashb1t added wontfix / cantfix This will not be worked on feedback pending Waiting for further information and removed triage This needs an (initial) review bug Something isn't working labels May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback pending Waiting for further information wontfix / cantfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants