Update comfyprov-vastai.sh
Browse files- comfyprov-vastai.sh +13 -3
comfyprov-vastai.sh
CHANGED
|
@@ -24,11 +24,21 @@ NODES=(
|
|
| 24 |
"https://github.com/civitai/civitai_comfy_nodes"
|
| 25 |
"https://github.com/rgthree/rgthree-comfy"
|
| 26 |
"https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
)
|
| 29 |
|
| 30 |
CHECKPOINT_MODELS=(
|
| 31 |
-
|
|
|
|
| 32 |
)
|
| 33 |
|
| 34 |
UNET_MODELS=(
|
|
@@ -41,7 +51,7 @@ LORA_MODELS=(
|
|
| 41 |
|
| 42 |
VAE_MODELS=(
|
| 43 |
"https://huggingface.co/huchukato/favs/resolve/main/VAE/ponyStandardVAE_v10.safetensors"
|
| 44 |
-
"https://huggingface.co/
|
| 45 |
)
|
| 46 |
|
| 47 |
ESRGAN_MODELS=(
|
|
@@ -96,7 +106,7 @@ function provisioning_get_pip_packages() {
|
|
| 96 |
function provisioning_get_nodes() {
|
| 97 |
for repo in "${NODES[@]}"; do
|
| 98 |
dir="${repo##*/}"
|
| 99 |
-
path="${COMFYUI_DIR}custom_nodes/${dir}"
|
| 100 |
requirements="${path}/requirements.txt"
|
| 101 |
if [[ -d $path ]]; then
|
| 102 |
if [[ ${AUTO_UPDATE,,} != "false" ]]; then
|
|
|
|
| 24 |
"https://github.com/civitai/civitai_comfy_nodes"
|
| 25 |
"https://github.com/rgthree/rgthree-comfy"
|
| 26 |
"https://github.com/Koishi-Star/Euler-Smea-Dyn-Sampler"
|
| 27 |
+
"https://github.com/huchukato/ComfyUI-QwenVL-Mod.git"
|
| 28 |
+
"https://github.com/yuvraj108c/ComfyUI-Upscaler-Tensorrt.git"
|
| 29 |
+
"https://github.com/kijai/ComfyUI-KJNodes.git"
|
| 30 |
+
"https://github.com/princepainter/ComfyUI-PainterI2Vadvanced.git"
|
| 31 |
+
"https://github.com/princepainter/ComfyUI-PainterLongVideo.git"
|
| 32 |
+
"https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git"
|
| 33 |
+
"https://github.com/city96/ComfyUI-GGUF.git"
|
| 34 |
+
"https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git"
|
| 35 |
+
"https://github.com/crystian/ComfyUI-Crystools.git"
|
| 36 |
|
| 37 |
)
|
| 38 |
|
| 39 |
CHECKPOINT_MODELS=(
|
| 40 |
+
"https://huggingface.co/huchukato/favs/resolve/main/ckpt/pimpmypony_v20.safetensors"
|
| 41 |
+
"https://huggingface.co/huchukato/favs/resolve/main/ckpt/pimpmypony-v1-fp16-clip-fix.safetensors"
|
| 42 |
)
|
| 43 |
|
| 44 |
UNET_MODELS=(
|
|
|
|
| 51 |
|
| 52 |
VAE_MODELS=(
|
| 53 |
"https://huggingface.co/huchukato/favs/resolve/main/VAE/ponyStandardVAE_v10.safetensors"
|
| 54 |
+
"https://huggingface.co/huchukato/favs/resolve/main/VAE/sdxl.vae.safetensors"
|
| 55 |
)
|
| 56 |
|
| 57 |
ESRGAN_MODELS=(
|
|
|
|
| 106 |
function provisioning_get_nodes() {
|
| 107 |
for repo in "${NODES[@]}"; do
|
| 108 |
dir="${repo##*/}"
|
| 109 |
+
path="${COMFYUI_DIR}/custom_nodes/${dir}"
|
| 110 |
requirements="${path}/requirements.txt"
|
| 111 |
if [[ -d $path ]]; then
|
| 112 |
if [[ ${AUTO_UPDATE,,} != "false" ]]; then
|