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
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?
Generation crashes due to the recent removal of speed options.
Steps to reproduce the problem
Install FLite and press 'Generate'.
What should have happened?
This can be fixed by commenting out lines 233-250 in modules/async_worker.py.
What browsers do you use to access Fooocus?
Mozilla Firefox
Where are you running Fooocus?
Locally
What operating system are you using?
Ubuntu 22.04 LTS
Console logs
Traceback (most recent call last):
File "/home/devdh/flite/modules/async_worker.py", line 899, in worker
task = async_tasks.pop(0)
File "/home/devdh/.conda/envs/flite/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "/home/devdh/.conda/envs/flite/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
File "/home/devdh/flite/modules/async_worker.py", line 233, in handler
""" File "/home/devdh/.conda/envs/flite/lib/python3.10/enum.py", line 437, in __getattr__ raise AttributeError(name) from NoneAttributeError: EXTREME_SPEED
Additional information
No response
The text was updated successfully, but these errors were encountered:
Checklist
What happened?
Generation crashes due to the recent removal of speed options.
Steps to reproduce the problem
Install FLite and press 'Generate'.
What should have happened?
This can be fixed by commenting out lines 233-250 in modules/async_worker.py.
What browsers do you use to access Fooocus?
Mozilla Firefox
Where are you running Fooocus?
Locally
What operating system are you using?
Ubuntu 22.04 LTS
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: