-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
You need upgrade ComfyUI Version>=0.3.7 |
my comfyui version is 0.3.11 and i met this issue too. |
try search get_additional_models_with_key in file ComfyUI/comfy/model_patcher.py @reitani |
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!
The text was updated successfully, but these errors were encountered: