Spaces:
Sleeping
Sleeping
minor tidy update
Browse files- README.md +4 -2
- app.py +1 -1
- environment.yaml +0 -37
README.md
CHANGED
|
@@ -12,12 +12,14 @@ 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 |
-
|
|
|
|
| 21 |
month = {December},
|
| 22 |
year = {2023}}
|
| 23 |
```
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
|
| 15 |
+
## [*ViscoNet*: Bridging and Harmonizing Visual and Textual Conditioning for ControlNet](https://arxiv.org/abs/2312.03154)
|
| 16 |
+
|
| 17 |
```
|
| 18 |
@article{cheong2023visconet,
|
| 19 |
author = {Cheong, Soon Yau and Mustafa, Armin and Gilbert, Andrew},
|
| 20 |
title = {ViscoNet: Bridging and Harmonizing Visual and Textual Conditioning for ControlNet},
|
| 21 |
+
eprint={2312.03154},
|
| 22 |
+
archivePrefix={arXiv},
|
| 23 |
month = {December},
|
| 24 |
year = {2023}}
|
| 25 |
```
|
app.py
CHANGED
|
@@ -472,4 +472,4 @@ if __name__ == "__main__":
|
|
| 472 |
|
| 473 |
# Calling the main function with parsed arguments
|
| 474 |
block = create_app()
|
| 475 |
-
block.launch(
|
|
|
|
| 472 |
|
| 473 |
# Calling the main function with parsed arguments
|
| 474 |
block = create_app()
|
| 475 |
+
block.launch()
|
environment.yaml
DELETED
|
@@ -1,37 +0,0 @@
|
|
| 1 |
-
name: control
|
| 2 |
-
channels:
|
| 3 |
-
- pytorch
|
| 4 |
-
- defaults
|
| 5 |
-
dependencies:
|
| 6 |
-
- python=3.8.5
|
| 7 |
-
- pip=20.3
|
| 8 |
-
- cudatoolkit=11.3
|
| 9 |
-
- pytorch=1.12.1
|
| 10 |
-
- torchvision=0.13.1
|
| 11 |
-
- numpy=1.23.1
|
| 12 |
-
- pip:
|
| 13 |
-
- gradio==3.39.0
|
| 14 |
-
- albumentations==1.3.0
|
| 15 |
-
- opencv-contrib-python==4.3.0.36
|
| 16 |
-
- imageio==2.9.0
|
| 17 |
-
- imageio-ffmpeg==0.4.2
|
| 18 |
-
- pytorch-lightning==1.5.0
|
| 19 |
-
- omegaconf==2.1.1
|
| 20 |
-
- test-tube>=0.7.5
|
| 21 |
-
- streamlit==1.12.1
|
| 22 |
-
- einops==0.3.0
|
| 23 |
-
- transformers==4.19.2
|
| 24 |
-
- webdataset==0.2.5
|
| 25 |
-
- kornia==0.6
|
| 26 |
-
- open_clip_torch==2.0.2
|
| 27 |
-
- invisible-watermark>=0.1.5
|
| 28 |
-
- streamlit-drawable-canvas==0.8.0
|
| 29 |
-
- torchmetrics==0.6.0
|
| 30 |
-
- timm==0.6.12
|
| 31 |
-
- addict==2.4.0
|
| 32 |
-
- yapf==0.32.0
|
| 33 |
-
- prettytable==3.6.0
|
| 34 |
-
- safetensors==0.2.7
|
| 35 |
-
- basicsr==1.4.2
|
| 36 |
-
- deepface
|
| 37 |
-
- xformers==0.0.13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|