Local GPU Imagegen v0.9.0
Local GPU Imagegen v0.9.0
v0.9.0 makes the supported Windows/NVIDIA first-run path explicit while keeping
the project focused on one job: helping an AI coding agent run a supported
ComfyUI workflow with frozen inputs, bounded revisions, structured review, and
recoverable evidence.
Highlights
- Guided Windows bootstrap: inspect a complete plan before any transfer,
including sources, licenses, estimated bytes, and the exact confirmation.
Approved downloads are resumable and checksum-verified; extraction is
bounded, installation is transactional, and readiness is checked before use. - Bring your own ComfyUI workflow: inspect and register supported API-format
workflows without silently rewriting the graph, switching the model, or
installing custom nodes. - Review-driven delivery: durable run manifests retain the exact route,
workflow, model identity, prompts, settings, seed, round budget, reviews, and
image hashes. Runs allow one to three successful rounds and can recover after
interruption without silently spending another round. - Auditable revisions: preserve/change requests create immutable child runs.
Prompt refinement, low-strength img2img, and confirmed inpaint remain distinct
routes with explicit boundaries. - Byte-bound acceptance: a reviewed candidate is not silently accepted.
Finalization requires a later user confirmation bound to the exact run,
round, and PNG SHA-256. - More reliable managed startup: concurrent MCP clients coordinate Windows
portable ComfyUI startup and re-probe backend health before deciding whether
an existing process can be reused.
Install
uvx --from local-gpu-imagegen==0.9.0 local-gpu-imagegen verify
uvx --from local-gpu-imagegen==0.9.0 local-gpu-imagegen setup codex --applyThen restart Codex and ask it to run a supported ComfyUI API workflow from its
exact local path. The existing-backend path requires Python 3.11 or 3.12, an
already-running local ComfyUI instance, an installed model, and a supported
API-format workflow.
Verified Release Identity
- Source commit:
b9018f7a72bd20752740b3d87b977120851208d4 - Wheel:
local_gpu_imagegen-0.9.0-py3-none-any.whl - Wheel SHA-256:
99c02f963e86d3867165bf16981f6445cb41cf9c8f208bc360578db483bcd179 - Python: 3.11 and 3.12
- MCP protocol:
2024-11-05 - MCP tools: exactly 17
- Exact-SHA CI: Windows and Ubuntu platform-neutral jobs passed on Python 3.11
and 3.12 - Windows model-free suite: 1163 passed with 12 documented platform or
privilege skips - Offline candidate verifier: 28/28 passed
- Public distribution: the exact wheel is available from PyPI and the matching
descriptor is active in the official MCP Registry
Supported Scope And Limits
- The v0.9 guided bootstrap and managed-generation host scope is Windows 10/11
x64 with NVIDIA. The universal wheel and Ubuntu CI do not imply Linux managed
generation support. - ComfyUI and the user-supplied model generate the pixels. Local GPU Imagegen
controls workflow authority, reproducibility, review, recovery, and output
evidence; it does not claim to improve the underlying model's image quality. - No model weights are bundled. Runtime or model downloads are never silent and
require a separately displayed plan and confirmation. - Arbitrary custom-node graphs are not automatically repaired or installed.
- This release makes no production-readiness, latency, throughput, concurrency,
VRAM-saving, or generalized character-quality claim. - No generated image is attached to this Release.
See the README,
Quickstart,
and Changelog
for setup details and the complete evidence boundary.