Update install.sh
Browse files- install.sh +1 -1
install.sh
CHANGED
|
@@ -45,7 +45,7 @@ rm -rf CU.tar
|
|
| 45 |
curl -L -O https://huggingface.co/zuv0/SDXLF17/resolve/main/downs.sh
|
| 46 |
#git gc
|
| 47 |
if [ ! -d "models" ]; then
|
| 48 |
-
git clone https://huggingface.co/
|
| 49 |
cd models
|
| 50 |
#mkdir -p loras
|
| 51 |
ln -vs ./Lora ./loras
|
|
|
|
| 45 |
curl -L -O https://huggingface.co/zuv0/SDXLF17/resolve/main/downs.sh
|
| 46 |
#git gc
|
| 47 |
if [ ! -d "models" ]; then
|
| 48 |
+
git clone https://huggingface.co/zu01ze/modelsXL models
|
| 49 |
cd models
|
| 50 |
#mkdir -p loras
|
| 51 |
ln -vs ./Lora ./loras
|