Upload Dockerfile
Browse files- Dockerfile +9 -18
Dockerfile
CHANGED
@@ -122,32 +122,23 @@ RUN echo "Downloading Models..." && \
|
|
122 |
RUN echo "Download ComfyUI-Manager..." && \
|
123 |
cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
124 |
|
125 |
-
RUN echo "Downloading Custom Nodes..." &&
|
126 |
-
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git
|
127 |
|
128 |
-
RUN echo "Downloading Custom Nodes..." &&
|
129 |
-
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes
|
130 |
|
131 |
-
RUN echo "Downloading Custom Nodes..." &&
|
132 |
-
git clone https://github.com/ltdrdata/ComfyUI-Workflow-Component.git
|
133 |
|
134 |
-
RUN echo "Downloading Custom Nodes..." &&
|
135 |
-
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive
|
136 |
|
137 |
-
RUN echo "Downloading Custom Nodes..." &&
|
138 |
-
git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git
|
139 |
|
140 |
-
RUN echo "Downloading Custom Nodes..." &&
|
141 |
-
git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git
|
142 |
|
143 |
-
RUN echo "Downloading Custom Nodes..." &&
|
144 |
-
git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git
|
145 |
|
146 |
-
RUN echo "Downloading Custom Nodes..." &&
|
147 |
-
git clone https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes.git
|
148 |
|
149 |
-
RUN echo "Downloading Custom Nodes..." &&
|
150 |
-
git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git
|
151 |
|
152 |
RUN echo "Downloading Custom Nodes..." && \
|
153 |
git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui.git
|
|
|
122 |
RUN echo "Download ComfyUI-Manager..." && \
|
123 |
cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
124 |
|
125 |
+
RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git
|
|
|
126 |
|
127 |
+
RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes.git
|
|
|
128 |
|
129 |
+
#RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Workflow-Component.git
|
|
|
130 |
|
131 |
+
#RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git --recursive
|
|
|
132 |
|
133 |
+
#RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git
|
|
|
134 |
|
135 |
+
#RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git
|
|
|
136 |
|
137 |
+
#RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git
|
|
|
138 |
|
139 |
+
#RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/RockOfFire/ComfyUI_Comfyroll_CustomNodes.git
|
|
|
140 |
|
141 |
+
#RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git
|
|
|
142 |
|
143 |
RUN echo "Downloading Custom Nodes..." && \
|
144 |
git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui.git
|