Initial commit — ComfyUI on NVIDIA fronted by Open WebUI

Replaces the figment/segment/Forge stack with a single ComfyUI backend
fronted by Open WebUI's native ComfyUI integration. ComfyUI is built from
the official manual install for NVIDIA. Ships txt2img and img2img workflow
templates plus matching node-mapping JSONs that paste into Open WebUI's
admin panel.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-19 10:21:43 -05:00
co-authored by Claude Opus 4.7
commit a73aa4a38a
10 changed files with 491 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Copy to .env and edit. docker compose picks .env up automatically.
# Public hostname/scheme your reverse proxy terminates. Used by Open WebUI for
# auth redirects and email-link generation.
OPEN_WEBUI_URL=http://localhost:3000
# Cookie-signing key. Generate once with: openssl rand -hex 32
# Must stay stable across restarts — rotating it logs every user out.
OPEN_WEBUI_SECRET_KEY=change-me-please