#97 · Primary category: Image Generation
MiniGPT-5
Official implementation of paper "MiniGPT-5: Interleaved Vision-and-Language Generation via Generative Vokens"
Project last updated:05/08/25
GitHub Stars
869
Forks
52
Contributors
6
License
Apache-2.0
Why we included this project
MiniGPT-5 is for the harder authoring case where you want a language model to produce a piece of text and the illustrations that go with it in the same pass, rather than a chatbot with an image generator bolted on. It works by inserting learned 'vokens' into the text stream to mark where a picture belongs and feed those positions through Stable Diffusion, so the images stay tied to the narrative around them. The model builds on the MiniGPT-4 architecture with a Vicuna backbone and BLIP-2 vision encoder, and its two-stage training scheme avoids needing detailed image captions, with classifier-free guidance keeping text and image aligned. Teams experimenting with multimodal dialogue, visual storytelling, or any pipeline that wants words and matching pictures out of one model will find plenty worth studying here. It is an academic codebase, though, so expect to supply pretrained weights and GPU resources; treat it as a foundation to adapt rather than something ready to ship.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
stable-diffusion-webui
Stable Diffusion web UI
ComfyUI
The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
diffusers
🤗 Diffusers: State-of-the-art diffusion models for image, video, and audio generation in PyTorch.
upscayl
🆙 Upscayl - #1 Free and Open Source AI Image Upscaler for Linux, MacOS and Windows.
InvokeAI
InvokeAI is a leading open-source creative engine for Stable Diffusion, offering an industry-leading web UI for generating and editing visual media.