Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -122,7 +122,7 @@ RUN cd custom_nodes && git clone https://github.com/twri/sdxl_prompt_styler
|
|
122 |
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
|
123 |
RUN cd custom_nodes && git clone https://github.com/AIrjen/OneButtonPrompt
|
124 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui && cd was-node-suite-comfyui && pip install -r requirements.txt
|
125 |
-
RUN cd custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack && cd ComfyUI-3D-Pack && pip install -r requirements.txt && pip install -r requirements_post.txt
|
126 |
RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_essentials
|
127 |
|
128 |
RUN pip install -U torch torchvision torchaudio
|
|
|
122 |
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
|
123 |
RUN cd custom_nodes && git clone https://github.com/AIrjen/OneButtonPrompt
|
124 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui && cd was-node-suite-comfyui && pip install -r requirements.txt
|
125 |
+
#RUN cd custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack && cd ComfyUI-3D-Pack && pip install -r requirements.txt && pip install -r requirements_post.txt
|
126 |
RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_essentials
|
127 |
|
128 |
RUN pip install -U torch torchvision torchaudio
|