ReActor model insightface

#1
Files changed (1) hide show
  1. Dockerfile +5 -2
Dockerfile CHANGED
@@ -77,7 +77,7 @@ RUN cd custom_nodes && git clone https://github.com/pythongosssss/ComfyUI-Custom
77
  RUN cd custom_nodes && git clone https://github.com/WASasquatch/FreeU_Advanced
78
  RUN cd custom_nodes && git clone https://github.com/sipherxyz/comfyui-art-venture && cd comfyui-art-venture && pip install -r requirements.txt
79
  RUN cd custom_nodes && git clone https://github.com/evanspearman/ComfyMath && cd ComfyMath && pip install -r requirements.txt
80
- RUN cd custom_nodes && git clone https://github.com/Gourieff/comfyui-reactor-node && cd comfyui-reactor-node && pip install -r requirements.txt
81
  RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy && cd rgthree-comfy && pip install -r requirements.txt
82
  RUN cd custom_nodes && git clone https://github.com/giriss/comfy-image-saver && cd comfy-image-saver && pip install -r requirements.txt
83
  RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Depth-Visualization && cd ComfyUI-Depth-Visualization && pip install -r requirements.txt
@@ -138,8 +138,11 @@ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main
138
  RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_scribble_anime.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
139
  RUN wget -c https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/resolve/main/control-lora-openposeXL2-rank256.safetensors -P ./models/controlnet/
140
 
 
 
 
141
  RUN echo "Downloading BiRefNet..."
142
- RUN cd models && git clone https://huggingface.co/ViperYX/BiRefNet
143
 
144
  RUN echo "Done"
145
 
 
77
  RUN cd custom_nodes && git clone https://github.com/WASasquatch/FreeU_Advanced
78
  RUN cd custom_nodes && git clone https://github.com/sipherxyz/comfyui-art-venture && cd comfyui-art-venture && pip install -r requirements.txt
79
  RUN cd custom_nodes && git clone https://github.com/evanspearman/ComfyMath && cd ComfyMath && pip install -r requirements.txt
80
+ RUN cd custom_nodes && git clone https://github.com/Gourieff/comfyui-reactor-node && cd comfyui-reactor-node && pip install -r requirements.txt
81
  RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy && cd rgthree-comfy && pip install -r requirements.txt
82
  RUN cd custom_nodes && git clone https://github.com/giriss/comfy-image-saver && cd comfy-image-saver && pip install -r requirements.txt
83
  RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Depth-Visualization && cd ComfyUI-Depth-Visualization && pip install -r requirements.txt
 
138
  RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_scribble_anime.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
139
  RUN wget -c https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/resolve/main/control-lora-openposeXL2-rank256.safetensors -P ./models/controlnet/
140
 
141
+ RUN echo "ReActor model"
142
+ RUN wget -c https://huggingface.co/datasets/Gourieff/ReActor/resolve/main/models/inswapper_128.onnx -P ./models/insightface
143
+
144
  RUN echo "Downloading BiRefNet..."
145
+ RUN cd models && git clone https://huggingface.co/ViperYX/BiRefNet
146
 
147
  RUN echo "Done"
148