comfyui-mcp 0.48.21 → 0.48.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/comfyui/client.js +46 -6
- package/dist/comfyui/client.js.map +1 -1
- package/dist/config.js +15 -0
- package/dist/config.js.map +1 -1
- package/dist/orchestrator/error-text.js +29 -1
- package/dist/orchestrator/error-text.js.map +1 -1
- package/dist/orchestrator/error-text.test.js +28 -0
- package/dist/orchestrator/error-text.test.js.map +1 -1
- package/dist/orchestrator/index.js +151 -50
- package/dist/orchestrator/index.js.map +1 -1
- package/dist/orchestrator/panel-agent.js +21 -4
- package/dist/orchestrator/panel-agent.js.map +1 -1
- package/dist/orchestrator/panel-tools.js +1098 -168
- package/dist/orchestrator/panel-tools.js.map +1 -1
- package/dist/orchestrator/ready-banner.js +70 -0
- package/dist/orchestrator/ready-banner.js.map +1 -0
- package/dist/services/api-nodes.js +5 -7
- package/dist/services/api-nodes.js.map +1 -1
- package/dist/services/download-cache.js +126 -18
- package/dist/services/download-cache.js.map +1 -1
- package/dist/services/download-jobs.js +463 -14
- package/dist/services/download-jobs.js.map +1 -1
- package/dist/services/download-progress.js +247 -2
- package/dist/services/download-progress.js.map +1 -1
- package/dist/services/env-capabilities.js +80 -9
- package/dist/services/env-capabilities.js.map +1 -1
- package/dist/services/generate-audio.js +16 -0
- package/dist/services/generate-audio.js.map +1 -1
- package/dist/services/local-models-fallback.js +7 -3
- package/dist/services/local-models-fallback.js.map +1 -1
- package/dist/services/manifest.js +180 -65
- package/dist/services/manifest.js.map +1 -1
- package/dist/services/model-resolver.js +267 -11
- package/dist/services/model-resolver.js.map +1 -1
- package/dist/services/node-management.js +38 -27
- package/dist/services/node-management.js.map +1 -1
- package/dist/services/output-dir.js +33 -3
- package/dist/services/output-dir.js.map +1 -1
- package/dist/services/panel-secrets.js +19 -7
- package/dist/services/panel-secrets.js.map +1 -1
- package/dist/services/queue-monitor.js +45 -2
- package/dist/services/queue-monitor.js.map +1 -1
- package/dist/services/queue-monitor.stall.test.js +78 -0
- package/dist/services/queue-monitor.stall.test.js.map +1 -0
- package/dist/services/secure-bridge.js +84 -0
- package/dist/services/secure-bridge.js.map +1 -1
- package/dist/services/storage/azure-blob.js +8 -3
- package/dist/services/storage/azure-blob.js.map +1 -1
- package/dist/services/storage/index.js +3 -3
- package/dist/services/storage/index.js.map +1 -1
- package/dist/services/storage/s3.js +9 -3
- package/dist/services/storage/s3.js.map +1 -1
- package/dist/services/ui-bridge.js +294 -24
- package/dist/services/ui-bridge.js.map +1 -1
- package/dist/services/workflow-converter.js +767 -72
- package/dist/services/workflow-converter.js.map +1 -1
- package/dist/services/workflow-lock.js +127 -27
- package/dist/services/workflow-lock.js.map +1 -1
- package/dist/services/workspace-env.js +48 -0
- package/dist/services/workspace-env.js.map +1 -1
- package/dist/tools/generate-audio.js +44 -0
- package/dist/tools/generate-audio.js.map +1 -1
- package/dist/tools/model-extras.js +24 -4
- package/dist/tools/model-extras.js.map +1 -1
- package/dist/tools/model-management.js +124 -14
- package/dist/tools/model-management.js.map +1 -1
- package/dist/tools/report-issue.js +220 -66
- package/dist/tools/report-issue.js.map +1 -1
- package/dist/tools/report-issue.test.js +223 -83
- package/dist/tools/report-issue.test.js.map +1 -1
- package/dist/tools/skills-access.js +7 -2
- package/dist/tools/skills-access.js.map +1 -1
- package/dist/tools/template-schema.js +5 -5
- package/dist/tools/template-schema.js.map +1 -1
- package/dist/tools/workflow-compose.js +18 -3
- package/dist/tools/workflow-compose.js.map +1 -1
- package/package.json +1 -1
- package/packs/anima/install-runpod.sh +0 -1
- package/packs/anima/install-windows.bat +0 -1
- package/packs/anima/manifest.yaml +0 -1
- package/packs/anima-img2img/install-runpod.sh +0 -1
- package/packs/anima-img2img/install-windows.bat +0 -1
- package/packs/anima-img2img/manifest.yaml +0 -1
- package/packs/anima-inpaint/install-runpod.sh +0 -1
- package/packs/anima-inpaint/install-windows.bat +0 -1
- package/packs/anima-inpaint/manifest.yaml +0 -1
- package/packs/anima-txt2img/install-runpod.sh +0 -1
- package/packs/anima-txt2img/install-windows.bat +0 -1
- package/packs/anima-txt2img/manifest.yaml +0 -1
- package/packs/artokun-flow/install-runpod.sh +0 -1
- package/packs/artokun-flow/install-windows.bat +0 -1
- package/packs/artokun-flow/manifest.yaml +0 -1
- package/packs/ernie/install-runpod.sh +0 -1
- package/packs/ernie/install-windows.bat +0 -1
- package/packs/ernie/manifest.yaml +0 -1
- package/packs/ernie-combo/install-runpod.sh +0 -1
- package/packs/ernie-combo/install-windows.bat +0 -1
- package/packs/ernie-combo/manifest.yaml +0 -1
- package/packs/ernie-img2img/install-runpod.sh +0 -1
- package/packs/ernie-img2img/install-windows.bat +0 -1
- package/packs/ernie-img2img/manifest.yaml +0 -1
- package/packs/ernie-txt2img/install-runpod.sh +0 -1
- package/packs/ernie-txt2img/install-windows.bat +0 -1
- package/packs/ernie-txt2img/manifest.yaml +0 -1
- package/packs/ideogram/install-runpod.sh +0 -1
- package/packs/ideogram/install-windows.bat +0 -1
- package/packs/ideogram/manifest.yaml +0 -1
- package/packs/ideogram-img2img/install-runpod.sh +0 -1
- package/packs/ideogram-img2img/install-windows.bat +0 -1
- package/packs/ideogram-img2img/manifest.yaml +0 -1
- package/packs/ideogram-txt2img/install-runpod.sh +0 -1
- package/packs/ideogram-txt2img/install-windows.bat +0 -1
- package/packs/ideogram-txt2img/manifest.yaml +0 -1
- package/packs/ltx-2.3/install-runpod.sh +0 -1
- package/packs/ltx-2.3/install-windows.bat +0 -1
- package/packs/ltx-2.3/manifest.yaml +0 -1
- package/packs/ltx-2.3-extender/install-runpod.sh +0 -1
- package/packs/ltx-2.3-extender/install-windows.bat +0 -1
- package/packs/ltx-2.3-extender/manifest.yaml +0 -1
- package/packs/ltx-2.3-extender-no-audio/install-runpod.sh +0 -1
- package/packs/ltx-2.3-extender-no-audio/install-windows.bat +0 -1
- package/packs/ltx-2.3-extender-no-audio/manifest.yaml +0 -1
- package/packs/ltx-2.3-flf/install-runpod.sh +0 -1
- package/packs/ltx-2.3-flf/install-windows.bat +0 -1
- package/packs/ltx-2.3-flf/manifest.yaml +0 -1
- package/packs/ltx-2.3-img2vid/install-runpod.sh +0 -1
- package/packs/ltx-2.3-img2vid/install-windows.bat +0 -1
- package/packs/ltx-2.3-img2vid/manifest.yaml +3 -4
- package/packs/ltx-2.3-txt2vid/install-runpod.sh +0 -1
- package/packs/ltx-2.3-txt2vid/install-windows.bat +0 -1
- package/packs/ltx-2.3-txt2vid/manifest.yaml +3 -4
- package/packs/ltx-2.3-xy-plot/install-runpod.sh +0 -1
- package/packs/ltx-2.3-xy-plot/install-windows.bat +0 -1
- package/packs/ltx-2.3-xy-plot/manifest.yaml +0 -1
- package/packs/ltx23-distill-3stage/install-runpod.sh +0 -1
- package/packs/ltx23-distill-3stage/install-windows.bat +0 -1
- package/packs/ltx23-distill-3stage/manifest.yaml +0 -1
- package/packs/qwen-image/install-runpod.sh +0 -1
- package/packs/qwen-image/install-windows.bat +0 -1
- package/packs/qwen-image/manifest.yaml +0 -1
- package/packs/qwen-image-edit/install-runpod.sh +0 -1
- package/packs/qwen-image-edit/install-windows.bat +0 -1
- package/packs/qwen-image-edit/manifest.yaml +0 -1
- package/packs/qwen-image-edit-edit/install-runpod.sh +0 -1
- package/packs/qwen-image-edit-edit/install-windows.bat +0 -1
- package/packs/qwen-image-edit-edit/manifest.yaml +0 -1
- package/packs/wan-animate/install-runpod.sh +0 -1
- package/packs/wan-animate/install-windows.bat +0 -1
- package/packs/wan-animate/manifest.yaml +0 -1
- package/packs/wan-animate-character/install-runpod.sh +0 -1
- package/packs/wan-animate-character/install-windows.bat +0 -1
- package/packs/wan-animate-character/manifest.yaml +0 -1
- package/packs/wan-animate-ofm/install-runpod.sh +0 -1
- package/packs/wan-animate-ofm/install-windows.bat +0 -1
- package/packs/wan-animate-ofm/manifest.yaml +0 -1
- package/packs/wan-longer-videos/install-runpod.sh +0 -1
- package/packs/wan-longer-videos/install-windows.bat +0 -1
- package/packs/wan-longer-videos/manifest.yaml +0 -1
- package/packs/wan-longer-videos-i2v/install-runpod.sh +0 -1
- package/packs/wan-longer-videos-i2v/install-windows.bat +0 -1
- package/packs/wan-longer-videos-i2v/manifest.yaml +0 -1
- package/packs/wan-longer-videos-i2v-96gb/install-runpod.sh +0 -1
- package/packs/wan-longer-videos-i2v-96gb/install-windows.bat +0 -1
- package/packs/wan-longer-videos-i2v-96gb/manifest.yaml +0 -1
- package/packs/wan-longer-videos-t2v/install-runpod.sh +0 -1
- package/packs/wan-longer-videos-t2v/install-windows.bat +0 -1
- package/packs/wan-longer-videos-t2v/manifest.yaml +0 -1
- package/packs/wan-longer-videos-t2v-96gb/install-runpod.sh +0 -1
- package/packs/wan-longer-videos-t2v-96gb/install-windows.bat +0 -1
- package/packs/wan-longer-videos-t2v-96gb/manifest.yaml +0 -1
- package/packs/wan-longer-videos-v2v/install-runpod.sh +0 -1
- package/packs/wan-longer-videos-v2v/install-windows.bat +0 -1
- package/packs/wan-longer-videos-v2v/manifest.yaml +0 -1
- package/packs/wan-longer-videos-v2v-96gb/install-runpod.sh +0 -1
- package/packs/wan-longer-videos-v2v-96gb/install-windows.bat +0 -1
- package/packs/wan-longer-videos-v2v-96gb/manifest.yaml +0 -1
- package/packs/wan-multitalk/install-runpod.sh +0 -1
- package/packs/wan-multitalk/install-windows.bat +0 -1
- package/packs/wan-multitalk/manifest.yaml +0 -1
- package/packs/wan-pusa-extend/install-runpod.sh +0 -1
- package/packs/wan-pusa-extend/install-windows.bat +0 -1
- package/packs/wan-pusa-extend/manifest.yaml +0 -1
- package/packs/wan-transparent/install-runpod.sh +0 -1
- package/packs/wan-transparent/install-windows.bat +0 -1
- package/packs/wan-transparent/manifest.yaml +0 -1
- package/packs/wan-transparent-img2vid/install-runpod.sh +0 -1
- package/packs/wan-transparent-img2vid/install-windows.bat +0 -1
- package/packs/wan-transparent-img2vid/manifest.yaml +0 -1
- package/packs/wan-transparent-img2vid-96gb/install-runpod.sh +0 -1
- package/packs/wan-transparent-img2vid-96gb/install-windows.bat +0 -1
- package/packs/wan-transparent-img2vid-96gb/manifest.yaml +0 -1
- package/packs/z-image-base/install-runpod.sh +0 -1
- package/packs/z-image-base/install-windows.bat +0 -1
- package/packs/z-image-base/manifest.yaml +0 -1
- package/packs/z-image-base-combo/install-runpod.sh +0 -1
- package/packs/z-image-base-combo/install-windows.bat +0 -1
- package/packs/z-image-base-combo/manifest.yaml +0 -1
- package/packs/z-image-base-controlnet/install-runpod.sh +0 -1
- package/packs/z-image-base-controlnet/install-windows.bat +0 -1
- package/packs/z-image-base-controlnet/manifest.yaml +0 -1
- package/packs/z-image-base-img2img/install-runpod.sh +0 -1
- package/packs/z-image-base-img2img/install-windows.bat +0 -1
- package/packs/z-image-base-img2img/manifest.yaml +0 -1
- package/packs/z-image-base-inpaint/install-runpod.sh +0 -1
- package/packs/z-image-base-inpaint/install-windows.bat +0 -1
- package/packs/z-image-base-inpaint/manifest.yaml +0 -1
- package/packs/z-image-base-txt2img/install-runpod.sh +0 -1
- package/packs/z-image-base-txt2img/install-windows.bat +0 -1
- package/packs/z-image-base-txt2img/manifest.yaml +0 -1
- package/packs/z-image-turbo/install-runpod.sh +0 -1
- package/packs/z-image-turbo/install-windows.bat +0 -1
- package/packs/z-image-turbo/manifest.yaml +0 -1
- package/packs/z-image-turbo-combo/install-runpod.sh +0 -1
- package/packs/z-image-turbo-combo/install-windows.bat +0 -1
- package/packs/z-image-turbo-combo/manifest.yaml +0 -1
- package/packs/z-image-turbo-controlnet/install-runpod.sh +0 -1
- package/packs/z-image-turbo-controlnet/install-windows.bat +0 -1
- package/packs/z-image-turbo-controlnet/manifest.yaml +0 -1
- package/packs/z-image-turbo-detail-daemon/install-runpod.sh +0 -1
- package/packs/z-image-turbo-detail-daemon/install-windows.bat +0 -1
- package/packs/z-image-turbo-detail-daemon/manifest.yaml +0 -1
- package/packs/z-image-turbo-img2img/install-runpod.sh +0 -1
- package/packs/z-image-turbo-img2img/install-windows.bat +0 -1
- package/packs/z-image-turbo-img2img/manifest.yaml +0 -1
- package/packs/z-image-turbo-inpainting/install-runpod.sh +0 -1
- package/packs/z-image-turbo-inpainting/install-windows.bat +0 -1
- package/packs/z-image-turbo-inpainting/manifest.yaml +0 -1
- package/packs/z-image-turbo-txt2img/install-runpod.sh +0 -1
- package/packs/z-image-turbo-txt2img/install-windows.bat +0 -1
- package/packs/z-image-turbo-txt2img/manifest.yaml +0 -1
- package/packs/z-image-xy-plot/install-runpod.sh +0 -1
- package/packs/z-image-xy-plot/install-windows.bat +0 -1
- package/packs/z-image-xy-plot/manifest.yaml +0 -1
- package/scripts/test-packs.sh +8 -3
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
31
30
|
clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
21
20
|
call :clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
31
30
|
clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
21
20
|
call :clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
|
|
20
19
|
echo -------- pip (manifest extras) --------
|
|
21
20
|
"%PY%" -m pip install "imageio-ffmpeg"
|
|
@@ -13,10 +13,9 @@
|
|
|
13
13
|
pip:
|
|
14
14
|
- imageio-ffmpeg # CreateVideo/SaveVideo need an ffmpeg for the mux
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
16
|
+
# All LTX 2.3 nodes are native to current ComfyUI (comfy_extras); this pack
|
|
17
|
+
# needs no custom nodes. Update ComfyUI itself to a recent build.
|
|
18
|
+
custom_nodes: []
|
|
20
19
|
|
|
21
20
|
models:
|
|
22
21
|
# --- Main checkpoint: 22B dev transformer + audio VAE (~46 GB) ---
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
|
|
20
19
|
echo -------- pip (manifest extras) --------
|
|
21
20
|
"%PY%" -m pip install "imageio-ffmpeg"
|
|
@@ -12,10 +12,9 @@
|
|
|
12
12
|
pip:
|
|
13
13
|
- imageio-ffmpeg # CreateVideo/SaveVideo need an ffmpeg for the mux
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
15
|
+
# All LTX 2.3 nodes are native to current ComfyUI (comfy_extras); this pack
|
|
16
|
+
# needs no custom nodes. Update ComfyUI itself to a recent build.
|
|
17
|
+
custom_nodes: []
|
|
19
18
|
|
|
20
19
|
models:
|
|
21
20
|
# --- Main checkpoint: 22B dev transformer + audio VAE (~46 GB) ---
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
31
30
|
clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
21
20
|
call :clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
31
30
|
clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
21
20
|
call :clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -16,7 +16,6 @@ pip:
|
|
|
16
16
|
# (Power Lora Loader), VHS (LoadImagePath/VideoCombine), ComfyMath, plus the rest
|
|
17
17
|
# of the shared ULTRA toolchain (ResizeImagesByLongerEdge et al.).
|
|
18
18
|
custom_nodes:
|
|
19
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
20
19
|
- https://github.com/city96/ComfyUI-GGUF
|
|
21
20
|
- https://github.com/rgthree/rgthree-comfy
|
|
22
21
|
- https://github.com/yolain/ComfyUI-Easy-Use
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
31
30
|
clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
21
20
|
call :clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
31
30
|
clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
21
20
|
call :clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
pip: []
|
|
14
14
|
|
|
15
15
|
custom_nodes:
|
|
16
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
17
16
|
# ComfyUI-GGUF (city96) — provides UnetLoaderGGUF + CLIPLoaderGGUF used by both workflows.
|
|
18
17
|
- https://github.com/city96/ComfyUI-GGUF
|
|
19
18
|
# rgthree-comfy — Power Lora Loader, Image Comparer, Label, Fast Groups Bypasser.
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
31
30
|
clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
21
20
|
call :clone "ComfyUI-Easy-Use" "https://github.com/yolain/ComfyUI-Easy-Use"
|
|
@@ -13,7 +13,6 @@
|
|
|
13
13
|
pip: []
|
|
14
14
|
|
|
15
15
|
custom_nodes:
|
|
16
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
17
16
|
# ComfyUI-GGUF (city96) — provides UnetLoaderGGUF + CLIPLoaderGGUF.
|
|
18
17
|
- https://github.com/city96/ComfyUI-GGUF
|
|
19
18
|
# rgthree-comfy — Power Lora Loader, Image Comparer, Label, Fast Groups Bypasser.
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-WanVideoWrapper" "https://github.com/kijai/ComfyUI-WanVideoWrapper"
|
|
30
29
|
clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
31
30
|
clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-WanVideoWrapper" "https://github.com/kijai/ComfyUI-WanVideoWrapper"
|
|
20
19
|
call :clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
21
20
|
call :clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-WanVideoWrapper" "https://github.com/kijai/ComfyUI-WanVideoWrapper"
|
|
30
29
|
clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
31
30
|
clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-WanVideoWrapper" "https://github.com/kijai/ComfyUI-WanVideoWrapper"
|
|
20
19
|
call :clone "rgthree-comfy" "https://github.com/rgthree/rgthree-comfy"
|
|
21
20
|
call :clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
|
|
@@ -10,7 +10,6 @@ pip: []
|
|
|
10
10
|
# Full superset from the wan-animate monolith (safe — the slice spans WanVideo
|
|
11
11
|
# sampler/decode, SeC segmentation, WanAnimate pose/face preprocess, and VHS I/O).
|
|
12
12
|
custom_nodes:
|
|
13
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
14
13
|
- https://github.com/kijai/ComfyUI-WanVideoWrapper
|
|
15
14
|
- https://github.com/rgthree/rgthree-comfy
|
|
16
15
|
- https://github.com/kijai/ComfyUI-KJNodes
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-WanVideoWrapper" "https://github.com/kijai/ComfyUI-WanVideoWrapper"
|
|
30
29
|
clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
|
|
31
30
|
clone "ComfyUI-WanAnimatePreprocess" "https://github.com/kijai/ComfyUI-WanAnimatePreprocess"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-WanVideoWrapper" "https://github.com/kijai/ComfyUI-WanVideoWrapper"
|
|
20
19
|
call :clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
|
|
21
20
|
call :clone "ComfyUI-WanAnimatePreprocess" "https://github.com/kijai/ComfyUI-WanAnimatePreprocess"
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
pip: []
|
|
20
20
|
|
|
21
21
|
custom_nodes:
|
|
22
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
23
22
|
- https://github.com/kijai/ComfyUI-WanVideoWrapper # WanVideo* (model/vae/lora/sampler/decode/animate/uni3c)
|
|
24
23
|
- https://github.com/kijai/ComfyUI-KJNodes # DrawMaskOnImage, BlockifyMask, GrowMaskWithBlur, ImageResizeKJv2, GetImageSizeAndCount
|
|
25
24
|
- https://github.com/kijai/ComfyUI-WanAnimatePreprocess # PoseAndFaceDetection, OnnxDetectionModelLoader (vitpose+yolov10m auto-download)
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
31
30
|
clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
21
20
|
call :clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -19,7 +19,6 @@ custom_nodes:
|
|
|
19
19
|
# (The full installer also clones controlnet_aux, UltimateSDUpscale, essentials,
|
|
20
20
|
# MagCache, wlsh_nodes, comfyui-vrgamedevgirl, RES4LYF, Impact-Pack and
|
|
21
21
|
# WanVideoWrapper, but the Longer-Videos workflow does not use those node types.)
|
|
22
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
23
22
|
- https://github.com/city96/ComfyUI-GGUF # UnetLoaderGGUF / CLIPLoaderGGUF
|
|
24
23
|
- https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite # VHS_* (load/combine/select)
|
|
25
24
|
- https://github.com/Fannovel16/ComfyUI-Frame-Interpolation # RIFE VFI (auto-downloads rife49.pth)
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
31
30
|
clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
21
20
|
call :clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -9,7 +9,6 @@ pip: []
|
|
|
9
9
|
custom_nodes:
|
|
10
10
|
# Full superset from the monolith manifest (safe — covers every node type the
|
|
11
11
|
# slice could reference plus the shared post-proc the closure may pull in).
|
|
12
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
13
12
|
- https://github.com/city96/ComfyUI-GGUF # UnetLoaderGGUF / CLIPLoaderGGUF
|
|
14
13
|
- https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite # VHS_* (combine/select/load)
|
|
15
14
|
- https://github.com/Fannovel16/ComfyUI-Frame-Interpolation # RIFE VFI (auto-downloads rife49.pth)
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
31
30
|
clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
21
20
|
call :clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -10,7 +10,6 @@ pip: []
|
|
|
10
10
|
custom_nodes:
|
|
11
11
|
# Full superset from the monolith manifest (safe — covers every node type the
|
|
12
12
|
# slice could reference plus the shared post-proc the closure may pull in).
|
|
13
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
14
13
|
- https://github.com/city96/ComfyUI-GGUF # UnetLoaderGGUF / CLIPLoaderGGUF
|
|
15
14
|
- https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite # VHS_* (combine/select/load)
|
|
16
15
|
- https://github.com/Fannovel16/ComfyUI-Frame-Interpolation # RIFE VFI (auto-downloads rife49.pth)
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
31
30
|
clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
21
20
|
call :clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -10,7 +10,6 @@ pip: []
|
|
|
10
10
|
custom_nodes:
|
|
11
11
|
# Full superset from the monolith manifest (safe — covers every node type the
|
|
12
12
|
# slice could reference plus the shared post-proc the closure may pull in).
|
|
13
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
14
13
|
- https://github.com/city96/ComfyUI-GGUF # UnetLoaderGGUF / CLIPLoaderGGUF
|
|
15
14
|
- https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite # VHS_* (combine/select/load)
|
|
16
15
|
- https://github.com/Fannovel16/ComfyUI-Frame-Interpolation # RIFE VFI (auto-downloads rife49.pth)
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
31
30
|
clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
21
20
|
call :clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -10,7 +10,6 @@ pip: []
|
|
|
10
10
|
custom_nodes:
|
|
11
11
|
# Full superset from the monolith manifest (safe — covers every node type the
|
|
12
12
|
# slice could reference plus the shared post-proc the closure may pull in).
|
|
13
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
14
13
|
- https://github.com/city96/ComfyUI-GGUF # UnetLoaderGGUF / CLIPLoaderGGUF
|
|
15
14
|
- https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite # VHS_* (combine/select/load)
|
|
16
15
|
- https://github.com/Fannovel16/ComfyUI-Frame-Interpolation # RIFE VFI (auto-downloads rife49.pth)
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
31
30
|
clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
21
20
|
call :clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -9,7 +9,6 @@ pip: []
|
|
|
9
9
|
custom_nodes:
|
|
10
10
|
# Full superset from the monolith manifest (safe — covers every node type the
|
|
11
11
|
# slice could reference plus the shared post-proc the closure may pull in).
|
|
12
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
13
12
|
- https://github.com/city96/ComfyUI-GGUF # UnetLoaderGGUF / CLIPLoaderGGUF
|
|
14
13
|
- https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite # VHS_* (combine/select/load)
|
|
15
14
|
- https://github.com/Fannovel16/ComfyUI-Frame-Interpolation # RIFE VFI (auto-downloads rife49.pth)
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
30
29
|
clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
31
30
|
clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-GGUF" "https://github.com/city96/ComfyUI-GGUF"
|
|
20
19
|
call :clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
21
20
|
call :clone "ComfyUI-Frame-Interpolation" "https://github.com/Fannovel16/ComfyUI-Frame-Interpolation"
|
|
@@ -10,7 +10,6 @@ pip: []
|
|
|
10
10
|
custom_nodes:
|
|
11
11
|
# Full superset from the monolith manifest (safe — covers every node type the
|
|
12
12
|
# slice could reference plus the shared post-proc the closure may pull in).
|
|
13
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
14
13
|
- https://github.com/city96/ComfyUI-GGUF # UnetLoaderGGUF / CLIPLoaderGGUF
|
|
15
14
|
- https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite # VHS_* (combine/select/load)
|
|
16
15
|
- https://github.com/Fannovel16/ComfyUI-Frame-Interpolation # RIFE VFI (auto-downloads rife49.pth)
|
|
@@ -28,7 +28,6 @@ echo "-------- custom nodes --------"
|
|
|
28
28
|
clone "ComfyUI-WanVideoWrapper" "https://github.com/kijai/ComfyUI-WanVideoWrapper.git"
|
|
29
29
|
clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes.git"
|
|
30
30
|
clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git"
|
|
31
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
32
31
|
|
|
33
32
|
echo "-------- pip (manifest extras) --------"
|
|
34
33
|
"$PY" -m pip install "imageio-ffmpeg"
|
|
@@ -18,7 +18,6 @@ echo -------- custom nodes --------
|
|
|
18
18
|
call :clone "ComfyUI-WanVideoWrapper" "https://github.com/kijai/ComfyUI-WanVideoWrapper.git"
|
|
19
19
|
call :clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes.git"
|
|
20
20
|
call :clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git"
|
|
21
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
22
21
|
|
|
23
22
|
echo -------- pip (manifest extras) --------
|
|
24
23
|
"%PY%" -m pip install "imageio-ffmpeg"
|
|
@@ -20,7 +20,6 @@ custom_nodes:
|
|
|
20
20
|
- https://github.com/kijai/ComfyUI-WanVideoWrapper.git # WanVideo*/MultiTalk*/Wav2Vec/T5 nodes
|
|
21
21
|
- https://github.com/kijai/ComfyUI-KJNodes.git # ImageResizeKJv2
|
|
22
22
|
- https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git # VHS_VideoCombine
|
|
23
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
24
23
|
|
|
25
24
|
models:
|
|
26
25
|
# --- WAN 2.1 14B Image-to-Video 480p, GGUF Q8 (main transformer) ---
|
|
@@ -25,7 +25,6 @@ grab() { # relpath url
|
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
echo "-------- custom nodes --------"
|
|
28
|
-
clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
29
28
|
clone "ComfyUI-WanVideoWrapper" "https://github.com/kijai/ComfyUI-WanVideoWrapper"
|
|
30
29
|
clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
|
|
31
30
|
clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
@@ -15,7 +15,6 @@ if not exist "%PY%" set "PY=python"
|
|
|
15
15
|
echo using python: %PY%
|
|
16
16
|
|
|
17
17
|
echo -------- custom nodes --------
|
|
18
|
-
call :clone "ComfyUI-Manager" "https://github.com/ltdrdata/ComfyUI-Manager.git"
|
|
19
18
|
call :clone "ComfyUI-WanVideoWrapper" "https://github.com/kijai/ComfyUI-WanVideoWrapper"
|
|
20
19
|
call :clone "ComfyUI-KJNodes" "https://github.com/kijai/ComfyUI-KJNodes"
|
|
21
20
|
call :clone "ComfyUI-VideoHelperSuite" "https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite"
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
pip: []
|
|
13
13
|
|
|
14
14
|
custom_nodes:
|
|
15
|
-
- https://github.com/ltdrdata/ComfyUI-Manager.git
|
|
16
15
|
- https://github.com/kijai/ComfyUI-WanVideoWrapper # WanVideo* (model loader / sampler / encode / AddPusaNoise / scheduler / text encode)
|
|
17
16
|
- https://github.com/kijai/ComfyUI-KJNodes # ColorMatchV2, ImageResizeKJv2, GetImageRangeFromBatch, CreateScheduleFloatList, GetLatentSizeAndCount, ImageBatchMulti/ImageConcatMulti, Get/SetNode
|
|
18
17
|
- https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite # VHS_LoadVideo / VHS_VideoCombine
|