jtydhr88 / ComfyUI-InstantMesh

ComfyUI InstantMesh is custom nodes that running InstantMesh into ComfyUI
Apache License 2.0
148 stars 16 forks source link

Where the model go it supposed to download automatic #3

Closed kakachiex2 closed 4 months ago

kakachiex2 commented 4 months ago

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)

kakachiex2 commented 4 months ago

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

jtydhr88 commented 4 months ago

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

jtydhr88 commented 4 months ago

hi, I tried to fix this issue in latest commit https://github.com/jtydhr88/ComfyUI-InstantMesh/commit/6bc7ed08eba9ce52510f4538e273a9575fd16c65, please let me know it works or not