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

PhotoMakerAdapter loader local error message #36

Open
ARMISHI opened this issue Jan 20, 2024 · 1 comment
Open

PhotoMakerAdapter loader local error message #36

ARMISHI opened this issue Jan 20, 2024 · 1 comment

Comments

@ARMISHI
Copy link

ARMISHI commented Jan 20, 2024

PhotoMakerAdapter loader local error message, which folder should photomaker-v1.bing be placed in?

Error occurred when executing PhotoMakerAdapter_Loader_local:

model is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo with token or log in with huggingface-cli login.

File "D:\ComfyUI2311\ComfyUI\execution.py", line 154, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI2311\ComfyUI\execution.py", line 84, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI2311\ComfyUI\execution.py", line 77, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI2311\ComfyUI\custom_nodes\ComfyUI-PhotoMaker\PhotoMakerNode.py", line 151, in load_photomaker_adapter
pipe.load_photomaker_adapter(
File "D:\ComfyUI2311\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 118, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI2311\ComfyUI\custom_nodes\ComfyUI-PhotoMaker\pipeline.py", line 80, in load_photomaker_adapter
model_file = _get_model_file(
^^^^^^^^^^^^^^^^
File "D:\ComfyUI2311\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 118, in _inner_fn
return fn(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^
File "D:\ComfyUI2311\python_embeded\Lib\site-packages\diffusers\utils\hub_utils.py", line 324, in _get_model_file
raise EnvironmentError(

@udappk
Copy link

udappk commented Jan 22, 2024

#46 (comment)

Hello, checkout this comment for a solution which should work.. Thanks!

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

2 participants