DrievertNekoWolfie / ELLA

ELLA: Equip Diffusion Models with LLM for Enhanced Semantic Alignment

Home Page:https://ella-diffusion.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ELLA: Equip Diffusion Models with LLM for Enhanced Semantic Alignment

Xiwei Hu*, Rui Wang*, Yixiao Fang*, Bin Fu*, Pei Cheng, Gang Yu✦

* Equal contributions, ✦ Corresponding Author


Official code of "ELLA: Equip Diffusion Models with LLM for Enhanced Semantic Alignment".

🌟 Changelog

  • [2024.3.11] πŸ”₯ Release DPG-Bench! Welcome to try!
  • [2024.3.7] Initial update

πŸ“Š DPG-Bench

The guideline of DPG-Bench:

  1. Generate your images according to our prompts.

    It is recommended to generate 4 images per prompt and grid them to 2x2 format. Please Make sure your generated image's filename is the same with the prompt's filename.

  2. Run the following command to conduct evaluation.

    bash dpg_bench/dist_eval.sh $YOUR_IMAGE_PATH $RESOLUTION

Thanks to the excellent work of DSG sincerely, we follow their instructions to generate questions and answers of DPG-Bench.

πŸ“ TODO

  • release checkpoint
  • release inference code
  • release DPG-Bench

πŸ˜‰ Citation

If you find ELLA useful for your research and applications, please cite us using this BibTeX:

@misc{hu2024ella,
      title={ELLA: Equip Diffusion Models with LLM for Enhanced Semantic Alignment}, 
      author={Xiwei Hu and Rui Wang and Yixiao Fang and Bin Fu and Pei Cheng and Gang Yu},
      year={2024},
      eprint={2403.05135},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

About

ELLA: Equip Diffusion Models with LLM for Enhanced Semantic Alignment

https://ella-diffusion.github.io/

License:Apache License 2.0


Languages

Language:Python 95.9%Language:Shell 4.1%