Replies: 2 comments 1 reply
-
venv "C:\Users\Admin\stable-diffusion-webui\venv\Scripts\Python.exe" Launching Web UI with arguments: To create a public link, set DepthMap v0.3.11 0%| | 0/20 [00:00<?, ?it/s] Traceback (most recent call last): AttributeError: 'str' object has no attribute 'name' Time taken: 5.01s Torch active/reserved: 2817/2838 MiB, Sys VRAM: 4143/8192 MiB (50.57%) |
Beta Was this translation helpful? Give feedback.
-
Hit the same issue a few days ago and hadn't had the time to check if the repo changed yet or not, but just opened PR #227 with the tiny change to fix it if you want it right away. |
Beta Was this translation helpful? Give feedback.
-
Error completing request
Arguments: (2, None, None, 'C:\Users\Admin\Videos\Da Vinci\Calicut Waynard\Selected\Photos', 'C:\Users\Admin\Videos\Da Vinci\Calicut Waynard\Selected\Output', 1, 0, 512, 512, False, True, False, False, 0, 1, False, 1, 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\Admin\stable-diffusion-webui\modules\call_queue.py", line 57, in f
res = list(func(*args, **kwargs))
File "C:\Users\Admin\stable-diffusion-webui\modules\call_queue.py", line 37, in f
res = func(*args, **kwargs)
File "C:\Users\Admin\stable-diffusion-webui\extensions\stable-diffusion-webui-depthmap-script\scripts\depthmap.py", line 1171, in run_generate
outputs, mesh_fi, meshsimple_fi = run_depthmap(
File "C:\Users\Admin\stable-diffusion-webui\extensions\stable-diffusion-webui-depthmap-script\scripts\depthmap.py", line 542, in run_depthmap
dimg = Image.open(os.path.abspath(custom_depthmap_img.name))
AttributeError: 'str' object has no attribute 'name'
Traceback (most recent call last):
File "C:\Users\Admin\stable-diffusion-webui\venv\lib\site-packages\gradio\routes.py", line 408, in run_predict
output = await app.get_blocks().process_api(
File "C:\Users\Admin\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1318, in process_api
data = self.postprocess_data(fn_index, result["prediction"], state)
File "C:\Users\Admin\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1221, in postprocess_data
self.validate_outputs(fn_index, predictions) # type: ignore
File "C:\Users\Admin\stable-diffusion-webui\venv\lib\site-packages\gradio\blocks.py", line 1196, in validate_outputs
raise ValueError(
ValueError: An event handler (f) didn't receive enough output values (needed: 5, received: 3).
Wanted outputs:
[gallery, textbox, model3d, html, html]
Received outputs:
[None, "", "
Time taken: 4.01s
Torch active/reserved: 2817/2838 MiB, Sys VRAM: 4331/8192 MiB (52.87%)
Beta Was this translation helpful? Give feedback.
All reactions