diff --git a/scripts/download.sh b/scripts/download.sh index fe47495..4eedd05 100644 --- a/scripts/download.sh +++ b/scripts/download.sh @@ -17,6 +17,12 @@ git clone --depth=1 --no-tags --recurse-submodules --shallow-submodules \ https://github.com/Fannovel16/comfyui_controlnet_aux.git \ || (cd /home/runner/ComfyUI/custom_nodes/comfyui_controlnet_aux && git pull) +# ComfyUI Manager +cd /home/runner/ComfyUI/custom_nodes +git clone --depth=1 --no-tags --recurse-submodules --shallow-submodules \ + https://github.com/ltdrdata/ComfyUI-Manager.git \ + || (cd /home/runner/ComfyUI/custom_nodes/ComfyUI-Manager && git pull) + cd /home/runner/ComfyUI aria2c --allow-overwrite=false --auto-file-renaming=false --continue=true \ --max-connection-per-server=5 --input-file=/home/scripts/download.txt diff --git a/scripts/download.txt b/scripts/download.txt index e76f9fd..db918a6 100644 --- a/scripts/download.txt +++ b/scripts/download.txt @@ -1,5 +1,6 @@ https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors out=models/vae/vae-ft-mse-840000-ema-pruned.safetensors + https://github.com/xinntao/Real-ESRGAN/releases/download/v0.1.0/RealESRGAN_x4plus.pth out=models/upscale_models/RealESRGAN_x4plus.pth https://github.com/xinntao/Real-ESRGAN/releases/download/v0.2.2.4/RealESRGAN_x4plus_anime_6B.pth @@ -8,14 +9,18 @@ https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x2.pth out=models/upscale_models/RealESRGAN_x2.pth https://huggingface.co/sberbank-ai/Real-ESRGAN/resolve/main/RealESRGAN_x4.pth out=models/upscale_models/RealESRGAN_x4.pth + https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/t2iadapter_style-fp16.safetensors out=models/style_models/t2iadapter_style-fp16.safetensors + https://huggingface.co/datasets/gsdf/EasyNegative/resolve/main/EasyNegative.safetensors out=models/embeddings/EasyNegative.safetensors https://civitai.com/api/download/models/5637 out=models/embeddings/ng_deepnegative_v1_75t.pt + https://huggingface.co/openai/clip-vit-large-patch14/resolve/main/pytorch_model.bin out=models/clip_vision/clip_vit14.bin + https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_canny-fp16.safetensors out=models/controlnet/control_canny-fp16.safetensors https://huggingface.co/webui/ControlNet-modules-safetensors/resolve/main/control_depth-fp16.safetensors