Spaces:
Runtime error
Runtime error
Commit
·
09b0f26
1
Parent(s):
5e82734
download ckpt bash
Browse files- FateZero/.gitignore +0 -2
- FateZero/ckpt/download.sh +3 -0
FateZero/.gitignore
CHANGED
@@ -3,8 +3,6 @@ chenyangqi
|
|
3 |
trash/**
|
4 |
runs*/**
|
5 |
result/**
|
6 |
-
ckpt/**
|
7 |
-
ckpt
|
8 |
**.whl
|
9 |
stable-diffusion-v1-4
|
10 |
trash
|
|
|
3 |
trash/**
|
4 |
runs*/**
|
5 |
result/**
|
|
|
|
|
6 |
**.whl
|
7 |
stable-diffusion-v1-4
|
8 |
trash
|
FateZero/ckpt/download.sh
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
# download from huggingface face, takes 20G space
|
2 |
+
git lfs install
|
3 |
+
git clone https://huggingface.co/CompVis/stable-diffusion-v1-4
|