PosterVerse

PosterDNA

We propose PosterVerse, a full-workflow method that integrates blueprint creation, graphical background generation, and unified layout-text rendering, enabling the creation of posters with aesthetically sophisticated layouts and text-dense designs for commercial-grade use.
We propose PosterDNA, the first commercial-grade and text-dense poster generation dataset with fine-grained HTML-based specifications, designed to support modular training and validation with high-quality samples.
PosterVerse allows users to generate commercial-grade posters solely from textual prompts.
Extensive experiments demonstrate that PosterVerse can generate visually appealing posters with aesthetic designs, precise text, and well-crafted layouts, meeting the standards of commercial-grade posters.

| Stage | Checkpoint | Status |
|---|---|---|
| Blueprint Creation | BaiduYun:CZWV / Huggingface | Released |
| Graphical Background Generation | BaiduYun:s47v / Huggingface | Released |
| Unified Layout-Text Rendering | BaiduYun:4G6s / Huggingface | Released |
| Dataset | Link | status |
|---|---|---|
| PosterDNA | BaiduYun:2112 / Huggingface | Released |
| Test-set | BaiduYun:snrb / Huggingface | Released |
Note:
The PosterDNA dataset can only be used for non-commercial research purposes. For scholar or organization who wants to use the PosterDNA dataset, you can apply through either of the following two options:
Option A: Apply Online Submit your application through our online platform: 👉 Apply Here
Option B: Apply via Email Please first fill in this Application Form and sign the Legal Commitment and email them to us (eelwjin@scut.edu.cn). When submitting the application form to us, please list or attached 1-2 of your publications in the recent 6 years to indicate that you (or your team) do research in the related research fields of poster generation, layout design, font generation, and so on.
We will give you the decompression password after your application has been received and approved.
All users must follow all use conditions; otherwise, the authorization will be revoked.
Clone this repo:
git clone https://github.com/wuhaer/PosterVerse.git
Step 0: Download and install Miniconda from the official website.
Step 1: Create a conda environment and activate it.
conda create -n posterverse python=3.10 -y
conda activate posterverse
Step 2: Install the required packages.
pip install -r requirements.txt
Step 0: Download all model files from the Model Zoo
Step 1: Download the Flux.1 dev model
Step 2: Using PosterVerse to generate posters:
CUDA_VISIBLE_DEVICES=<gpu_id> python pipe_infer.py \
--stage1_model_path /path/to/Blueprint Creation/model \
--stage3_model_path /path/to/Unified Layout-Text Rendering/model \
--lora_local_path lora_model \
--request_prompt '能不能给我来一张以绿色为主色调、画布大小1080×1920的立春节气海报?风格清新唯美,画面要有树叶、樱花、古风人物等元素。主标题"立春",配上古诗文案,营造春意盎然的感觉,体现出节气特点,展示春天的美好。'
If you have any questions, feel free to contact Junle Liu at junle_liu@foxmail.com
The code and dataset should be used and distributed under (CC BY-NC-ND 4.0) for non-commercial research purposes.
If you find PosterVerse helpful, please consider giving this repo a ⭐ and citing:
@inproceedings{Liu2026posterverse,
title={PosterVerse: A Full-Workflow Framework for Commercial-Grade Poster Generation with HTML-Based Scalable Typography},
author={Junle Liu, Peirong Zhang, Yuyi Zhang, Pengyu Yan, Hui Zhou, Xinyue Zhou, Fengjun Guo, Lianwen Jin},
journal={Proceedings of the AAAI Conference on Artificial Intelligence},
year={2026},
}
Thanks for your support!

Python
77.1%
Java
13.0%
Swift
6.7%
C++
1.1%
PosterVerse

PosterDNA

We propose PosterVerse, a full-workflow method that integrates blueprint creation, graphical background generation, and unified layout-text rendering, enabling the creation of posters with aesthetically sophisticated layouts and text-dense designs for commercial-grade use.
We propose PosterDNA, the first commercial-grade and text-dense poster generation dataset with fine-grained HTML-based specifications, designed to support modular training and validation with high-quality samples.
PosterVerse allows users to generate commercial-grade posters solely from textual prompts.
Extensive experiments demonstrate that PosterVerse can generate visually appealing posters with aesthetic designs, precise text, and well-crafted layouts, meeting the standards of commercial-grade posters.

| Stage | Checkpoint | Status |
|---|---|---|
| Blueprint Creation | BaiduYun:CZWV / Huggingface | Released |
| Graphical Background Generation | BaiduYun:s47v / Huggingface | Released |
| Unified Layout-Text Rendering | BaiduYun:4G6s / Huggingface | Released |
| Dataset | Link | status |
|---|---|---|
| PosterDNA | BaiduYun:2112 / Huggingface | Released |
| Test-set | BaiduYun:snrb / Huggingface | Released |
Note:
The PosterDNA dataset can only be used for non-commercial research purposes. For scholar or organization who wants to use the PosterDNA dataset, you can apply through either of the following two options:
Option A: Apply Online Submit your application through our online platform: 👉 Apply Here
Option B: Apply via Email Please first fill in this Application Form and sign the Legal Commitment and email them to us (eelwjin@scut.edu.cn). When submitting the application form to us, please list or attached 1-2 of your publications in the recent 6 years to indicate that you (or your team) do research in the related research fields of poster generation, layout design, font generation, and so on.
We will give you the decompression password after your application has been received and approved.
All users must follow all use conditions; otherwise, the authorization will be revoked.
Clone this repo:
git clone https://github.com/wuhaer/PosterVerse.git
Step 0: Download and install Miniconda from the official website.
Step 1: Create a conda environment and activate it.
conda create -n posterverse python=3.10 -y
conda activate posterverse
Step 2: Install the required packages.
pip install -r requirements.txt
Step 0: Download all model files from the Model Zoo
Step 1: Download the Flux.1 dev model
Step 2: Using PosterVerse to generate posters:
CUDA_VISIBLE_DEVICES=<gpu_id> python pipe_infer.py \
--stage1_model_path /path/to/Blueprint Creation/model \
--stage3_model_path /path/to/Unified Layout-Text Rendering/model \
--lora_local_path lora_model \
--request_prompt '能不能给我来一张以绿色为主色调、画布大小1080×1920的立春节气海报?风格清新唯美,画面要有树叶、樱花、古风人物等元素。主标题"立春",配上古诗文案,营造春意盎然的感觉,体现出节气特点,展示春天的美好。'
If you have any questions, feel free to contact Junle Liu at junle_liu@foxmail.com
The code and dataset should be used and distributed under (CC BY-NC-ND 4.0) for non-commercial research purposes.
If you find PosterVerse helpful, please consider giving this repo a ⭐ and citing:
@inproceedings{Liu2026posterverse,
title={PosterVerse: A Full-Workflow Framework for Commercial-Grade Poster Generation with HTML-Based Scalable Typography},
author={Junle Liu, Peirong Zhang, Yuyi Zhang, Pengyu Yan, Hui Zhou, Xinyue Zhou, Fengjun Guo, Lianwen Jin},
journal={Proceedings of the AAAI Conference on Artificial Intelligence},
year={2026},
}
Thanks for your support!

Python
77.1%
Java
13.0%
Swift
6.7%
C++
1.1%