We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 text was updated successfully, but these errors were encountered:
The only thing that is working are like below
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: