download some custom nodes i usually need

This commit is contained in:
Owl 2024-10-22 03:36:39 +07:00
parent 5039d28022
commit 623ba5db99
6 changed files with 58 additions and 4 deletions

View file

@ -16,8 +16,10 @@ VOLUME [ \
"/ComfyUI/models", \
"/ComfyUI/input", \
"/ComfyUI/output", \
"/ComfyUI/custom_nodes" \
]
"/ComfyUI/custom_nodes", \
"/ComfyUI/my_workflows", \
"/ComfyUI_temp" \
]
RUN pip3 install --upgrade pip \
&& pip3 install -r requirements.txt
@ -29,6 +31,9 @@ COPY ./cmd.sh /
RUN chmod +x /cmd.sh
COPY ./nodes_download.bash /
RUN bash /nodes_download.bash
RUN cp -TR "/ComfyUI/models" /tmp_models
RUN cp -TR "/ComfyUI/input" /tmp_input