Open FurkanGozukara opened 2 months ago
Here I will show few examples @cubiq @wailovet - thank you for help
Fresh install latest version
all clip vision downloaded
all ip adapter downloaded
insightface installed and models downloaded
am i missing any models?
ok here testing examples : https://github.com/cubiq/ComfyUI_IPAdapter_plus/tree/main/examples
first ipadapter_faceid.json
what lora seriously?
2024-09-22 23:39:01,257 - root - ERROR - !!! Exception during processing !!! LoRA model not found. 2024-09-22 23:39:01,258 - root - ERROR - Traceback (most recent call last): File "C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 588, in load_models raise Exception("LoRA model not found.") Exception: LoRA model not found.
ok here second test : ipadapter_portrait.json
and error is exactly same as above
Traceback (most recent call last): File "C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\execution.py", line 323, in execute output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\execution.py", line 198, in get_output_data return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb) File "C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\execution.py", line 169, in _map_node_over_list process_inputs(input_dict, i) File "C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\execution.py", line 158, in process_inputs results.append(getattr(obj, func)(**inputs)) File "C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 610, in load_models self.insightface['model'] = insightface_loader(provider) File "C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\utils.py", line 161, in insightface_loader raise Exception(e) Exception: cannot import name 'preserve_channel_dim' from 'albucore.utils' (C:\Users\King\Downloads\Comfy_UI_V7\ComfyUI\venv\lib\site-packages\albucore\utils.py)
The only thing that is working are like below
Here I will show few examples @cubiq @wailovet - thank you for help
Fresh install latest version
all clip vision downloaded
all ip adapter downloaded
insightface installed and models downloaded
am i missing any models?
ok here testing examples : https://github.com/cubiq/ComfyUI_IPAdapter_plus/tree/main/examples
first ipadapter_faceid.json
what lora seriously?
ok here second test : ipadapter_portrait.json
and error is exactly same as above