Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -1,10 +1,14 @@
|
|
1 |
FROM runpod/stable-diffusion:comfy-ui-3.0.1
|
2 |
|
|
|
|
|
3 |
# CUSTOM NODES PREINSTALL
|
4 |
RUN mkdir -p /workspace/ComfyUI/custom_nodes
|
5 |
RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
|
6 |
RUN git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git /workspace/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts
|
7 |
RUN git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui.git /workspace/ComfyUI/custom_nodes/efficiency-nodes-comfyui
|
|
|
|
|
8 |
RUN git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git /workspace/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
|
9 |
|
10 |
# CONTROLNET
|
|
|
1 |
FROM runpod/stable-diffusion:comfy-ui-3.0.1
|
2 |
|
3 |
+
RUN apt update
|
4 |
+
|
5 |
# CUSTOM NODES PREINSTALL
|
6 |
RUN mkdir -p /workspace/ComfyUI/custom_nodes
|
7 |
RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git /workspace/ComfyUI/custom_nodes/ComfyUI-Manager
|
8 |
RUN git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git /workspace/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts
|
9 |
RUN git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui.git /workspace/ComfyUI/custom_nodes/efficiency-nodes-comfyui
|
10 |
+
RUN apt-get install -y ffmpeg
|
11 |
+
RUN pip install imageio-ffmpeg
|
12 |
RUN git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git /workspace/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
|
13 |
|
14 |
# CONTROLNET
|