Spaces:
Sleeping
Sleeping
fix
Browse files- README.md +11 -0
- requirements.txt +4 -2
README.md
CHANGED
|
@@ -10,3 +10,14 @@ pinned: false
|
|
| 10 |
python_version: 3.8.5
|
| 11 |
license: cc-by-nc-4.0
|
| 12 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
python_version: 3.8.5
|
| 11 |
license: cc-by-nc-4.0
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
## *ViscoNet*: Bridging and Harmonizing Visual and Textual Conditioning for ControlNet
|
| 16 |
+
```
|
| 17 |
+
@article{cheong2023visconet,
|
| 18 |
+
author = {Cheong, Soon Yau and Mustafa, Armin and Gilbert, Andrew},
|
| 19 |
+
title = {ViscoNet: Bridging and Harmonizing Visual and Textual Conditioning for ControlNet},
|
| 20 |
+
journal = {Arxiv Preprint 2312.03154},
|
| 21 |
+
month = {December},
|
| 22 |
+
year = {2023}}
|
| 23 |
+
```
|
requirements.txt
CHANGED
|
@@ -10,7 +10,7 @@ pytorch-lightning==1.5.0
|
|
| 10 |
omegaconf==2.1.1
|
| 11 |
test-tube>=0.7.5
|
| 12 |
einops==0.3.0
|
| 13 |
-
transformers==4.
|
| 14 |
webdataset==0.2.5
|
| 15 |
kornia==0.6
|
| 16 |
open_clip_torch==2.0.2
|
|
@@ -23,5 +23,7 @@ prettytable==3.6.0
|
|
| 23 |
safetensors==0.2.7
|
| 24 |
basicsr==1.4.2
|
| 25 |
xformers==0.0.13
|
| 26 |
-
|
| 27 |
#opencv-contrib-python
|
|
|
|
|
|
|
|
|
| 10 |
omegaconf==2.1.1
|
| 11 |
test-tube>=0.7.5
|
| 12 |
einops==0.3.0
|
| 13 |
+
transformers==4.27.4
|
| 14 |
webdataset==0.2.5
|
| 15 |
kornia==0.6
|
| 16 |
open_clip_torch==2.0.2
|
|
|
|
| 23 |
safetensors==0.2.7
|
| 24 |
basicsr==1.4.2
|
| 25 |
xformers==0.0.13
|
| 26 |
+
deepface
|
| 27 |
#opencv-contrib-python
|
| 28 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 29 |
+
torch
|