newturok commited on
Commit
f31c0d7
1 Parent(s): dba0526

CONTROLNET Preprocessor fix + realistic_vision install

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git /workspace/ComfyUI
7
  # CONTROLNET
8
  ### Preprocessor
9
  RUN git clone https://github.com/Fannovel16/comfyui_controlnet_aux.git /workspace/ComfyUI/custom_nodes/comfyui_controlnet_aux
 
10
  ### Main Plugin
11
  RUN git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git /workspace/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet
12
  ### Models
@@ -37,6 +38,10 @@ RUN wget -P /workspace/ComfyUI/models/vae https://huggingface.co/stabilityai/sd-
37
  RUN git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved.git /workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
38
  RUN wget -P /workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/models https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt
39
 
 
 
 
 
40
  EXPOSE 3000
41
 
42
  CMD ["/start.sh"]
 
7
  # CONTROLNET
8
  ### Preprocessor
9
  RUN git clone https://github.com/Fannovel16/comfyui_controlnet_aux.git /workspace/ComfyUI/custom_nodes/comfyui_controlnet_aux
10
+ RUN pip install -r /workspace/ComfyUI/custom_nodes/comfyui_controlnet_aux/requirements.txt
11
  ### Main Plugin
12
  RUN git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git /workspace/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet
13
  ### Models
 
38
  RUN git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved.git /workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
39
  RUN wget -P /workspace/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/models https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt
40
 
41
+ # TOP MODELS
42
+ # TOFO fix download path
43
+ RUN wget -P /workspace/ComfyUI/models/checkpoints/realistic_vision.safetensors https://civitai.com/api/download/models/130072
44
+
45
  EXPOSE 3000
46
 
47
  CMD ["/start.sh"]