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]: asyncio_worker.py expects LCM performance definition #2

Closed
4 of 5 tasks
davidiwharper opened this issue Jun 9, 2024 · 0 comments
Closed
4 of 5 tasks
Assignees
Labels
bug Something isn't working

Comments

@davidiwharper
Copy link

davidiwharper commented Jun 9, 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?

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 None
AttributeError: EXTREME_SPEED

Additional information

No response

@davidiwharper davidiwharper added the bug Something isn't working label Jun 9, 2024
@brayevalerien brayevalerien self-assigned this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants