Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion official-templates/stable-diffusion-comfyui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN mkdir -p /ComfyUI/user

# Copy the README.md, extra_model_paths.yml and start script
COPY README.md /usr/share/nginx/html/README.md
COPY extra_model_paths.yml /ComfyUI/extra_model_paths.yml
COPY extra_model_paths.yaml /ComfyUI/extra_model_paths.yaml
COPY --chmod=755 pre_start.sh /pre_start.sh

CMD [ "/start.sh" ]
2 changes: 1 addition & 1 deletion official-templates/stable-diffusion-comfyui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ You can add your own models by placing them in the appropriate directories under
- CLIP: `/workspace/comfyui/models/clip/`
- CLIP Vision: `/workspace/comfyui/models/clip_vision/`

These paths are configured in ComfyUI's `extra_model_paths.yml` file, so models placed in these directories will be automatically detected by ComfyUI.
These paths are configured in ComfyUI's `extra_model_paths.yaml` file, so models placed in these directories will be automatically detected by ComfyUI.

> **Note:** data stored in `/workspace/comfyui` will be deleted when the Pod is deleted, unless you're using a [network volume](https://docs.runpod.io/pods/storage/create-network-volumes).

Expand Down