> ## Documentation Index
> Fetch the complete documentation index at: https://comfydeploy.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Missing model

> I got some error saying I'm missing a model

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 [storage](/storage#installing-models)

Custom nodes can be installed directly into a machine.
You can do this via the docker commands

<Note>Docker commands are those that you would write in a `Dockerfile` [reference](https://docs.docker.com/reference/dockerfile/).</Note>

E.g.

```Docker theme={null}
RUN wget -P /comfyui/custom_nodes/<dir> <download-link>
```
