Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Jan 7, 2025
1 parent 3ab96f0 commit 49b7e4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion builder/stage2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,14 @@ cd "$workdir"/ComfyUI_Windows_portable
# DO NOT clean pymatting cache, they are nbi/nbc files for Numba, and won't be regenerated.
#rm -rf "$workdir"/ComfyUI_Windows_portable/python_embeded/Lib/site-packages/pymatting
rm -vf "$workdir"/ComfyUI_Windows_portable/*.log
rm -vrf "$workdir"/ComfyUI_Windows_portable/ComfyUI/user/default/ComfyUI-Manager

cd "$workdir"/ComfyUI_Windows_portable/ComfyUI/custom_nodes
rm -vf ./was-node-suite-comfyui/was_suite_config.json
rm -vf ./ComfyUI-Custom-Scripts/pysssss.json
rm -vf ./ComfyUI-Easy-Use/config.yaml
rm -vf ./ComfyUI-Impact-Pack/impact-pack.ini
rm -vf ./Jovimetrix/web/config.json
rm -vf ./was-node-suite-comfyui/was_suite_config.json

cd "$workdir"/ComfyUI_Windows_portable/ComfyUI/custom_nodes/ComfyUI-Manager
git reset --hard
Expand Down

0 comments on commit 49b7e4c

Please sign in to comment.