Skip to content
/ jaaz Public

AI design agent, local alternative for Lovart. AI agent with ability to design, edit and generate images, posters, storyboards, etc.

License

Notifications You must be signed in to change notification settings

11cafe/jaaz

Repository files navigation

🦄 Jaaz –⭐Open source AI Design Agent⭐

https://jaaz.app/

中文入门指南

The world's first open-source, locally deployed creative AI design tool, supporting image generation and editing, unlimited canvas rapid iteration, can call local models and cloud apis, and intelligently batch generate images in one sentence!

Download for macOS    Download for Windows
Screenshot 2025-06-02 at 3 51 56 AM Screenshot 2025-06-02 at 3 51 56 AM Screenshot 2025-06-02 at 3 03 49 PM

✨ Key Features

Smart Prompt Agent Powered by LLMs, Jaaz can interpret your ideas and generate optimized prompts for high-quality image or storyboard creation.

Hybrid Model Deployment Works with local models via Ollama, ComfyUI, and remote APIs like Replicate, OpenAI, or Claude. Run 100% locally or connect to the cloud.

Simply access all the strongest apis After logging in, you can use all the latest models (gpt-image-1,flux kntext,google……)

Interactive Image Editing Supports advanced operations such as object insertion, style transfer, and multi-character coherence via Flux Kontext — all controllable via chat.

Infinite Canvas & Storyboarding Design layouts, plan scenes, and create visual storytelling flows with drag-and-drop simplicity.

(Coming Soon) Video Agent:Video generation and editing via models like Wan2.1, Kling, and more, seamlessly integrated with your creative workflow. Intelligently invoke custom comfyui workflows


  • Use Claude, OpenAI, Gemini via API key, or run locally with Ollama for 100% free usage
  • Use image generation models like GPT-4O, Recraft, Flux, Google Imagen, etc. through Replicate API key

Usage

  1. Click on the "Log in" button at the top right corner of the program's home page, and then you can use the apis of each model. By paying a low price, you can smoothly use the API models
Screenshot 2025-06-02 at 3 08 51 PM
  1. You can also customize the binding API,Add LLM API key like OpenAI or Claude, or install Ollama to use local models
  2. Add image generations API key like Replicate
Screenshot 2025-06-02 at 3 08 51 PM
  1. Start chatting with agent to generate stories or storyboards!
Screenshot 2025-06-18 at 16 09 05

Cases

  • Prompt: Help me place this character in six different scenes, all in front of landmark buildings from around the world. The lighting is harmonious. He takes photos from all over the world, realistic, with warm light, high picture quality, and a picture ratio of 9:16

814c563b08f6ef44de0c2c31f0fdd00b-min

Screenshot 2025-06-02 at 3 51 56 AM Screenshot 2025-06-02 at 3 03 49 PM

API Providers

Deepseek

To use deepseek as a provider, setup as below

Screenshot 2025-06-10 at 12 05 35

Stay Updated

Star Jaaz on GitHub to receive instant noifications about new version releases.

Screenshot 2025-06-10 at 12 05 35

Manual Install (For Linux or local builds)

🟠 Need Python version >=3.12

First git clone this repo:

git clone https://github.com/11cafe/localart

cd react

npm install --force

npx vite build

cd ../server

pip install -r requirements.txt

python main.py

Development

🟠 Need Python version >=3.12

cd react

npm install --force && npm run dev

cd server

pip install -r requirements.txt

python main.py