Skip to content

Commit f5d7b20

Browse files
committed
Add nodes: comfyui_openvino; ComfyUI-TeaCache
1 parent e647bac commit f5d7b20

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

builder/generate-pak7.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes/raw/refs/heads/main/requi
1313
https://github.com/Amorano/Jovimetrix/raw/refs/heads/main/requirements.txt
1414
https://github.com/chflame163/ComfyUI_LayerStyle/raw/refs/heads/main/repair_dependency_list.txt
1515
https://github.com/chflame163/ComfyUI_LayerStyle/raw/refs/heads/main/requirements.txt
16-
https://github.com/city96/ComfyUI-GGUF/raw/refs/heads/main/requirements.txt
1716
https://github.com/digitaljohn/comfyui-propost/raw/refs/heads/master/requirements.txt
1817
https://github.com/Jonseed/ComfyUI-Detail-Daemon/raw/refs/heads/main/requirements.txt
1918
https://github.com/kijai/ComfyUI-DepthAnythingV2/raw/refs/heads/main/requirements.txt
@@ -22,6 +21,10 @@ https://github.com/mirabarukaso/ComfyUI_Mira/raw/refs/heads/main/requirements.tx
2221
https://github.com/neverbiasu/ComfyUI-SAM2/raw/refs/heads/main/requirements.txt
2322
https://github.com/pydn/ComfyUI-to-Python-Extension/raw/refs/heads/main/requirements.txt
2423
https://github.com/yolain/ComfyUI-Easy-Use/raw/refs/heads/main/requirements.txt
24+
# Performance
25+
https://github.com/openvino-dev-samples/comfyui_openvino/raw/refs/heads/main/requirements.txt
26+
https://github.com/welltop-cn/ComfyUI-TeaCache/raw/refs/heads/main/requirements.txt
27+
https://github.com/city96/ComfyUI-GGUF/raw/refs/heads/main/requirements.txt
2528
)
2629

2730
for line in "${array[@]}";

builder/stage2.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ mkdir models
4242
cd "$workdir"/ComfyUI_Windows_portable/ComfyUI/custom_nodes
4343
$gcs https://github.com/Comfy-Org/ComfyUI-Manager.git
4444

45+
# Performance
46+
$gcs https://github.com/openvino-dev-samples/comfyui_openvino.git
47+
$gcs https://github.com/welltop-cn/ComfyUI-TeaCache.git
48+
$gcs https://github.com/city96/ComfyUI-GGUF.git
49+
4550
# Workspace
4651
$gcs https://github.com/crystian/ComfyUI-Crystools.git
4752
$gcs https://github.com/pydn/ComfyUI-to-Python-Extension.git
@@ -90,7 +95,6 @@ $gcs https://github.com/melMass/comfy_mtb.git
9095

9196
# More
9297
$gcs https://github.com/akatz-ai/ComfyUI-DepthCrafter-Nodes.git
93-
$gcs https://github.com/city96/ComfyUI-GGUF.git
9498
$gcs https://github.com/cubiq/ComfyUI_FaceAnalysis.git
9599
$gcs https://github.com/digitaljohn/comfyui-propost.git
96100
$gcs https://github.com/kijai/ComfyUI-DepthAnythingV2.git

0 commit comments

Comments
 (0)