GeorgLegato / Txt2Vectorgraphics

Custom Script for Automatics1111 StableDiffusion-WebUI.
GNU General Public License v3.0
362 stars 29 forks source link

errors on save #13

Open pleabargain opened 1 year ago

pleabargain commented 1 year ago

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 commented 1 year ago

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