Skip to content

Implement search image generation similar to Nano-banana-pro / Seedream / FLUX.

Notifications You must be signed in to change notification settings

PicoTrex/Mind-Brush

Repository files navigation

Mind-Brush: Integrating Agentic Cognitive Search and Reasoning into Image Generation

English | 中文

arXiv Paper GitHub Repo Dataset

📰 News

🏆 Contributions

  • 🧠 Mind-Brush Framework: A novel agentic paradigm that unifies Intent Analysis, Multi-modal Search, and Knowledge Reasoning into a seamless "Think-Research-Create" workflow for image generation.
  • 📊 Mind-Bench: A specialized benchmark designed to evaluate generative models on dynamic external knowledge and complex logical deduction, exposing the reasoning gaps in current SOTA multimodal models.
  • 🏆 Superior Performance:
    • Elevates Qwen-Image baseline accuracy from 0.02 to 0.31 on Mind-Bench.
    • Outperforms existing baselines on WISE (+25.8% WiScore) and RISEBench (+27.3% Accuracy).

📽️ Demo

Search Case Search & Reason Case
case1.mp4
case2.mp4

🚀 Quickstart

1. Clone

git clone https://github.com/PicoTrex/Mind-Brush.git
cd Mind-Brush

2. Install

conda create -n mindbrush python=3.12
conda activate mindbrush
pip install -r requirements.txt

3. Configuration

Fill in the [required] fields in config.yaml (e.g., API keys, path settings).

Note

You can set your language in .chainlit/config.toml. In Default, the language is set to en-US. You can change it to Chinese by setting language = "zh-CN". [We only support English and Chinese for now. If you want to support other languages, you can add the corresponding language settings in the locales folder.]

4. Launch

Run the application with the following command:

chainlit run app.py -w

Once started, access the dashboard at http://localhost:8000.

🩷 Acknowledgement

About

Implement search image generation similar to Nano-banana-pro / Seedream / FLUX.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •