Everything you need

AI image and video generation with full lineage tracking, an expert AI agent, and powerful asset management.

Image Generation

Text-to-image, image-to-image, inpainting, outpainting, ControlNet, LoRA. Every technique you need, across every model that matters.

FLUX.2 ProQwen ImageZ-Image TurboSDXLFLUX Kontext
Prompt: "medieval castle on a sea cliff at golden hour"
4 variations · FLUX.2 Pro 2.3s
Text-to-Image
Natural language prompts to stunning visuals.
Image-to-Image
Use existing images as starting points.
Inpainting & Outpainting
Edit regions or extend beyond borders.
ControlNet & LoRA
Pose, depth, and edge guidance.
Batch Generation
Generate many, compare, choose the best.
Multi-Model
Switch models mid-workflow seamlessly.

Video Generation

Text-to-video, image-to-video, interpolation, stitching. Create motion from stillness.

Timeline — "cat walking through a garden"
WAN 2.2 1280×720 4s @ 24fps
Text-to-Video
Generate clips from text descriptions.
Image-to-Video
Animate stills into dynamic motion.
Frame Interpolation
Smooth motion between keyframes.
Video Upscaling
Enhance resolution with AI.
Video Stitching
Combine clips into longer sequences.
Before — 512×512
After — 2048×2048
SeedVR2 · 4× upscale · 3.1s

Upscaling & Enhancement

Take any image from draft to final quality. AI upscalers, face restoration, and background removal.

AI Upscalers
SeedVR2, Aura SR, SUPIR — state-of-the-art resolution enhancement.
Face Restoration
Automatically enhance and restore faces.
Background Removal
One-click subject isolation.

Asset Management

Organize thousands of creations without losing anything. Smart search, tags, collections, and workspaces.

Tags & Collections
Markers & Favorites
Workspaces
Smart Search
Export Tools
Import with Metadata
Library 247 items
Search...
All
landscape
portrait
sci-fi
nature
Original
FLUX.2 Pro · txt2img
Upscaled 4×
SeedVR2 · 2048×2048
Color graded
img2img · warm tones
Winter variation
img2img · branched from original

Lineage Tracking

Every creation remembers where it came from. Go back to any point, branch off, and never lose a step.

Full Creation History
Every asset tracks its complete history — prompts, settings, models, and transformations.
Branch & Explore
Go back to any ancestor and take a different path. Non-destructive experimentation.
Version Comparison
Compare any two versions side-by-side to find the perfect result.

AI Agent

Like Claude Code, but for images. Describe what you want in natural language — the agent picks models, crafts prompts, generates variations, and iterates until you're happy.

Natural language control
Automatic prompt crafting
Iterative refinement with feedback
Smart selection — shows only the best
Batch operations across your library
Agent Session

Create a series of fantasy landscapes. Make them feel epic.

I'll generate 6 variations across different themes — mountains, forests, and floating islands. Using FLUX.2 Pro for maximum quality.

#3 scored highest. Want me to upscale it and try some color variations?

Yes, and make the sky more dramatic

watermark-tool.ts
export default defineTool({
  name: "add-watermark",
  parameters: {
    image: { type: "image" },
    text:  { type: "string" },
  },
  async execute({ image, text }) {
    const canvas = overlay(image, text)
    return { image: canvas }
  }
})

Extensibility

Build custom tools with the Stimma Tools Protocol. Like MCP, but for visual creation.

Stimma Tools Protocol

Open, documented, language-agnostic. TypeScript SDK included.

Custom Tools

Filters, batch ops, API integrations — if you can code it, it works.

Community Extensions

Share and discover tools. Coming soon.