ZHO-ZHO-ZHO / ComfyUI-InstantID

Unofficial implementation of InstantID for ComfyUI
1.36k stars 78 forks source link

Certain nodes not available in ComfyUI #10

Open aifuzz59 opened 10 months ago

aifuzz59 commented 10 months ago

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

kaitmax commented 10 months ago

i have the same issue

Hansynily commented 10 months ago

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

astragartist commented 10 months ago

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

aifuzz59 commented 10 months ago

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: @.***>

johndpope commented 10 months ago

try this https://github.com/ZHO-ZHO-ZHO/ComfyUI-InstantID/pull/17/files

lanzer commented 10 months ago

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".

johndpope commented 10 months ago

Thanks @lanzer - it is not clear that it can autoresolve.