Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,19 @@
|
|
1 |
apt-get update
|
|
|
2 |
apt-get install git-lfs
|
|
|
3 |
git lfs install
|
4 |
|
|
|
5 |
git clone https://huggingface.co/spaces/Moldwebs/stable-video-diffusion
|
6 |
|
|
|
7 |
cd stable-video-diffusion
|
8 |
|
|
|
9 |
python -m pip install --upgrade pip
|
|
|
10 |
pip install -r requirements.txt
|
11 |
|
|
|
12 |
watch -n 1 nvidia-smi
|
|
|
1 |
apt-get update
|
2 |
+
|
3 |
apt-get install git-lfs
|
4 |
+
|
5 |
git lfs install
|
6 |
|
7 |
+
|
8 |
git clone https://huggingface.co/spaces/Moldwebs/stable-video-diffusion
|
9 |
|
10 |
+
|
11 |
cd stable-video-diffusion
|
12 |
|
13 |
+
|
14 |
python -m pip install --upgrade pip
|
15 |
+
|
16 |
pip install -r requirements.txt
|
17 |
|
18 |
+
|
19 |
watch -n 1 nvidia-smi
|