Claude/optimistic bell - #4165
Open
YUU13579 wants to merge 2 commits into
Open
Conversation
… 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>
….py) Double-click run_forge.bat to launch a dark-themed tkinter GUI that manages Fooocus (port 7865) and Prompt Forge Bridge (port 8080). Includes server status dots, Start/Stop/Restart controls, launch options (preset, --in-browser, --listen), real-time log streaming, and quick-open browser links. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: add Prompt Forge UI, image editor, color correction, X post integration, and GUI launcher