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

errors on save #13

Open
pleabargain opened this issue Dec 10, 2022 · 1 comment
Open

errors on save #13

pleabargain opened this issue Dec 10, 2022 · 1 comment

Comments

@pleabargain
Copy link

uncaught in promise API error

image

please see video
https://youtu.be/mcM0RRdvgWs

console says

   output = await app.blocks.process_api(
 File "C:\Users\denni\OneDrive\Documents\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 983, in process_api
   data = self.postprocess_data(fn_index, result["prediction"], state)
 File "C:\Users\denni\OneDrive\Documents\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 913, in postprocess_data
   if predictions[i] is components._Keywords.FINISHED_ITERATING:
IndexError: tuple index out of range```
@GeorgLegato
Copy link
Owner

Seems you are using a Collab.
Collab is completely untested and unsupported.
The implementation depends on Automatic1111 and especially on files locally stored to your harddrive.
In the case of Collab the files can be "elsewhere" on the remote machine.
Since I havent used Collab at all yet, I cannot give any advise. If you know the storage location path, you could modify it accordingly in the .py-script

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

No branches or pull requests

2 participants