Update comfyprov-vastai.sh
Browse files- comfyprov-vastai.sh +14 -6
comfyprov-vastai.sh
CHANGED
|
@@ -19,15 +19,21 @@ NODES=(
|
|
| 19 |
"https://github.com/ltdrdata/ComfyUI-Manager"
|
| 20 |
"https://github.com/cubiq/ComfyUI_essentials"
|
| 21 |
"https://github.com/ltdrdata/ComfyUI-Impact-Pack"
|
| 22 |
-
"https://github.com/MoonGoblinDev/Civicomfy
|
| 23 |
-
"https://github.com/huchukato/comfy-tagcomplete
|
| 24 |
"https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler"
|
| 25 |
-
"https://github.com/huchukato/ComfyUI-QwenVL-Mod
|
| 26 |
-
"https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt
|
| 27 |
-
"https://github.com/ltdrdata/was-node-suite-comfyui
|
|
|
|
| 28 |
|
| 29 |
)
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
CHECKPOINT_MODELS=(
|
| 32 |
)
|
| 33 |
|
|
@@ -44,6 +50,8 @@ VAE_MODELS=(
|
|
| 44 |
)
|
| 45 |
|
| 46 |
ESRGAN_MODELS=(
|
|
|
|
|
|
|
| 47 |
|
| 48 |
)
|
| 49 |
|
|
@@ -73,7 +81,7 @@ function provisioning_start() {
|
|
| 73 |
"${COMFYUI_DIR}/models/vae" \
|
| 74 |
"${VAE_MODELS[@]}"
|
| 75 |
provisioning_get_files \
|
| 76 |
-
"${COMFYUI_DIR}/models/
|
| 77 |
"${ESRGAN_MODELS[@]}"
|
| 78 |
provisioning_print_end
|
| 79 |
}
|
|
|
|
| 19 |
"https://github.com/ltdrdata/ComfyUI-Manager"
|
| 20 |
"https://github.com/cubiq/ComfyUI_essentials"
|
| 21 |
"https://github.com/ltdrdata/ComfyUI-Impact-Pack"
|
| 22 |
+
"https://github.com/MoonGoblinDev/Civicomfy"
|
| 23 |
+
"https://github.com/huchukato/comfy-tagcomplete"
|
| 24 |
"https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler"
|
| 25 |
+
"https://github.com/huchukato/ComfyUI-QwenVL-Mod"
|
| 26 |
+
"https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt"
|
| 27 |
+
"https://github.com/ltdrdata/was-node-suite-comfyui"
|
| 28 |
+
"https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
| 29 |
|
| 30 |
)
|
| 31 |
|
| 32 |
+
WORKFLOWS=(
|
| 33 |
+
)
|
| 34 |
+
|
| 35 |
+
)
|
| 36 |
+
|
| 37 |
CHECKPOINT_MODELS=(
|
| 38 |
)
|
| 39 |
|
|
|
|
| 50 |
)
|
| 51 |
|
| 52 |
ESRGAN_MODELS=(
|
| 53 |
+
"https://huggingface.co/huchukato/favs/resolve/main/ESRGAN/2xLexicaRRDBNet.pth"
|
| 54 |
+
"https://huggingface.co/huchukato/favs/resolve/main/ESRGAN/2xLexicaRRDBNet_Sharp.pth"
|
| 55 |
|
| 56 |
)
|
| 57 |
|
|
|
|
| 81 |
"${COMFYUI_DIR}/models/vae" \
|
| 82 |
"${VAE_MODELS[@]}"
|
| 83 |
provisioning_get_files \
|
| 84 |
+
"${COMFYUI_DIR}/models/upscale_models" \
|
| 85 |
"${ESRGAN_MODELS[@]}"
|
| 86 |
provisioning_print_end
|
| 87 |
}
|