Update script_nightly1.sh
Browse files- script_nightly1.sh +8 -5
script_nightly1.sh
CHANGED
|
@@ -22,11 +22,8 @@ APT_PACKAGES=(
|
|
| 22 |
PIP_PACKAGES=(
|
| 23 |
)
|
| 24 |
NODES=(
|
| 25 |
-
"https://github.com/ltdrdata/ComfyUI-Impact-Pack.git"
|
| 26 |
-
"https://github.com/ltdrdata/ComfyUI-Impact-Subpack.git"
|
| 27 |
"https://github.com/cubiq/ComfyUI_IPAdapter_plus.git"
|
| 28 |
"https://github.com/ka-puna/comfyui-yanc.git"
|
| 29 |
-
"https://github.com/godmt/ComfyUI-List-Utils.git"
|
| 30 |
)
|
| 31 |
BBOX_MODELS=(
|
| 32 |
|
|
@@ -50,7 +47,6 @@ LORAS_MODELS=(
|
|
| 50 |
"https://huggingface.co/JCscrew/Lora_backup/resolve/main/models/loras/Better_detailed_pussy_and_anus_v3.0.safetensors"
|
| 51 |
"https://huggingface.co/JCscrew/Lora_backup/resolve/main/models/loras/Hugkissingbreast_press_pov_Illustrious-000005.safetensors"
|
| 52 |
"https://huggingface.co/JCscrew/Lora_backup/resolve/main/models/loras/Miki.safetensors"
|
| 53 |
-
"https://huggingface.co/JCscrew/Lora_backup/resolve/main/models/loras/fingers_adjuster_illustrious2.0stable_v1.0.safetensors"
|
| 54 |
)
|
| 55 |
RMBG_MODELS=(
|
| 56 |
|
|
@@ -64,7 +60,12 @@ SAMS_MODELS=(
|
|
| 64 |
UPSCALE_MODELS=(
|
| 65 |
"https://huggingface.co/JCscrew/RisuAI_asset_generator/resolve/main/models/upscale_models/RealESRGAN_x4plus_anime_6B.pth"
|
| 66 |
)
|
| 67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
WORKFLOWS=(
|
| 69 |
)
|
| 70 |
|
|
@@ -324,6 +325,7 @@ provisioning_step3_downloads() {
|
|
| 324 |
download_to_directory "${COMFYUI_DIR}/models/sams" "${SAMS_MODELS[@]}"
|
| 325 |
download_to_directory "${COMFYUI_DIR}/models/ultralytics/bbox" "${BBOX_MODELS[@]}"
|
| 326 |
download_to_directory "${COMFYUI_DIR}/models/upscale_models" "${UPSCALE_MODELS[@]}"
|
|
|
|
| 327 |
if [ ${#WORKFLOWS[@]} -gt 0 ]; then
|
| 328 |
log_info "下載工作流文件..."
|
| 329 |
download_to_directory "${COMFYUI_DIR}/user/default/workflows" "${WORKFLOWS[@]}"
|
|
@@ -363,6 +365,7 @@ verify_and_retry_downloads "${COMFYUI_DIR}/models/sam2" "${SAM2_MODELS[@]}"
|
|
| 363 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/sams" "${SAMS_MODELS[@]}"
|
| 364 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/ultralytics/bbox" "${BBOX_MODELS[@]}"
|
| 365 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/upscale_models" "${UPSCALE_MODELS[@]}"
|
|
|
|
| 366 |
verify_and_retry_downloads "${COMFYUI_DIR}/user/default/workflows" "${WORKFLOWS[@]}"
|
| 367 |
|
| 368 |
log_step "5" "完成配置"
|
|
|
|
| 22 |
PIP_PACKAGES=(
|
| 23 |
)
|
| 24 |
NODES=(
|
|
|
|
|
|
|
| 25 |
"https://github.com/cubiq/ComfyUI_IPAdapter_plus.git"
|
| 26 |
"https://github.com/ka-puna/comfyui-yanc.git"
|
|
|
|
| 27 |
)
|
| 28 |
BBOX_MODELS=(
|
| 29 |
|
|
|
|
| 47 |
"https://huggingface.co/JCscrew/Lora_backup/resolve/main/models/loras/Better_detailed_pussy_and_anus_v3.0.safetensors"
|
| 48 |
"https://huggingface.co/JCscrew/Lora_backup/resolve/main/models/loras/Hugkissingbreast_press_pov_Illustrious-000005.safetensors"
|
| 49 |
"https://huggingface.co/JCscrew/Lora_backup/resolve/main/models/loras/Miki.safetensors"
|
|
|
|
| 50 |
)
|
| 51 |
RMBG_MODELS=(
|
| 52 |
|
|
|
|
| 60 |
UPSCALE_MODELS=(
|
| 61 |
"https://huggingface.co/JCscrew/RisuAI_asset_generator/resolve/main/models/upscale_models/RealESRGAN_x4plus_anime_6B.pth"
|
| 62 |
)
|
| 63 |
+
EMBEDDINGS=(
|
| 64 |
+
"https://huggingface.co/JCscrew/Lora_backup/resolve/main/models/embeddings/lazypos.safetensors"
|
| 65 |
+
"https://huggingface.co/JCscrew/Lora_backup/resolve/main/models/embeddings/lazyneg.safetensors"
|
| 66 |
+
"https://huggingface.co/JCscrew/Lora_backup/resolve/main/models/embeddings/lazyhand.safetensors"
|
| 67 |
+
)
|
| 68 |
+
|
| 69 |
WORKFLOWS=(
|
| 70 |
)
|
| 71 |
|
|
|
|
| 325 |
download_to_directory "${COMFYUI_DIR}/models/sams" "${SAMS_MODELS[@]}"
|
| 326 |
download_to_directory "${COMFYUI_DIR}/models/ultralytics/bbox" "${BBOX_MODELS[@]}"
|
| 327 |
download_to_directory "${COMFYUI_DIR}/models/upscale_models" "${UPSCALE_MODELS[@]}"
|
| 328 |
+
download_to_directory "${COMFYUI_DIR}/embeddings" "${EMBEDDINGS[@]}"
|
| 329 |
if [ ${#WORKFLOWS[@]} -gt 0 ]; then
|
| 330 |
log_info "下載工作流文件..."
|
| 331 |
download_to_directory "${COMFYUI_DIR}/user/default/workflows" "${WORKFLOWS[@]}"
|
|
|
|
| 365 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/sams" "${SAMS_MODELS[@]}"
|
| 366 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/ultralytics/bbox" "${BBOX_MODELS[@]}"
|
| 367 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/upscale_models" "${UPSCALE_MODELS[@]}"
|
| 368 |
+
verify_and_retry_downloads "${COMFYUI_DIR}/embeddings" "${EMBEDDINGS[@]}"
|
| 369 |
verify_and_retry_downloads "${COMFYUI_DIR}/user/default/workflows" "${WORKFLOWS[@]}"
|
| 370 |
|
| 371 |
log_step "5" "完成配置"
|