Skip to content

Commit 338ef81

Browse files
committed
(cu130) Keep ComfyRegistry cache
1 parent 785c7f5 commit 338ef81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builder/stage2.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ cd "$workdir"/ComfyUI_Windows_portable
135135
#rm -rf "$workdir"/ComfyUI_Windows_portable/python_standalone/Lib/site-packages/pymatting
136136
rm -vf "$workdir"/ComfyUI_Windows_portable/*.log
137137
rm -vf "$workdir"/ComfyUI_Windows_portable/ComfyUI/user/*.log
138-
rm -vrf "$workdir"/ComfyUI_Windows_portable/ComfyUI/user/__manager
138+
# Keep Manager's cache (ComfyRegistry)
139+
#rm -vrf "$workdir"/ComfyUI_Windows_portable/ComfyUI/user/__manager
139140

140141
cd "$workdir"/ComfyUI_Windows_portable/ComfyUI/custom_nodes
141142
rm -vf ./ComfyUI-Custom-Scripts/pysssss.json

0 commit comments

Comments
 (0)