Skip to content
New issue

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

Your example workflows are all broken can you update them - evidence provided #721

Open
FurkanGozukara opened this issue Sep 22, 2024 · 1 comment

Comments

@FurkanGozukara
Copy link

FurkanGozukara commented Sep 22, 2024

Here I will show few examples @cubiq @wailovet - thank you for help

Fresh install latest version

all clip vision downloaded

image

all ip adapter downloaded

image

insightface installed and models downloaded

image

am i missing any models?

ok here testing examples : https://github.com/cubiq/ComfyUI_IPAdapter_plus/tree/main/examples

first ipadapter_faceid.json

image

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.

image

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)

image

@FurkanGozukara
Copy link
Author

The only thing that is working are like below

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant