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!



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
- 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

- You can also customize the binding API,Add LLM API key like OpenAI or Claude, or install Ollama to use local models
- Add image generations API key like Replicate

- Start chatting with agent to generate stories or storyboards!

- 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


To use deepseek as a provider, setup as below

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

🟠 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
🟠 Need Python version >=3.12
cd react
npm install --force && npm run dev
cd server
pip install -r requirements.txt
python main.py