download some custom nodes i usually need
This commit is contained in:
parent
5039d28022
commit
623ba5db99
6 changed files with 58 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue