boschresearch / Divide-and-Bind

Official implementation of "Divide & Bind Your Attention for Improved Generative Semantic Nursing" (BMVC 2023 Oral)

Home Page:https://sites.google.com/view/divide-and-bind

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Divide & Bind Your Attention for Improved Generative Semantic Nursing

🔥 Official PyTorch implementation for paper 'Divide & Bind Your Attention for Improved Generative Semantic Nursing' (BMVC 2023 Oral)

arXiv Static Badge

🔥 Updates: We update our Divide & Bind pipeline, which is now compatible with Diffusers 0.21.4!

overview
teaser

Getting Started

Our environment is built on top of Stable Diffusion:

conda env create -f environment/environment.yaml  
conda activate ldm

Additional required packages are listed in environment/requirement.txt.

Stable Diffusion v1.5 model can be found here.

Generation

Citation

If you use this code please cite

@inproceedings{li2023divide,
  title={Divide \& bind your attention for improved generative semantic nursing},
  author={Li, Yumeng and Keuper, Margret and Zhang, Dan and Khoreva, Anna},
  booktitle={34th British Machine Vision Conference 2023, {BMVC} 2023},
  year={2023}
}

License

This project is open-sourced under the AGPL-3.0 license. See the LICENSE file for details.

For a list of other open source components included in this project, see the file 3rd-party-licenses.txt.

Purpose of the project

This software is a research prototype, solely developed for and published as part of the publication cited above. It will neither be maintained nor monitored in any way.

Contact

Please feel free to open an issue or contact personally if you have questions, need help, or need explanations. Don't hesitate to write an email to the following email address: liyumeng07@outlook.com

About

Official implementation of "Divide & Bind Your Attention for Improved Generative Semantic Nursing" (BMVC 2023 Oral)

https://sites.google.com/view/divide-and-bind

License:GNU Affero General Public License v3.0


Languages

Language:Jupyter Notebook 96.0%Language:Python 4.0%