ksangk commited on
Commit
89eb981
·
1 Parent(s): 87d37c2

fix dependency

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. requirements.txt +2 -2
README.md CHANGED
@@ -7,6 +7,7 @@ sdk: gradio
7
  sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
  <div align="center">
@@ -22,7 +23,7 @@ Official implementation of the paper "**Chord: Chain of Rendering Decomposition
22
 
23
  ## License
24
 
25
- This project is released under the **Ubisoft Machine Learning License (Research-Only - Copyleft)**. See the full terms in the [LICENSE](LICENSE) file
26
 
27
  ## Citation
28
 
 
7
  sdk_version: 5.49.1
8
  app_file: app.py
9
  pinned: false
10
+ python_version: 3.12
11
  ---
12
 
13
  <div align="center">
 
23
 
24
  ## License
25
 
26
+ This project is released under the **Ubisoft Machine Learning License (Research-Only - Copyleft)**. See the full terms in the [LICENSE](LICENSE) file.
27
 
28
  ## Citation
29
 
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- --index-url https://download.pytorch.org/whl/cu128
2
  torch
3
  torchvision
4
  huggingface_hub[hf_xet]
5
- diffusers
6
  transformers==4.57.1
7
  tokenizers==0.22.1
8
  omegaconf
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu128
2
  torch
3
  torchvision
4
  huggingface_hub[hf_xet]
5
+ diffusers==0.35.2
6
  transformers==4.57.1
7
  tokenizers==0.22.1
8
  omegaconf