You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception Message: 'PulidFluxModel' object has no attribute 'id_adapter'
Stack Trace
File "F:\pinokio\api\comfy.git\app\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 "F:\pinokio\api\comfy.git\app\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 "F:\pinokio\api\comfy.git\app\execution.py", line 169, in _map_node_over_list
process_inputs(input_dict, i)
File "F:\pinokio\api\comfy.git\app\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
File "F:\pinokio\api\comfy.git\app\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 234, in load_model
model.from_pretrained(path=model_path)
File "F:\pinokio\api\comfy.git\app\custom_nodes\ComfyUI-PuLID-Flux-Enhanced\pulidflux.py", line 61, in from_pretrained
getattr(self, module).load_state_dict(state_dict_dict[module], strict=True)
File "F:\pinokio\api\comfy.git\app\env\lib\site-packages\torch\nn\modules\module.py", line 1729, in __getattr__
raise AttributeError(f"'{type(self).__name__}' object has no attribute '{name}'")
The text was updated successfully, but these errors were encountered:
ComfyUI Error Report
Error Details
Stack Trace
The text was updated successfully, but these errors were encountered: