Update gc.sh
Browse files
gc.sh
CHANGED
@@ -20,9 +20,9 @@ cd CU
|
|
20 |
rm -rf output
|
21 |
rm -rf outputs
|
22 |
rm -f comfy*.log
|
23 |
-
rm -rf temp
|
24 |
|
25 |
if [ "$FLAG_1" = "1" ]; then
|
|
|
26 |
sudo rm -rf /tmp/*
|
27 |
pip cache purge
|
28 |
else
|
|
|
20 |
rm -rf output
|
21 |
rm -rf outputs
|
22 |
rm -f comfy*.log
|
|
|
23 |
|
24 |
if [ "$FLAG_1" = "1" ]; then
|
25 |
+
rm -rf ./temp/*
|
26 |
sudo rm -rf /tmp/*
|
27 |
pip cache purge
|
28 |
else
|