Commit Graph

10 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
Manuel Schmid 65a8b25129
feat: inline lora optimisations (#2967)
* feat: add performance loras to the end of the loras array

* fix: resolve circular dependency for unit tests

* feat: allow multiple matches for each token, optimize and extract method cleanup_prompt

* fix: update unit tests

* feat: ignore custom wildcards
2024-05-20 17:31:51 +02:00
nbs e54fb54f91
fix: typo in wildcards/animal.txt (#2433)
* Fix typo in animal wildcards

* Update animal.txt
2024-03-04 10:19:49 +01:00
Manuel Schmid 965364cd80
feat: add list of 100 most popular animals to wildcards (#985) 2024-02-24 19:03:46 +01:00
MoonRide303 8ad034937d Corrected nationality wildcard name 2023-10-20 20:28:38 +02:00
Alexander Garzon de8d954584
Add nationality.txt wildcard
List made with chatGPT v4

Prompted:
a list of all possible nationalities, one per line, no numerated, unique and never repeat. Just provide the list.
2023-10-20 11:46:12 -04:00
MoonRide303 02282ab57a Corrected handling dash in wildcard names, more wildcards (extended-color) 2023-10-20 15:56:09 +02:00
lllyasviel ff8d649cac bfs for wildcard 2023-10-20 05:05:29 -07:00
MoonRide303 f8d842a52c Added artist wildcard, based on "–Image Synthesis Style Studies Database (The List)" document (filtered by CLIP) 2023-10-18 07:13:47 +02:00
MoonRide303 eb72b16da0 Added support for wildcards 2023-10-17 07:54:04 +02:00