DiffusionGPT / DiffusionGPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiffusionGPT: LLM-Driven Text-to-Image Generation System

This repository contains the pytorch codes of our paper "DiffusionGPT: LLM-Driven Text-to-Image Generation System".

Overview

Diffusion-GPT leverages Large Language Models (LLM) to offer a unified generation system capable of seamlessly accommodating various types of prompts and integrating domain-expert models. method

Demo

Environment

pip install -r requirements.txt

Model Weights

All the checkpoints can get from link.

Get Started

python DiffusionGPT-sdxl-app.py

or

python DiffusionGPT-sd15-app.py

About

License:Apache License 2.0


Languages

Language:Python 100.0%