diff --git a/README.md b/README.md index 4f057ff..5d6a97f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Alfie +This repository contains the reference code and dataset for the paper [Alfie:Democratising RGBA Image Generation With No $$$](https://arxiv.org/abs/2408.14826). +If you find it useful, please cite it as: +``` +@inproceedings{quattrini2024alfie, + title={{Alfie: Democratising RGBA Image Generation With No $$$}}, + author={Quattrini, Fabio and Pippi, Vittorio and Cascianelli, Silvia and Cucchiara, Rita}, + booktitle{Proceedings of the European Conference on Computer Vision Workshops}, + year={2024} +} +``` + ## Setup ```bash @@ -20,4 +31,4 @@ python generate_prompt.py --setting centering-rgba-alfie --fg_prompt 'A large, c -Code inspired by [DAAM](https://github.com/castorini/daam) and [DAAMI2I](https://github.com/RishiDarkDevil/daam-i2i) \ No newline at end of file +Code inspired by [DAAM](https://github.com/castorini/daam) and [DAAMI2I](https://github.com/RishiDarkDevil/daam-i2i)