Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -78,7 +78,7 @@ RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHel
|
|
78 |
RUN cd custom_nodes && git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts
|
79 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/FreeU_Advanced
|
80 |
RUN cd custom_nodes && git clone https://github.com/city96/SD-Advanced-Noise
|
81 |
-
RUN cd custom_nodes && git clone https://github.com/
|
82 |
RUN cd custom_nodes && git clone https://github.com/sipherxyz/comfyui-art-venture && cd comfyui-art-venture && pip install -r requirements.txt
|
83 |
RUN cd custom_nodes && git clone https://github.com/evanspearman/ComfyMath && cd ComfyMath && pip install -r requirements.txt
|
84 |
RUN cd custom_nodes && git clone https://github.com/Gourieff/comfyui-reactor-node && cd comfyui-reactor-node && pip install -r requirements.txt
|
|
|
78 |
RUN cd custom_nodes && git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts
|
79 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/FreeU_Advanced
|
80 |
RUN cd custom_nodes && git clone https://github.com/city96/SD-Advanced-Noise
|
81 |
+
RUN cd custom_nodes && git clone https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet
|
82 |
RUN cd custom_nodes && git clone https://github.com/sipherxyz/comfyui-art-venture && cd comfyui-art-venture && pip install -r requirements.txt
|
83 |
RUN cd custom_nodes && git clone https://github.com/evanspearman/ComfyMath && cd ComfyMath && pip install -r requirements.txt
|
84 |
RUN cd custom_nodes && git clone https://github.com/Gourieff/comfyui-reactor-node && cd comfyui-reactor-node && pip install -r requirements.txt
|