Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Ctrl-X: Controlling Structure and Appearance for Text-To-Image Generation Without Guidance (NeurIPS 2024)
|
2 |
|
3 |
<a href="https://arxiv.org/abs/2406.07540"><img src="https://img.shields.io/badge/arXiv-Paper-red"></a>
|
@@ -43,4 +49,4 @@ If you use our code in your research, please cite the following work.
|
|
43 |
title = {Ctrl-X: Controlling Structure and Appearance for Text-To-Image Generation Without Guidance},
|
44 |
year = {2024}
|
45 |
}
|
46 |
-
```
|
|
|
1 |
+
---
|
2 |
+
title: CTRL-X
|
3 |
+
sdk: gradio
|
4 |
+
short_description: Structure and Appearance Control
|
5 |
+
app_file: app_ctrlx.py
|
6 |
+
---
|
7 |
# Ctrl-X: Controlling Structure and Appearance for Text-To-Image Generation Without Guidance (NeurIPS 2024)
|
8 |
|
9 |
<a href="https://arxiv.org/abs/2406.07540"><img src="https://img.shields.io/badge/arXiv-Paper-red"></a>
|
|
|
49 |
title = {Ctrl-X: Controlling Structure and Appearance for Text-To-Image Generation Without Guidance},
|
50 |
year = {2024}
|
51 |
}
|
52 |
+
```
|