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

GoBig and GoLatent upscaling models fail with IndexError #20

Closed
nikarh opened this issue Sep 2, 2022 · 3 comments
Closed

GoBig and GoLatent upscaling models fail with IndexError #20

nikarh opened this issue Sep 2, 2022 · 3 comments
Labels
bug Something isn't working

Comments

@nikarh
Copy link

nikarh commented Sep 2, 2022

Hello, and thank you for this amazing docker image!

Upsacling with GoBig or GoLatent fail with the fllowing exception:

Traceback (most recent call last):
  File "/opt/conda/lib/python3.8/site-packages/gradio/routes.py", line 247, in run_predict
    output = await app.blocks.process_api(
  File "/opt/conda/lib/python3.8/site-packages/gradio/blocks.py", line 641, in process_api
    predictions, duration = await self.call_function(fn_index, processed_input)
  File "/opt/conda/lib/python3.8/site-packages/gradio/blocks.py", line 556, in call_function
    prediction = await anyio.to_thread.run_sync(
  File "/opt/conda/lib/python3.8/site-packages/anyio/to_thread.py", line 31, in run_sync
    return await get_asynclib().run_sync_in_worker_thread(
  File "/opt/conda/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 937, in run_sync_in_worker_thread
    return await future
  File "/opt/conda/lib/python3.8/site-packages/anyio/_backends/_asyncio.py", line 867, in run
    result = context.run(func, *args)
  File "scripts/webui.py", line 1731, in imgproc
    image = processGoBig(image)
  File "scripts/webui.py", line 1665, in processGoBig
    work_results.append(output_images[0])
IndexError: list index out of range

Steps to Reproduce

  1. Go to 'Image Lab Tab'
  2. Upload 'Single Image'
  3. Select 'GoBig' upscaling model
  4. Press 'Process'

Hardware / Software:

  • OS: Archlinux
  • GPU: RTX3080

Additional context
Any other context about the problem here. If applicable, add screenshots to help explain your problem.

@nikarh nikarh added the bug Something isn't working label Sep 2, 2022
@AbdBarho
Copy link
Owner

AbdBarho commented Sep 2, 2022

Bug in the main Repo Sygil-Dev/sygil-webui#464
Fix is currently in an open pull request Sygil-Dev/sygil-webui#473

I will update when it is merged.

@AbdBarho
Copy link
Owner

AbdBarho commented Sep 3, 2022

@nikarh the problem should be fixed in #25, can you try again from latest master?

@AbdBarho AbdBarho added the awaiting-response Waiting for the issuer to respond label Sep 3, 2022
@nikarh
Copy link
Author

nikarh commented Sep 3, 2022

Thanks! All works now.

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