Registry / ai-ml / invokeai

invokeai

JSON →
library6.13.0pypypiunverified

InvokeAI is a full-featured AI-assisted image generation environment designed for creatives and enthusiasts. It supports multiple diffusion models including Stable Diffusion, FLUX, Z-Image Turbo, and others, with a rich web UI, node-based workflow editor, and comprehensive model management. Current version is 6.12.0; release cadence is roughly monthly with release candidates.

pip install invokeai
INSTALL
IMPORT
SIG · INVOKEAI
I
invokeai
ai-mlpythonv6.13.0
Install
Import
Disk
Pass rate
0/ 10
Env Coverage0 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v? · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
timeout
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

InvokeAIApp
from invokeai.app import InvokeAIApp
from invokeai.app import InvokeAIApp

Basic usage of InvokeAI programmatically to generate an image. Requires a loaded model.

import os from invokeai.app import InvokeAIApp app = InvokeAIApp() # Run a simple txt2img generation result = app.generate( prompt="A serene mountain landscape", width=512, height=512, steps=20, cfg_scale=7.5 ) print("Images saved:", result.images)
invokeai --version
Debug
Known issues
breakingPython 3.13 is not supported; requires Python >=3.11,<3.13.
fix
Use Python 3.11 or 3.12.
affects: >=6.12.0
breakingThe model directory structure changed in v6.9.0 to a flat layout. Existing setups will be migrated on first run.
fix
Let the migration run automatically; do not manually rearrange model folders.
affects: >=6.9.0
gotchaInvokeAI uses its own model registry; simply placing .safetensors in a folder does not work. You must install models via the UI or CLI.
fix
Use `invokeai-model-install` CLI or the Model Manager in the web UI.
affects: >=6.0.0
Upgrade
Version history
6.13.0latest on PyPI · released May 27, 2026
Audit
Dependencies
torchrequiredCore deep learning framework for model inference
diffusersrequiredProvides diffusion model pipelines
xformersoptionalOptimizes attention (recommended for GPU)
Agent activity
21 hits · last 30 days
node
18
OpenAI (training)
1
Resources
invokeai — pip install invokeai · libregistry