kadirnar commited on
Commit
11bbfc1
·
verified ·
1 Parent(s): ab6965e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -55,7 +55,6 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI . && git checkout c69515
55
  # instal custom nodes
56
  RUN echo "Installing custom nodes..."
57
  RUN pip install -U onnxruntime-gpu
58
- RUN pip install --no-cache-dir -r /requirements_post.txt
59
 
60
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
61
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd ComfyUI-Impact-Pack && python install.py
@@ -94,6 +93,8 @@ RUN cd custom_nodes && git clone https://github.com/kohya-ss/ControlNet-LLLite-C
94
  RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Dream-Interpreter && cd ComfyUI-Dream-Interpreter && pip install -r requirements.txt
95
  RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
96
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && cd ComfyUI-Advanced-ControlNet && pip install -r requirements.txt
 
 
97
 
98
  # RUN echo "Downloading checkpoints..."
99
  # RUN wget -c https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning/resolve/main/RealVisXL_V4.0_Lightning.safetensors -P ./models/checkpoints/
 
55
  # instal custom nodes
56
  RUN echo "Installing custom nodes..."
57
  RUN pip install -U onnxruntime-gpu
 
58
 
59
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
60
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd ComfyUI-Impact-Pack && python install.py
 
93
  RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Dream-Interpreter && cd ComfyUI-Dream-Interpreter && pip install -r requirements.txt
94
  RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
95
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && cd ComfyUI-Advanced-ControlNet && pip install -r requirements.txt
96
+ RUN cd custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack
97
+ RUN pip install --no-cache-dir -r /requirements_post.txt
98
 
99
  # RUN echo "Downloading checkpoints..."
100
  # RUN wget -c https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning/resolve/main/RealVisXL_V4.0_Lightning.safetensors -P ./models/checkpoints/