Update install.sh
Browse files- install.sh +1 -0
install.sh
CHANGED
|
@@ -76,6 +76,7 @@ case $CHECKPOINT in
|
|
| 76 |
;;
|
| 77 |
esac
|
| 78 |
|
|
|
|
| 79 |
git clone https://huggingface.co/zuv0/RC$RC
|
| 80 |
cd RC$RC
|
| 81 |
git repack -a -d --depth=250 --window=250
|
|
|
|
| 76 |
;;
|
| 77 |
esac
|
| 78 |
|
| 79 |
+
cd /workspace/firstContainer/SD/models/Lora
|
| 80 |
git clone https://huggingface.co/zuv0/RC$RC
|
| 81 |
cd RC$RC
|
| 82 |
git repack -a -d --depth=250 --window=250
|