Getting error: IndexError: tuple index out of range #87
Replies: 4 comments 6 replies
-
When do you get this error ? There canadian sfu university server that hosts the pix2pix model is currently down, I wonder if it's related ... Do you get this error when trying to run depthmap with boost ? on a new install .. ? |
Beta Was this translation helpful? Give feedback.
-
I had similar Tuple errors yesterday at times. I'll document if it happens again. |
Beta Was this translation helpful? Give feedback.
-
same error here (when trying to generated inpainted mesh):
|
Beta Was this translation helpful? Give feedback.
-
@thygate Same issue for me, ALTHOUGH for the first time it worked today, on a few lower resolution images. I launched Stable Diffusion and updated to your latest release as of (3/18/23). But then I went into do a few higher resolution images from my iphone, some of which were .JPEG, .png and .jpg. My output is below... DepthMap v0.3.8 wholeImage being processed in : 1568 Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Sorry if this is the wrong place to ask. I keep getting this message:
File "C:\Users***\AppData\Local\Programs\Python\Python310\lib\urllib\request.py", line 1351, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 11001] getaddrinfo failed>
Traceback (most recent call last):
File "F:\AI\Super SD 2.0\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 321, in run_predict
output = await app.blocks.process_api(
File "F:\AI\Super SD 2.0\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1016, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "F:\AI\Super SD 2.0\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 945, in postprocess_data
if predictions[i] is components._Keywords.FINISHED_ITERATING:
IndexError: tuple index out of range
Is it perhaps an issue with my python? sorry but I hope it is just me being lame.... TIA =)
Beta Was this translation helpful? Give feedback.
All reactions