Upload Dockerfile
Browse files- Dockerfile +55 -84
Dockerfile
CHANGED
|
@@ -53,19 +53,16 @@ RUN echo "Downloading checkpoints..." && \
|
|
| 53 |
wget -c https://huggingface.co/Kybalico/CandyApple/resolve/main/candyApple_v12.safetensors -P ./models/checkpoints/ && \
|
| 54 |
wget -c https://huggingface.co/Kybalico/CalicoMix/resolve/main/calicoMix_v75.safetensors -P ./models/checkpoints/ && \
|
| 55 |
wget -c https://huggingface.co/Kybalico/CalicoMixDC/resolve/main/calicomix_dcV30.safetensors -P ./models/checkpoints/ && \
|
| 56 |
-
wget -c https://huggingface.co/Kybalico/AnmitsuMimimi/resolve/main/anmitsuMimimi_v10.safetensors -P ./models/checkpoints/
|
| 57 |
|
| 58 |
-
RUN echo "Downloading Models..." && \
|
| 59 |
# TechnoByte Models
|
| 60 |
-
wget -c https://huggingface.co/TechnoByte/MilkyWonderland/resolve/main/milkyWonderland_v20.safetensors -P ./models/checkpoints/
|
| 61 |
|
| 62 |
-
RUN echo "Downloading Models..." && \
|
| 63 |
# VAE
|
| 64 |
wget -c https://huggingface.co/RedRayz/MyVAE/resolve/main/CleanVAE.safetensors -P ./models/vae/ && \
|
| 65 |
wget -c https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors -P ./models/vae/ && \
|
| 66 |
-
wget -c https://huggingface.co/tuwonga/marblesh/resolve/main/marblesh.safetensors -P ./models/vae/
|
| 67 |
-
|
| 68 |
-
RUN echo "Downloading Models..." && \
|
| 69 |
# ControlNet
|
| 70 |
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11e_sd15_ip2p_fp16.safetensors -P ./models/controlnet/ && \
|
| 71 |
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11e_sd15_shuffle_fp16.safetensors -P ./models/controlnet/ && \
|
|
@@ -80,24 +77,17 @@ RUN echo "Downloading Models..." && \
|
|
| 80 |
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11p_sd15_seg_fp16.safetensors -P ./models/controlnet/ && \
|
| 81 |
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11p_sd15_softedge_fp16.safetensors -P ./models/controlnet/ && \
|
| 82 |
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11p_sd15s2_lineart_anime_fp16.safetensors -P ./models/controlnet/ && \
|
| 83 |
-
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11u_sd15_tile_fp16.safetensors -P ./models/controlnet/
|
| 84 |
-
|
| 85 |
-
RUN echo "Downloading Models..." && \
|
| 86 |
# GLIGEN
|
| 87 |
-
wget -c https://huggingface.co/comfyanonymous/GLIGEN_pruned_safetensors/resolve/main/gligen_sd14_textbox_pruned_fp16.safetensors -P ./models/gligen/
|
| 88 |
-
|
| 89 |
-
RUN echo "Downloading Models..." && \
|
| 90 |
# ESRGAN upscale model
|
| 91 |
wget -c https://huggingface.co/konohashinobi4/4xAnimesharp/resolve/main/4x-AnimeSharp.pth -P ./models/upscale_models/ && \
|
| 92 |
-
wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth -P ./models/upscale_models/ && \
|
| 93 |
-
wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth -P ./models/upscale_models/
|
| 94 |
-
|
| 95 |
-
RUN echo "Downloading Models..." && \
|
| 96 |
-
# upscale
|
| 97 |
wget -c https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ./models/upscale_models/ && \
|
| 98 |
-
wget -c https://huggingface.co/
|
|
|
|
| 99 |
|
| 100 |
-
RUN echo "Downloading Models..." && \
|
| 101 |
# motion_lora
|
| 102 |
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt -P ./models/motion_lora/ && \
|
| 103 |
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt -P ./models/motion_lora/ && \
|
|
@@ -106,81 +96,62 @@ RUN echo "Downloading Models..." && \
|
|
| 106 |
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt -P ./models/motion_lora/ && \
|
| 107 |
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt -P ./models/motion_lora/ && \
|
| 108 |
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt -P ./models/motion_lora/ && \
|
| 109 |
-
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt -P ./models/motion_lora/
|
| 110 |
|
| 111 |
-
RUN echo "Downloading Models..." && \
|
| 112 |
-
# loras
|
| 113 |
-
wget -c https://huggingface.co/stabilityai/control-lora/blob/main/control-LoRAs-rank256/control-lora-canny-rank256.safetensors -P ./models/loras/
|
| 114 |
|
| 115 |
-
|
|
|
|
|
|
|
| 116 |
# Aesthetic scorer models
|
| 117 |
mkdir ./models/aesthetic && \
|
| 118 |
wget -c https://github.com/grexzen/SD-Chad/raw/main/chadscorer.pth -P ./models/aesthetic/ && \
|
| 119 |
-
wget -c https://github.com/christophschuhmann/improved-aesthetic-predictor/raw/main/ava+logos-l14-linearMSE.pth -P ./models/aesthetic/
|
| 120 |
-
|
| 121 |
-
# Checkpoints
|
| 122 |
-
RUN echo "Download ComfyUI-Manager..." && \
|
| 123 |
-
cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
| 124 |
-
|
| 125 |
-
RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git
|
| 126 |
-
|
| 127 |
-
RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes.git
|
| 128 |
-
|
| 129 |
-
#RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Workflow-Component.git
|
| 130 |
-
|
| 131 |
-
#RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale.git --recursive
|
| 132 |
-
|
| 133 |
-
#RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git
|
| 134 |
|
| 135 |
-
#
|
|
|
|
| 136 |
|
| 137 |
-
#RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git
|
| 138 |
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
|
| 143 |
-
|
| 144 |
-
git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui.git
|
| 145 |
|
| 146 |
-
#
|
| 147 |
-
|
| 148 |
|
| 149 |
-
# Controlnet Preprocessor nodes by Fannovel16
|
| 150 |
-
RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
| 151 |
-
|
| 152 |
-
RUN cd custom_nodes && git clone https://github.com/
|
| 153 |
-
|
| 154 |
-
RUN cd custom_nodes && git clone https://github.com/
|
| 155 |
-
|
| 156 |
-
RUN cd custom_nodes && git clone https://github.com/
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
RUN cd custom_nodes &&
|
| 165 |
-
|
| 166 |
-
RUN cd custom_nodes &&
|
| 167 |
-
|
| 168 |
-
RUN cd custom_nodes &&
|
| 169 |
-
|
| 170 |
-
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/
|
| 171 |
-
|
| 172 |
-
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
RUN
|
| 176 |
-
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 177 |
-
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 178 |
-
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 179 |
-
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 180 |
-
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 181 |
-
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 182 |
-
|
| 183 |
-
RUN echo "Done"
|
| 184 |
|
| 185 |
CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--use-split-cross-attention", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
|
| 186 |
|
|
|
|
| 53 |
wget -c https://huggingface.co/Kybalico/CandyApple/resolve/main/candyApple_v12.safetensors -P ./models/checkpoints/ && \
|
| 54 |
wget -c https://huggingface.co/Kybalico/CalicoMix/resolve/main/calicoMix_v75.safetensors -P ./models/checkpoints/ && \
|
| 55 |
wget -c https://huggingface.co/Kybalico/CalicoMixDC/resolve/main/calicomix_dcV30.safetensors -P ./models/checkpoints/ && \
|
| 56 |
+
wget -c https://huggingface.co/Kybalico/AnmitsuMimimi/resolve/main/anmitsuMimimi_v10.safetensors -P ./models/checkpoints/ && \
|
| 57 |
|
|
|
|
| 58 |
# TechnoByte Models
|
| 59 |
+
wget -c https://huggingface.co/TechnoByte/MilkyWonderland/resolve/main/milkyWonderland_v20.safetensors -P ./models/checkpoints/ && \
|
| 60 |
|
|
|
|
| 61 |
# VAE
|
| 62 |
wget -c https://huggingface.co/RedRayz/MyVAE/resolve/main/CleanVAE.safetensors -P ./models/vae/ && \
|
| 63 |
wget -c https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors -P ./models/vae/ && \
|
| 64 |
+
wget -c https://huggingface.co/tuwonga/marblesh/resolve/main/marblesh.safetensors -P ./models/vae/ && \
|
| 65 |
+
|
|
|
|
| 66 |
# ControlNet
|
| 67 |
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11e_sd15_ip2p_fp16.safetensors -P ./models/controlnet/ && \
|
| 68 |
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11e_sd15_shuffle_fp16.safetensors -P ./models/controlnet/ && \
|
|
|
|
| 77 |
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11p_sd15_seg_fp16.safetensors -P ./models/controlnet/ && \
|
| 78 |
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11p_sd15_softedge_fp16.safetensors -P ./models/controlnet/ && \
|
| 79 |
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11p_sd15s2_lineart_anime_fp16.safetensors -P ./models/controlnet/ && \
|
| 80 |
+
wget -c https://huggingface.co/comfyanonymous/ControlNet-v1-1_fp16_safetensors/resolve/main/control_v11u_sd15_tile_fp16.safetensors -P ./models/controlnet/ && \
|
| 81 |
+
|
|
|
|
| 82 |
# GLIGEN
|
| 83 |
+
wget -c https://huggingface.co/comfyanonymous/GLIGEN_pruned_safetensors/resolve/main/gligen_sd14_textbox_pruned_fp16.safetensors -P ./models/gligen/ && \
|
| 84 |
+
|
|
|
|
| 85 |
# ESRGAN upscale model
|
| 86 |
wget -c https://huggingface.co/konohashinobi4/4xAnimesharp/resolve/main/4x-AnimeSharp.pth -P ./models/upscale_models/ && \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
wget -c https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth -P ./models/upscale_models/ && \
|
| 88 |
+
wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth -P ./models/upscale_models/ && \
|
| 89 |
+
wget -c https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth -P ./models/upscale_models/ && \
|
| 90 |
|
|
|
|
| 91 |
# motion_lora
|
| 92 |
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt -P ./models/motion_lora/ && \
|
| 93 |
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt -P ./models/motion_lora/ && \
|
|
|
|
| 96 |
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt -P ./models/motion_lora/ && \
|
| 97 |
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt -P ./models/motion_lora/ && \
|
| 98 |
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt -P ./models/motion_lora/ && \
|
| 99 |
+
wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt -P ./models/motion_lora/ && \
|
| 100 |
|
|
|
|
|
|
|
|
|
|
| 101 |
|
| 102 |
+
# loras
|
| 103 |
+
wget -c https://huggingface.co/stabilityai/control-lora/blob/main/control-LoRAs-rank256/control-lora-canny-rank256.safetensors -P ./models/loras/ && \
|
| 104 |
+
|
| 105 |
# Aesthetic scorer models
|
| 106 |
mkdir ./models/aesthetic && \
|
| 107 |
wget -c https://github.com/grexzen/SD-Chad/raw/main/chadscorer.pth -P ./models/aesthetic/ && \
|
| 108 |
+
wget -c https://github.com/christophschuhmann/improved-aesthetic-predictor/raw/main/ava+logos-l14-linearMSE.pth -P ./models/aesthetic/ && \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 109 |
|
| 110 |
+
# ComfyUI Manager
|
| 111 |
+
cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git && \
|
| 112 |
|
|
|
|
| 113 |
|
| 114 |
+
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && \
|
| 115 |
+
git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git && \
|
| 116 |
+
git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes && \
|
| 117 |
+
git clone https://github.com/ltdrdata/ComfyUI-Workflow-Component.git && \
|
| 118 |
+
git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive && \
|
| 119 |
+
git clone https://github.com/BlenderNeko/ComfyUI_TiledKSampler.git && \
|
| 120 |
+
git clone https://github.com/BlenderNeko/ComfyUI_SeeCoder.git && \
|
| 121 |
+
git clone https://github.com/JPS-GER/ComfyUI_JPS-Nodes.git && \
|
| 122 |
|
| 123 |
+
# git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git && \
|
|
|
|
| 124 |
|
| 125 |
+
# Install custom nodes
|
| 126 |
+
echo "Installing custom nodes..."
|
| 127 |
|
| 128 |
+
# Controlnet Preprocessor nodes by Fannovel16
|
| 129 |
+
RUN git clone https://github.com/Fannovel16/comfy_controlnet_preprocessors && cd comfy_controlnet_preprocessors && python install.py --no_download_ckpts
|
| 130 |
+
RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
|
| 131 |
+
RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
|
| 132 |
+
|
| 133 |
+
RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes --depth 1
|
| 134 |
+
RUN cd custom_nodes && git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes --depth 1
|
| 135 |
+
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
|
| 136 |
+
RUN cd custom_nodes && git clone https://github.com/TechnoByteJS/comfy-aesthetic-nodes --depth 1 && cd comfy-aesthetic-nodes && pip install -r requirements.txt
|
| 137 |
+
|
| 138 |
+
RUN echo "Downloading Custom Nodes..." && cd custom_nodes && git clone https://github.com/LucianoCirino/efficiency-nodes-comfyui.git && cd efficiency-nodes-comfyui && pip install -r requirements.txt
|
| 139 |
+
|
| 140 |
+
RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
|
| 141 |
+
|
| 142 |
+
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15_v2.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/
|
| 143 |
+
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/mm_sd_v15.ckpt -P ./ComfyUI-AnimateDiff-Evolved/models/
|
| 144 |
+
|
| 145 |
+
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanLeft.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 146 |
+
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_PanRight.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 147 |
+
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingAnticlockwise.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 148 |
+
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_RollingClockwise.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 149 |
+
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltDown.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 150 |
+
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_TiltUp.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 151 |
+
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomIn.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 152 |
+
RUN cd custom_nodes && wget -c https://huggingface.co/guoyww/animatediff/resolve/main/v2_lora_ZoomOut.ckpt -P ./custom_nodes/ComfyUI-AnimateDiff-Evolved/motion_lora/
|
| 153 |
+
|
| 154 |
+
RUN echo "Done"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 155 |
|
| 156 |
CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--use-split-cross-attention", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
|
| 157 |
|