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

AttributeError in apply_pulid_flux: 'GGUFModelPatcher' object has no attribute 'get_additional_models_with_key' #7

Open
Notimefornuts opened this issue Jan 21, 2025 · 3 comments

Comments

@Notimefornuts
Copy link

I'm encountering an error when running Apply pulid flux node:

File "D:\project\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 "D:\project\ComfyUI\custom_nodes\ComfyUI_PuLID_Flux_ll\pulidflux.py", line 327, in apply_pulid_flux if len(model.get_additional_models_with_key("pulid_flux_model_patcher")) == 0: AttributeError: 'GGUFModelPatcher' object has no attribute 'get_additional_models_with_key'

Environment:

Comfyui Version: v0.2.7-17-geb476e6
Python Version: 3.10.10
GGUF version: 0.14.0

version mismatch?

Thanks!

@lldacing
Copy link
Owner

I'm encountering an error when running Apply pulid flux node:

File "D:\project\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 "D:\project\ComfyUI\custom_nodes\ComfyUI_PuLID_Flux_ll\pulidflux.py", line 327, in apply_pulid_flux if len(model.get_additional_models_with_key("pulid_flux_model_patcher")) == 0: AttributeError: 'GGUFModelPatcher' object has no attribute 'get_additional_models_with_key'

Environment:

Comfyui Version: v0.2.7-17-geb476e6 Python Version: 3.10.10 GGUF version: 0.14.0

version mismatch?  

Thanks!

You need upgrade ComfyUI Version>=0.3.7

@reitani
Copy link

reitani commented Jan 23, 2025

I'm encountering an error when running Apply pulid flux node:
File "D:\project\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 "D:\project\ComfyUI\custom_nodes\ComfyUI_PuLID_Flux_ll\pulidflux.py", line 327, in apply_pulid_flux if len(model.get_additional_models_with_key("pulid_flux_model_patcher")) == 0: AttributeError: 'GGUFModelPatcher' object has no attribute 'get_additional_models_with_key'
Environment:
Comfyui Version: v0.2.7-17-geb476e6 Python Version: 3.10.10 GGUF version: 0.14.0
version mismatch?  
Thanks!

You need upgrade ComfyUI Version>=0.3.7

my comfyui version is 0.3.11 and i met this issue too.
is there anything else i can do?

@lldacing
Copy link
Owner

lldacing commented Jan 23, 2025

I'm encountering an error when running Apply pulid flux node:
File "D:\project\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 "D:\project\ComfyUI\custom_nodes\ComfyUI_PuLID_Flux_ll\pulidflux.py", line 327, in apply_pulid_flux if len(model.get_additional_models_with_key("pulid_flux_model_patcher")) == 0: AttributeError: 'GGUFModelPatcher' object has no attribute 'get_additional_models_with_key'
Environment:
Comfyui Version: v0.2.7-17-geb476e6 Python Version: 3.10.10 GGUF version: 0.14.0
version mismatch?  
Thanks!

You need upgrade ComfyUI Version>=0.3.7

my comfyui version is 0.3.11 and i met this issue too.
is there anything else i can do?

try search get_additional_models_with_key in file ComfyUI/comfy/model_patcher.py @reitani

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

3 participants