Update script.sh
Browse files
script.sh
CHANGED
|
@@ -37,13 +37,6 @@ ULTRALYTICS_BBOX_MODELS=(
|
|
| 37 |
"https://huggingface.co/JCscrew/RisuAI_asset_generator/resolve/main/models/ultralytics/bbox/hand_yolov9c.pt"
|
| 38 |
)
|
| 39 |
|
| 40 |
-
LORA_MODELS=(
|
| 41 |
-
"https://huggingface.co/JCscrew/RisuAI_asset_generator/resolve/main/models/loras/Better_detailed_pussy_and_anus_v3.0.safetensors"
|
| 42 |
-
"https://huggingface.co/JCscrew/RisuAI_asset_generator/resolve/main/models/loras/Breast_size_slider_NNFFS_alpha16.0_rank32_full_last.safetensors"
|
| 43 |
-
"https://huggingface.co/JCscrew/RisuAI_asset_generator/resolve/main/models/loras/Penis_Size_Slider_-_Illustrious_-_Girthy_alpha1.0_rank4_noxattn_250steps.safetensors"
|
| 44 |
-
"https://huggingface.co/JCscrew/RisuAI_asset_generator/resolve/main/models/loras/eye_size_addift.safetensors"
|
| 45 |
-
)
|
| 46 |
-
|
| 47 |
ESRGAN_MODELS=(
|
| 48 |
"https://huggingface.co/JCscrew/RisuAI_asset_generator/resolve/main/models/upscale_models/RealESRGAN_x4plus_anime_6B.pth"
|
| 49 |
)
|
|
@@ -346,7 +339,6 @@ download_to_directory "${COMFYUI_DIR}/models/clip_vision" "${CLIP_VISION_MODELS[
|
|
| 346 |
download_to_directory "${COMFYUI_DIR}/models/ipadapter" "${IPADAPTER_MODELS[@]}"
|
| 347 |
download_to_directory "${COMFYUI_DIR}/models/sams" "${SAM_MODELS[@]}"
|
| 348 |
download_to_directory "${COMFYUI_DIR}/models/ultralytics/bbox" "${ULTRALYTICS_BBOX_MODELS[@]}"
|
| 349 |
-
download_to_directory "${COMFYUI_DIR}/models/loras" "${LORA_MODELS[@]}"
|
| 350 |
download_to_directory "${COMFYUI_DIR}/models/upscale_models" "${ESRGAN_MODELS[@]}"
|
| 351 |
|
| 352 |
if [ ${#WORKFLOWS[@]} -gt 0 ]; then
|
|
@@ -371,7 +363,6 @@ verify_and_retry_downloads "${COMFYUI_DIR}/models/clip_vision" "${CLIP_VISION_MO
|
|
| 371 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/ipadapter" "${IPADAPTER_MODELS[@]}"
|
| 372 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/sams" "${SAM_MODELS[@]}"
|
| 373 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/ultralytics/bbox" "${ULTRALYTICS_BBOX_MODELS[@]}"
|
| 374 |
-
verify_and_retry_downloads "${COMFYUI_DIR}/models/loras" "${LORA_MODELS[@]}"
|
| 375 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/upscale_models" "${ESRGAN_MODELS[@]}"
|
| 376 |
|
| 377 |
log_step "5" "完成配置"
|
|
|
|
| 37 |
"https://huggingface.co/JCscrew/RisuAI_asset_generator/resolve/main/models/ultralytics/bbox/hand_yolov9c.pt"
|
| 38 |
)
|
| 39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
ESRGAN_MODELS=(
|
| 41 |
"https://huggingface.co/JCscrew/RisuAI_asset_generator/resolve/main/models/upscale_models/RealESRGAN_x4plus_anime_6B.pth"
|
| 42 |
)
|
|
|
|
| 339 |
download_to_directory "${COMFYUI_DIR}/models/ipadapter" "${IPADAPTER_MODELS[@]}"
|
| 340 |
download_to_directory "${COMFYUI_DIR}/models/sams" "${SAM_MODELS[@]}"
|
| 341 |
download_to_directory "${COMFYUI_DIR}/models/ultralytics/bbox" "${ULTRALYTICS_BBOX_MODELS[@]}"
|
|
|
|
| 342 |
download_to_directory "${COMFYUI_DIR}/models/upscale_models" "${ESRGAN_MODELS[@]}"
|
| 343 |
|
| 344 |
if [ ${#WORKFLOWS[@]} -gt 0 ]; then
|
|
|
|
| 363 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/ipadapter" "${IPADAPTER_MODELS[@]}"
|
| 364 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/sams" "${SAM_MODELS[@]}"
|
| 365 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/ultralytics/bbox" "${ULTRALYTICS_BBOX_MODELS[@]}"
|
|
|
|
| 366 |
verify_and_retry_downloads "${COMFYUI_DIR}/models/upscale_models" "${ESRGAN_MODELS[@]}"
|
| 367 |
|
| 368 |
log_step "5" "完成配置"
|