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

RuinedFooocus error #690

Open
lilcdj opened this issue Jun 17, 2024 · 0 comments
Open

RuinedFooocus error #690

lilcdj opened this issue Jun 17, 2024 · 0 comments

Comments

@lilcdj
Copy link

lilcdj commented Jun 17, 2024

Is there any issue related with Ruinedfooocus?
I want to use it but it shows error when i hit the generation. I deleted package and reinstalled but no luck.

Traceback (most recent call last):
File "D:\Data\Packages\RuinedFooocus\venv\lib\site-packages\gradio\queueing.py", line 407, in call_prediction
output = await route_utils.call_process_api(
File "D:\Data\Packages\RuinedFooocus\venv\lib\site-packages\gradio\route_utils.py", line 226, in call_process_api
output = await app.get_blocks().process_api(
File "D:\Data\Packages\RuinedFooocus\venv\lib\site-packages\gradio\blocks.py", line 1550, in process_api
result = await self.call_function(
File "D:\Data\Packages\RuinedFooocus\venv\lib\site-packages\gradio\blocks.py", line 1199, in call_function
prediction = await utils.async_iteration(iterator)
File "D:\Data\Packages\RuinedFooocus\venv\lib\site-packages\gradio\utils.py", line 519, in async_iteration
return await iterator.anext()
File "D:\Data\Packages\RuinedFooocus\venv\lib\site-packages\gradio\utils.py", line 512, in anext
return await anyio.to_thread.run_sync(
File "D:\Data\Packages\RuinedFooocus\venv\lib\site-packages\anyio\to_thread.py", line 56, in run_sync
return await get_async_backend().run_sync_in_worker_thread(
File "D:\Data\Packages\RuinedFooocus\venv\lib\site-packages\anyio_backends_asyncio.py", line 2177, in run_sync_in_worker_thread
return await future
File "D:\Data\Packages\RuinedFooocus\venv\lib\site-packages\anyio_backends_asyncio.py", line 859, in run
result = context.run(func, *args)
File "D:\Data\Packages\RuinedFooocus\venv\lib\site-packages\gradio\utils.py", line 495, in run_sync_iterator_async
return next(iterator)
File "D:\Data\Packages\RuinedFooocus\venv\lib\site-packages\gradio\utils.py", line 649, in gen_wrapper
yield from f(*args, **kwargs)
File "D:\Data\Packages\RuinedFooocus\webui.py", line 168, in generate_clicked
yield update_clicked()
File "D:\Data\Packages\RuinedFooocus\webui.py", line 106, in update_clicked
hint_text: gr.update(visible=True, value=modules.hints.get_hint()),
File "D:\Data\Packages\RuinedFooocus\modules\hints.py", line 11, in get_hint
lines = open(hintfile).read().splitlines()
UnicodeDecodeError: 'cp949' codec can't decode byte 0xcf in position 1021: illegal multibyte sequence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant