Skip to content

Commit 23239a9

Browse files
1 parent 160906f commit 23239a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the most flexible and recommended approach for creating reproducible, cu
1818
1. **Create a `Dockerfile`:** In your own project directory, create a file named `Dockerfile`.
1919
2. **Start with a Base Image:** Begin your `Dockerfile` by referencing one of the official base images. Using the `-base` tag is recommended as it provides a clean ComfyUI install with necessary tools like `comfy-cli` but without pre-packaged models.
2020
```Dockerfile
21-
# start from a clean base image (replace <version> with the desired [release](https://github.com/runpod/worker-comfyui/releases))
21+
# start from a clean base image (replace <version> with the desired [release](https://github.com/runpod-workers/worker-comfyui/releases))
2222
FROM runpod/worker-comfyui:<version>-base
2323
```
2424
3. **Install Custom Nodes:** Use the `comfy-node-install` (we had introduce our own cli tool here, as there is a [problem with comfy-cli not showing errors during installation](https://github.com/Comfy-Org/comfy-cli/pull/275)) command to add custom nodes by their name or URL, see [Comfy Registry](https://registry.comfy.org) to find the correct name. You can list multiple nodes.

0 commit comments

Comments
 (0)