You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
你好,我是下载这版本安装
https://github.com/YanWenKun/ComfyUI-Windows-Portable/releases/tag/v3.9
运行后出现下列报错,
Error occurred when executing Unique3DRun - Geo Reconstruct:
Cuda error: 304[cudaGraphicsGLRegisterBuffer(&s.cudaPosBuffer, s.glPosBuffer, cudaGraphicsRegisterFlagsWriteDiscard);]
File "E:\ComfyUI\3d-pack\ComfyUI_Windows_portable\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI\3d-pack\ComfyUI_Windows_portable\ComfyUI\execution.py", line 81, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI\3d-pack\ComfyUI_Windows_portable\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI\3d-pack\ComfyUI_Windows_portable\ComfyUI\custom_nodes\ComfyUI-Unique3D\run.py", line 141, in run
from .scripts.multiview_inference import geo_reconstruct
File "E:\ComfyUI\3d-pack\ComfyUI_Windows_portable\ComfyUI\custom_nodes\ComfyUI-Unique3D\scripts\multiview_inference.py", line 4, in
from scripts.project_mesh import multiview_color_projection
File "E:\ComfyUI\3d-pack\ComfyUI_Windows_portable\ComfyUI/custom_nodes/ComfyUI-Unique3D\scripts\project_mesh.py", line 98, in
pix2faces_renderer = Pix2FacesRenderer()
^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI\3d-pack\ComfyUI_Windows_portable\ComfyUI/custom_nodes/ComfyUI-Unique3D\scripts\project_mesh.py", line 72, in init
_warmup(self._glctx, device)
File "E:\ComfyUI\3d-pack\ComfyUI_Windows_portable\ComfyUI/custom_nodes/ComfyUI-Unique3D\scripts\project_mesh.py", line 66, in _warmup
dr.rasterize(glctx, pos, tri, resolution=[256, 256])
File "E:\ComfyUI\3d-pack\ComfyUI_Windows_portable\python_embeded\Lib\site-packages\nvdiffrast\torch\ops.py", line 310, in rasterize
return _rasterize_func.apply(glctx, pos, tri, resolution, ranges, grad_db, -1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI\3d-pack\ComfyUI_Windows_portable\python_embeded\Lib\site-packages\torch\autograd\function.py", line 553, in apply
return super().apply(*args, **kwargs) # type: ignore[misc]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\ComfyUI\3d-pack\ComfyUI_Windows_portable\python_embeded\Lib\site-packages\nvdiffrast\torch\ops.py", line 246, in forward
out, out_db = _get_plugin(gl=True).rasterize_fwd_gl(raster_ctx.cpp_wrapper, pos, tri, resolution, ranges, peeling_idx)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered: