Skip to content

Commit

Permalink
Add ComfyUI Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Oct 4, 2023
1 parent d60d9ae commit 3185e28
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions scripts/download.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3185e28

Please sign in to comment.