Spaces:
Building
on
A10G
Building
on
A10G
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -82,7 +82,7 @@ RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHel
|
|
82 |
RUN cd custom_nodes && git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts
|
83 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/FreeU_Advanced
|
84 |
RUN cd custom_nodes && git clone https://github.com/city96/SD-Advanced-Noise
|
85 |
-
RUN cd custom_nodes && git clone https://github.com/
|
86 |
RUN cd custom_nodes && git clone https://github.com/sipherxyz/comfyui-art-venture && cd comfyui-art-venture && pip install -r requirements.txt
|
87 |
RUN cd custom_nodes && git clone https://github.com/evanspearman/ComfyMath && cd ComfyMath && pip install -r requirements.txt
|
88 |
RUN cd custom_nodes && git clone https://github.com/Gourieff/comfyui-reactor-node && cd comfyui-reactor-node && pip install -r requirements.txt
|
|
|
82 |
RUN cd custom_nodes && git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts
|
83 |
RUN cd custom_nodes && git clone https://github.com/WASasquatch/FreeU_Advanced
|
84 |
RUN cd custom_nodes && git clone https://github.com/city96/SD-Advanced-Noise
|
85 |
+
RUN cd custom_nodes && git clone https://github.com/kadirnar/ComfyUI_Custom_Nodes_AlekPet
|
86 |
RUN cd custom_nodes && git clone https://github.com/sipherxyz/comfyui-art-venture && cd comfyui-art-venture && pip install -r requirements.txt
|
87 |
RUN cd custom_nodes && git clone https://github.com/evanspearman/ComfyMath && cd ComfyMath && pip install -r requirements.txt
|
88 |
RUN cd custom_nodes && git clone https://github.com/Gourieff/comfyui-reactor-node && cd comfyui-reactor-node && pip install -r requirements.txt
|