Replies: 1 comment
-
Is that the whole stack trace ? something went wrong during the creation of the inpainted mesh, but i can't tell what from this trace .. I fixed the bug where that var (mesh_fi) is undefined, please update and try again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error completing request
Arguments: (0, <PIL.Image.Image image mode=RGB size=1024x1024 at 0x2B3ED41B100>, None, '', '', 0, 0, 512, 512, False, True, False, False, 0, 1, False, 0, True, True, False, False, ['left-right', 'red-cyan-anaglyph'], 2.5, 'polylines_sharp', 0, True, True, False, False, False, 'u2net', False, 0, 2, False, None, True, False, True, False) {}
Traceback (most recent call last):
File "C:\Users\drago\stable-diffusion-webui\modules\call_queue.py", line 56, in f
res = list(func(*args, **kwargs))
File "C:\Users\drago\stable-diffusion-webui\modules\call_queue.py", line 37, in f
res = func(*args, **kwargs)
File "C:\Users\drago\stable-diffusion-webui\extensions\stable-diffusion-webui-depthmap-script\scripts\depthmap.py", line 1147, in run_generate
outputs, mesh_fi, meshsimple_fi = run_depthmap(
File "C:\Users\drago\stable-diffusion-webui\extensions\stable-diffusion-webui-depthmap-script\scripts\depthmap.py", line 743, in run_depthmap
mesh_fi = run_3dphoto(device, inpaint_imgs, inpaint_depths, inputnames, outpath, fnExt, vid_ssaa, inpaint_vids)
File "C:\Users\drago\stable-diffusion-webui\extensions\stable-diffusion-webui-depthmap-script\scripts\depthmap.py", line 926, in run_3dphoto
return mesh_fi
UnboundLocalError: local variable 'mesh_fi' referenced before assignment
Traceback (most recent call last):
File "C:\Users\drago\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 394, in run_predict
output = await app.get_blocks().process_api(
File "C:\Users\drago\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1078, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "C:\Users\drago\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1012, in postprocess_data
prediction_value = block.postprocess(prediction_value)
File "C:\Users\drago\stable-diffusion-webui\venv\lib\site-packages\gradio\components.py", line 4307, in postprocess
"name": self.make_temp_copy_if_needed(y),
File "C:\Users\drago\stable-diffusion-webui\venv\lib\site-packages\gradio\processing_utils.py", line 362, in make_temp_copy_if_needed
temp_dir = self.hash_file(file_path)
File "C:\Users\drago\stable-diffusion-webui\venv\lib\site-packages\gradio\processing_utils.py", line 334, in hash_file
with open(file_path, "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: "
UnboundLocalError: local variable 'mesh_fi' referenced before assignment
Time taken: 24.70s
Torch active/reserved: 3373/3528 MiB, Sys VRAM: 4096/4096 MiB (100.0%)
Beta Was this translation helpful? Give feedback.
All reactions