paulo-coronado / comfy_clip_blip_node

28 stars 6 forks source link

error load folder blip #1

Open ledadu opened 1 year ago

ledadu commented 1 year ago

The folder exist in "G:\ComfyUI\models\blip" But i got this error :

Error occurred when executing CLIPTextEncodeBLIP:

[WinError 3] Le chemin d’accès spécifié est introuvable: 'G:\\ComfyUI\\ComfyUI\\models\\blip'

File "G:\ComfyUI\execution.py", line 145, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "G:\ComfyUI\execution.py", line 75, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "G:\ComfyUI\execution.py", line 68, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "G:\ComfyUI\custom_nodes\comfy_clip_blip_node\blip_node.py", line 167, in blip
os.mkdir(blip_dir)
ledadu commented 1 year ago

custom node assume that your environment is portable version ? To solve that issue. i execute main.py from G:\ instead of G:\ComfyUI.

hben35096 commented 1 year ago

I also encountered the same problem, first of all, the ComfyUI path is inaccurate, and I also need a "STRING" output interface. I'm still looking forward to this plugin.

PaulFidika commented 12 months ago

Create a folder in ComfyUI's /models/ called 'blip', so /models/blip. Then restart ComfyUI. However you'll just get another error later down the pipe after this (see the other 'no values to unpack' issue).

seanlynch commented 11 months ago

Should be fixed by #3 .