kadirnar commited on
Commit
f20232b
·
verified ·
1 Parent(s): 6c5c9a0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +14 -14
Dockerfile CHANGED
@@ -87,21 +87,21 @@ RUN echo "Installing custom nodes..."
87
 
88
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
89
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd ComfyUI-Impact-Pack && python install.py
90
- RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Inspire-Pack && cd ComfyUI-Inspire-Pack && python install.py
91
  RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation && cd ComfyUI-Frame-Interpolation && python install.py
92
- RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Video-Matting && cd ComfyUI-Video-Mattin && python install.py
93
- RUN cd custom_nodes && git clone https://github.com/biegert/ComfyUI-CLIPSeg && cd ComfyUI-CLIPSeg && python install.py
94
- RUN cd custom_nodes && git clone https://github.com/BlenderNeko/ComfyUI_Cutoff && cd ComfyUI_Cutoff && python install.py
95
- RUN cd custom_nodes && git clone https://github.com/WASasquatch/PPF_Noise_ComfyUI && cd PPF_Noise_ComfyUI && python install.py
96
- RUN cd custom_nodes && git clone https://github.com/WASasquatch/PowerNoiseSuite && cd PowerNoiseSuite && python install.py
97
- RUN cd custom_nodes && git clone https://github.com/Jordach/comfy-plasma && cd comfy-plasma && python install.py
98
- RUN cd custom_nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes && cd ComfyUI_Comfyroll_CustomNodes && python install.py
99
- RUN cd custom_nodes && git clone https://github.com/space-nuko/ComfyUI-OpenPose-Editor && cd ComfyUI-OpenPose-Editor && python install.py
100
- RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus && cd ComfyUI_IPAdapter_plus && python install.py
101
- RUN cd custom_nodes && git clone https://github.com/twri/sdxl_prompt_styler && cd sdxl_prompt_styler && python install.py
102
- RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved && cd ComfyUI-AnimateDiff-Evolved && python install.py
103
- RUN cd custom_nodes && git clone https://github.com/AIrjen/OneButtonPrompt && cd OneButtonPrompt && python install.py
104
- RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI_VLM_nodes && cd ComfyUI_VLM_nodes && python install.py
105
  RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py
106
  RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
107
  RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
 
87
 
88
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
89
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd ComfyUI-Impact-Pack && python install.py
90
+ RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Inspire-Pack && cd ComfyUI-Inspire-Pack && pip install -r requirements.txt
91
  RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation && cd ComfyUI-Frame-Interpolation && python install.py
92
+ RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Video-Matting && cd ComfyUI-Video-Mattin && pip install -r requirements.txt
93
+ RUN cd custom_nodes && git clone https://github.com/biegert/ComfyUI-CLIPSeg && cd ComfyUI-CLIPSeg && pip install -r requirements.txt
94
+ RUN cd custom_nodes && git clone https://github.com/BlenderNeko/ComfyUI_Cutoff
95
+ RUN cd custom_nodes && git clone https://github.com/WASasquatch/PPF_Noise_ComfyUI && cd PPF_Noise_ComfyUI && pip install -r requirements.txt
96
+ RUN cd custom_nodes && git clone https://github.com/WASasquatch/PowerNoiseSuite && cd PowerNoiseSuite && pip install -r requirements.txt
97
+ RUN cd custom_nodes && git clone https://github.com/Jordach/comfy-plasma
98
+ RUN cd custom_nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes
99
+ RUN cd custom_nodes && git clone https://github.com/space-nuko/ComfyUI-OpenPose-Editor
100
+ RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
101
+ RUN cd custom_nodes && git clone https://github.com/twri/sdxl_prompt_styler
102
+ RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
103
+ RUN cd custom_nodes && git clone https://github.com/AIrjen/OneButtonPrompt
104
+ RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI_VLM_nodes && cd ComfyUI_VLM_nodes && pip install -r requirements.txt
105
  RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py
106
  RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
107
  RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt