lopho commited on
Commit
04793ed
β€’
1 Parent(s): ac20ad3

no time, just use a submodule

Browse files
Files changed (5) hide show
  1. .gitmodules +3 -0
  2. README.md +3 -3
  3. makeavid_sd +1 -0
  4. pre-requirements.txt +0 -1
  5. 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: purple
5
- colorTo: orange
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