Spaces:
Runtime error
Runtime error
no time, just use a submodule
Browse files- .gitmodules +3 -0
- README.md +3 -3
- makeavid_sd +1 -0
- pre-requirements.txt +0 -1
- requirements.txt +0 -1
.gitmodules
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[submodule "makeavid_sd"]
|
2 |
+
path = makeavid_sd
|
3 |
+
url = https://github.com/lopho/makeavid-sd-tpu
|
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
title: Make-A-Video Stable Diffusion Jax
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.28.0
|
8 |
app_file: app.py
|
|
|
1 |
---
|
2 |
title: Make-A-Video Stable Diffusion Jax
|
3 |
+
emoji: π
|
4 |
+
colorFrom: green
|
5 |
+
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.28.0
|
8 |
app_file: app.py
|
makeavid_sd
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
Subproject commit 485bba7570b2cb4cdcffb26c51064149c3c373fe
|
pre-requirements.txt
CHANGED
@@ -3,4 +3,3 @@ setuptools
|
|
3 |
wheel
|
4 |
ninja
|
5 |
cmake
|
6 |
-
git+https://github.com/lopho/makeavid-sd-tpu.git
|
|
|
3 |
wheel
|
4 |
ninja
|
5 |
cmake
|
|
requirements.txt
CHANGED
@@ -3,7 +3,6 @@ pillow
|
|
3 |
transformers
|
4 |
diffusers
|
5 |
einops
|
6 |
-
git+https://github.com/lopho/makeavid-sd-tpu.git
|
7 |
-f https://download.pytorch.org/whl/cpu/torch
|
8 |
torch[cpu]
|
9 |
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|
|
|
3 |
transformers
|
4 |
diffusers
|
5 |
einops
|
|
|
6 |
-f https://download.pytorch.org/whl/cpu/torch
|
7 |
torch[cpu]
|
8 |
-f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
|