From 5195bf887ead6d942ea3aa4b45e38dcd460eca39 Mon Sep 17 00:00:00 2001 From: Jordan Lin Date: Tue, 11 Jun 2024 19:02:10 -0700 Subject: [PATCH] Added arXiv link and updated BibTeX citation --- README.md | 14 ++++++++------ docs/index.html | 14 ++++++++------ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index daa511c..8a80c7e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ctrl-X: Controlling Structure and Appearance for Text-To-Image Generation Without Guidance - + [![GitHub](https://img.shields.io/github/stars/genforce/ctrl-x?style=social)](https://github.com/genforce/ctrl-x) @@ -15,10 +15,12 @@ Code release is coming soon! ## Reference ```bibtex -@article{lin2024ctrlx, - title = {Ctrl-X: Controlling Structure and Appearance for Text-To-Image Generation Without Guidance}, - author = {Lin, {Kuan Heng} and Mo, Sicheng and Klingher, Ben and Mu, Fangzhou and Zhou, Bolei}, - journal = {arXiv preprint arXiv:[numbers]}, - year = {2024} +@misc{lin2024ctrlx, + title = {Ctrl-X: Controlling Structure and Appearance for Text-To-Image Generation Without Guidance}, + author = {Lin, {Kuan Heng} and Mo, Sicheng and Klingher, Ben and Mu, Fangzhou and Zhou, Bolei}, + year = {2024}, + eprint = {2406.07540}, + archivePrefix = {arXiv}, + primaryClass = {cs.CV} } ``` diff --git a/docs/index.html b/docs/index.html index e25c60a..ce6b3e5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -45,7 +45,7 @@ *Equal contribution
@@ -128,11 +128,13 @@
BibTeX
-@article{lin2024ctrlx,
-  title   = {Ctrl-X: Controlling Structure and Appearance for Text-To-Image Generation Without Guidance},
-  author  = {Lin, {Kuan Heng} and Mo, Sicheng and Klingher, Ben and Mu, Fangzhou and Zhou, Bolei},
-  journal = {arXiv preprint arXiv:[numbers]},
-  year    = {2024}
+@misc{lin2024ctrlx,
+    title = {Ctrl-X: Controlling Structure and Appearance for Text-To-Image Generation Without Guidance}, 
+    author = {Lin, {Kuan Heng} and Mo, Sicheng and Klingher, Ben and Mu, Fangzhou and Zhou, Bolei},
+    year = {2024},
+    eprint = {2406.07540},
+    archivePrefix = {arXiv},
+    primaryClass = {cs.CV}
 }