Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df5d386

Browse files
authored
Update README.md
1 parent 4a3ed59 commit df5d386

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545

4646
## How To Use
4747

48-
To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
49-
5048
```bash
5149
# Clone this repository
5250
$ git clone https://github.com/byliutao/1Prompt1Story
@@ -74,16 +72,19 @@ $ python app.py
7472
$ python -m resource.gen_benchmark --save_dir ./result/benchmark --benchmark_path ./resource/consistory+.yaml
7573
```
7674

77-
> **Note**
78-
> If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
79-
80-
8175
## License
8276
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
8377

8478

8579
## Citation
8680
If our work assists your research, feel free to give us a star ⭐ or cite us using:
8781
```
88-
arixv
82+
@inproceedings{
83+
anonymous2025onepromptonestory,
84+
title={One-Prompt-One-Story: Free-Lunch Consistent Text-to-Image Generation Using a Single Prompt},
85+
author={Anonymous},
86+
booktitle={The Thirteenth International Conference on Learning Representations},
87+
year={2025},
88+
url={https://openreview.net/forum?id=cD1kl2QKv1}
89+
}
8990
```

0 commit comments

Comments
 (0)