Commit Graph

1 Commits

Author SHA1 Message Date
kyyuu 99d956be78 feat: add Prompt Forge UI, image editor, color correction, and X post integration
- Add prompt_forge_v3_11.html: full-featured prompt assistant UI with tag
  selection, AI translation, character presets, wildcard support, memo
  storage, and image generation via Fooocus API bridge
- Add prompt_forge_bridge.py: HTTP bridge server (port 8080) that serves
  the Prompt Forge UI and exposes a REST endpoint to inject generation
  tasks directly into the Fooocus worker queue
- Add modules/image_editor.py: OpenCV-based image editing panel integrated
  into the Gradio UI
- Modify webui.py: integrate image editor panel, auto-start Prompt Forge
  bridge on launch, add brushup toolbar to the UI
- Modify css/style.css: add compact button styles for brushup bar and
  OpenCV edit panel
- Add wildcards/prompt_forge_v3.html: wildcard reference page for Prompt
  Forge presets
- Add ui_settings.json, user_setting_presets.json: persisted user
  preferences and generation parameter presets
- Add .claude/launch.json: dev server launch configurations

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-27 13:32:27 +09:00