Txt2Vectorgraphics
Txt2Vectorgraphics copied to clipboard
errors on save
uncaught in promise API error

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```
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