jtydhr88 / ComfyUI-InstantMesh

ComfyUI InstantMesh is custom nodes that running InstantMesh into ComfyUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where the model go it supposed to download automatic

kakachiex2 opened this issue · comments

I installed instantMesh but I get this error and it don't start the download process auto...

Error occurred when executing InstantMeshLoader:

[WinError 3] The system cannot find the path specified: 'K:\ComfyUI\ComfyUI_Ex\ComfyUI\ComfyUI\custom_nodes\ComfyUI-InstantMesh'

File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\execution.py", line 151, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI\ComfyUI_Ex\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 "K:\ComfyUI\ComfyUI_Ex\ComfyUI\execution.py", line 74, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-InstantMesh\run.py", line 336, in run
model,config = load_InstantMeshModel(config_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "K:\ComfyUI\ComfyUI_Ex\ComfyUI\custom_nodes\ComfyUI-InstantMesh\run.py", line 89, in load_InstantMeshModel
os.chdir(target_directory)

3DPack are installed and working so it supposed to work I downloaded the model manually but were to locate it.

Hi, this issue seems to be same as #1 , on current version, I expect the comfyUI folder structure should be default, I will fix this later this week once I spare free time

hi, I tried to fix this issue in latest commit 6bc7ed0, please let me know it works or not