Skip to content

This is the official code repository of the AAAI2025 oral paper "VersaGen: Unleashing Versatile Visual Control for Text-to-Image Synthesis"

Notifications You must be signed in to change notification settings

FelixChan9527/VersaGen_official

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Versagen (AAAI 2025 Oral)

This is the official implementation of "VersaGen: Unleashing Versatile Visual Control for Text-to-Image Synthesis".

VersaGen

Environmental Installation

conda create -n VersaGen python=3.10
conda activate VersaGen
pip install -r requirements.txt

Download Weight

Please download the model weight and save it in the checkpoint folder.

https://pan.baidu.com/s/1Y0yEx0E4hjcVxiSCPYOwjg passward: 2ept 

Run the demo

Run the following command in the terminal

CUDA_VISIBLE_DEVICES=5 python versagen_show.py --server_port 7899

Open the gradio demo in your browser

ip_address:7899/

Acknowledgements

This project is developped on the codebase of ControlNet. We appreciate this great work!

Citation

If you find this codebase useful for your research, please use the following entry.

@inproceedings{chen2025versagen,
  title={VersaGen: Unleashing Versatile Visual Control for Text-to-Image Synthesis},
  author={Chen, Zhipeng and Yang, Lan and Qi, Yonggang and Zhang, Honggang and Pang, Kaiyue and Li, Ke and Song, Yi-Zhe},
  booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
  volume={39},
  number={3},
  pages={2394--2402},
  year={2025}
}

About

This is the official code repository of the AAAI2025 oral paper "VersaGen: Unleashing Versatile Visual Control for Text-to-Image Synthesis"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages