When you’re missing a model, there are 2 “types” of locations that the model can be in
Models directory
Direectly in a custom nodes
Everything in models directory can be installed into storageCustom nodes can be installed directly into a machine.
You can do this via the docker commands
Docker commands are those that you would write in a Dockerfilereference.
E.g.
Copy
Ask AI
RUN wget -P /comfyui/custom_nodes/<dir> <download-link>