Txt2Vectorgraphics icon indicating copy to clipboard operation
Txt2Vectorgraphics copied to clipboard

errors on save

Open pleabargain opened this issue 3 years ago • 1 comments

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

pleabargain avatar Dec 10 '22 15:12 pleabargain

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

GeorgLegato avatar Dec 12 '22 18:12 GeorgLegato