Open aifuzz59 opened 10 months ago
i have the same issue
Solved mine. It says missing module named diffusers, so just simply install diffusers
on cmd: python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-InstantID\requirements.txt
I have already installed python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-InstantID\requirements.txt but there's still the same problem
Yes I installed all the requirements but the certain nodes are stillMissing, googled them and can’t find them anywhere’s Sent from my iPhoneOn Jan 23, 2024, at 2:59 PM, astragartist @.***> wrote: I have already installed python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-InstantID\requirements.txt but there's still the same problem
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Note that any workflows you put into ComfyUI might require nodes outside of this specific repo you've installed.
No matter what you're installing, be sure to install the ComfyUI Manager first (https://github.com/ltdrdata/ComfyUI-Manager) and then once you drop in a new workflow, open up the manager and select "Install Missing Cusom Nodes".
Thanks @lanzer - it is not clear that it can autoresolve.
I did the install and when I open the workflow (local install) it says that there are missing custon nodes :
Ipadapter_instantidLoader IDBaseModelLoader_local IDControlNetLoader ID_Prompt_Styler IDGenerationNode
they do not come up on the list of custom missing nodes to install. How can I install theses nodes?
Thanks