adbrasi commited on
Commit
09f02e9
·
verified ·
1 Parent(s): 0f4d02a

Upload comfyui_setup_script.sh

Browse files
Files changed (1) hide show
  1. comfyui_setup_script.sh +3 -2
comfyui_setup_script.sh CHANGED
@@ -24,8 +24,8 @@ readonly CUSTOM_NODES=(
24
  # If filename is empty, let aria2c/wget determine from Content-Disposition
25
  readonly DOWNLOAD_FILES=(
26
  "https://civitai.com/api/download/models/1761560?type=Model&format=SafeTensor&size=pruned&fp=fp16|checkpoints|"
27
- "https://civitai.com/api/download/models/1426079?type=Model&format=SafeTensor|loras|"
28
- "https://civitai.com/api/download/models/1193082?type=Model&format=SafeTensor|loras|"
29
  "https://huggingface.co/Kim2091/AnimeSharpV3/resolve/main/2x-AnimeSharpV3.pth|upscale_models|2x-AnimeSharpV3.pth"
30
  "https://huggingface.co/adbrasi/testedownload/resolve/main/99coins_anime_girl_face_m_seg.pt|ultralytics/bbox|99coins_anime_girl_face_m_seg.pt"
31
  "https://huggingface.co/adbrasi/testedownload/resolve/main/snapshotBRABEX.json|INSTALL_DIR|snapshotBRABEX.json"
@@ -417,6 +417,7 @@ launch_comfyui() {
417
  log_info "ComfyUI will be accessible at: http://0.0.0.0:8818"
418
 
419
  # Launch ComfyUI
 
420
  exec comfy --workspace "$COMFY_INSTALL_DIR" launch -- --fast --listen 0.0.0.0 --port 8818
421
  }
422
 
 
24
  # If filename is empty, let aria2c/wget determine from Content-Disposition
25
  readonly DOWNLOAD_FILES=(
26
  "https://civitai.com/api/download/models/1761560?type=Model&format=SafeTensor&size=pruned&fp=fp16|checkpoints|"
27
+ "https://civitai.com/api/download/models/1268294?type=Model&format=SafeTensor|loras|"
28
+ "https://civitai.com/api/download/models/1715330?type=Model&format=SafeTensor|loras|"
29
  "https://huggingface.co/Kim2091/AnimeSharpV3/resolve/main/2x-AnimeSharpV3.pth|upscale_models|2x-AnimeSharpV3.pth"
30
  "https://huggingface.co/adbrasi/testedownload/resolve/main/99coins_anime_girl_face_m_seg.pt|ultralytics/bbox|99coins_anime_girl_face_m_seg.pt"
31
  "https://huggingface.co/adbrasi/testedownload/resolve/main/snapshotBRABEX.json|INSTALL_DIR|snapshotBRABEX.json"
 
417
  log_info "ComfyUI will be accessible at: http://0.0.0.0:8818"
418
 
419
  # Launch ComfyUI
420
+ exec comfy node update all
421
  exec comfy --workspace "$COMFY_INSTALL_DIR" launch -- --fast --listen 0.0.0.0 --port 8818
422
  }
423