Update MeitabuPackreatorComfyUi3.sh
Browse files
MeitabuPackreatorComfyUi3.sh
CHANGED
|
@@ -41,6 +41,8 @@ readonly CUSTOM_NODES=(
|
|
| 41 |
"https://github.com/rgthree/rgthree-comfy"
|
| 42 |
"https://github.com/adbrasi/rand0micoUploader"
|
| 43 |
"https://github.com/ssitu/ComfyUI_UltimateSDUpscale"
|
|
|
|
|
|
|
| 44 |
)
|
| 45 |
|
| 46 |
# Custom Nodes from Registry
|
|
@@ -52,6 +54,7 @@ readonly REGISTRY_NODES=(
|
|
| 52 |
# Files to Download - Format: "URL|target_subdir|filename"
|
| 53 |
readonly DOWNLOAD_FILES=(
|
| 54 |
"https://civitai.com/api/download/models/1761560?type=Model&format=SafeTensor&size=pruned&fp=fp16|checkpoints|"
|
|
|
|
| 55 |
"https://civitai.com/api/download/models/1268294?type=Model&format=SafeTensor|loras|"
|
| 56 |
"https://civitai.com/api/download/models/1715330?type=Model&format=SafeTensor|loras|"
|
| 57 |
"https://civitai.com/api/download/models/1499397?type=Model&format=SafeTensor|loras|"
|
|
|
|
| 41 |
"https://github.com/rgthree/rgthree-comfy"
|
| 42 |
"https://github.com/adbrasi/rand0micoUploader"
|
| 43 |
"https://github.com/ssitu/ComfyUI_UltimateSDUpscale"
|
| 44 |
+
"https://github.com/adbrasi/Importador"
|
| 45 |
+
"https://github.com/adbrasi/comfydodi"
|
| 46 |
)
|
| 47 |
|
| 48 |
# Custom Nodes from Registry
|
|
|
|
| 54 |
# Files to Download - Format: "URL|target_subdir|filename"
|
| 55 |
readonly DOWNLOAD_FILES=(
|
| 56 |
"https://civitai.com/api/download/models/1761560?type=Model&format=SafeTensor&size=pruned&fp=fp16|checkpoints|"
|
| 57 |
+
"https://civitai.com/api/download/models/1522463?type=Model&format=SafeTensor&size=full&fp=fp16|checkpoints|"
|
| 58 |
"https://civitai.com/api/download/models/1268294?type=Model&format=SafeTensor|loras|"
|
| 59 |
"https://civitai.com/api/download/models/1715330?type=Model&format=SafeTensor|loras|"
|
| 60 |
"https://civitai.com/api/download/models/1499397?type=Model&format=SafeTensor|loras|"
|