DiffusionGPT: LLM-Driven Text-to-Image Generation System
Jie Qin, Jie Wu, Weifeng Chen, Yuxi Ren, Huixia Li, Hefeng Wu, Xuefeng Xiao, Rui Wang, Shilei Wen
TL;DR
This work tackles the challenge of diverse prompts and limited generalization in text-to-image generation by introducing DiffusionGPT, an LLM-driven, unified framework that orchestrates domain-specific diffusion variants. It builds a Tree-of-Thought over available generators, uses prompt parsing and a human-informed Advantage Database to select the most suitable component, and executes generation with optional prompt extension. The approach is training-free and plug-and-play, with extensive experiments showing improvements in semantic alignment and aesthetics over baseline diffusion models, confirmed by a user study. The results highlight a practical pathway to scalable, cross-domain image synthesis that can incorporate new domain experts with minimal overhead.
Abstract
Diffusion models have opened up new avenues for the field of image generation, resulting in the proliferation of high-quality models shared on open-source platforms. However, a major challenge persists in current text-to-image systems are often unable to handle diverse inputs, or are limited to single model results. Current unified attempts often fall into two orthogonal aspects: i) parse Diverse Prompts in input stage; ii) activate expert model to output. To combine the best of both worlds, we propose DiffusionGPT, which leverages Large Language Models (LLM) to offer a unified generation system capable of seamlessly accommodating various types of prompts and integrating domain-expert models. DiffusionGPT constructs domain-specific Trees for various generative models based on prior knowledge. When provided with an input, the LLM parses the prompt and employs the Trees-of-Thought to guide the selection of an appropriate model, thereby relaxing input constraints and ensuring exceptional performance across diverse domains. Moreover, we introduce Advantage Databases, where the Tree-of-Thought is enriched with human feedback, aligning the model selection process with human preferences. Through extensive experiments and comparisons, we demonstrate the effectiveness of DiffusionGPT, showcasing its potential for pushing the boundaries of image synthesis in diverse domains.
