Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Error occurred when executing Unique3DRun - Geo Reconstruct: #21

Open
MoYingLZ opened this issue Aug 1, 2024 · 2 comments
Open

Error occurred when executing Unique3DRun - Geo Reconstruct: #21

MoYingLZ opened this issue Aug 1, 2024 · 2 comments

Comments

@MoYingLZ
Copy link

MoYingLZ commented Aug 1, 2024

你好,我是下载这版本安装
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)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@jtydhr88
Copy link
Owner

jtydhr88 commented Aug 1, 2024

你好,我简单看了下你用的这个版本,它说已经自带了3d pack了,3d pack现在已经支持unique3d了,你可以直接用3d pack带的,不需要安装我这个了

@MoYingLZ
Copy link
Author

MoYingLZ commented Aug 1, 2024

3d pack最新版并不支持,出现很多节点丢失。
image
image
重新安装 unique和 3d pack ,更新comfyui也是无法正常运行

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants