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]: gobig "IndexError: list index out of range" #464

Closed
1 task done
darthdeus opened this issue Sep 1, 2022 · 5 comments
Closed
1 task done

[Bug]: gobig "IndexError: list index out of range" #464

darthdeus opened this issue Sep 1, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@darthdeus
Copy link

What happened?

When I run upscale with GoBig I get the following error

Running on latest version from main at commit 70bd4a4

Version

0.0.1 (Default)

What browsers are you seeing the problem on?

Chrome

Where are you running the webui?

Windows

Custom settings

No response

Relevant log output

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

Code of Conduct

  • I agree to follow this project's Code of Conduct
@darthdeus darthdeus added the bug Something isn't working label Sep 1, 2022
@devilismyfriend
Copy link
Contributor

Thanks, taking a look.

@HenkDz
Copy link

HenkDz commented Sep 1, 2022

facing the same.

image

@devilismyfriend
Copy link
Contributor

Fixed in the latest PR, thanks for reporting.

@kalkal11
Copy link

kalkal11 commented Sep 2, 2022

image

Just updated to the latest, appears to provide me a slightly different error? Non 'gobig' upscaling options are fine

@Yrbashazar
Copy link

Screenshot_2022-09-03-00-14-52-415_com.google.chromeremotedesktop.jpg

@hlky hlky closed this as completed Oct 6, 2022
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

6 participants