Commit Graph

136 Commits (a6f6a37dea8a2ac9d0e936e7f830b7564ae25ca4)

Author SHA1 Message Date
Vladimir Mandic 6fdd3a53cf reduce mandatory requirements
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-02-18 17:53:08 +01:00
vladmandic 73b90c5228 redo all locales
Signed-off-by: vladmandic <mandic00@live.com>
2026-02-14 21:48:06 +01:00
Vladimir Mandic 41f206dec9
Merge pull request #4637 from CalamitousFelicitousness/refactor/remove-face-restoration
Refactor/remove face restoration
2026-02-11 11:12:34 +01:00
CalamitousFelicitousness 0c45e58e80 docs: update localization and README for caption module
- Update html/locale_en.json with caption-related strings
- Update README.md documentation
2026-02-11 02:48:11 +00:00
CalamitousFelicitousness 6b89cc8463 feat(ui): add tooltips/hints to Caption tab
Add comprehensive tooltips to Caption tab UI elements in locale_en.json:

- Add new "llm" section for shared LLM/VLM parameters:
  System prompt, Prefill, Top-K, Top-P, Temperature, Num Beams,
  Use Samplers, Thinking Mode, Keep Thinking Trace, Keep Prefill

- Add new "caption" section for caption-specific settings:
  VLM, OpenCLiP, Tagger tab labels and all their parameters
  including thresholds, tag formatting, batch options

- Consolidate accordion labels in ui_caption.py:
  "Caption: Advanced Options" and "Caption: Batch" shared across
  VLM, OpenCLiP, and Tagger tabs (localized to "Advanced Options"
  and "Batch" in UI)

- Remove duplicate entries from missing section
2026-02-11 02:47:40 +00:00
CalamitousFelicitousness 385532154f Merge remote-tracking branch 'origin/dev' into refactor/remove-face-restoration
# Conflicts:
#	.pylintrc
#	.ruff.toml
2026-02-10 14:38:14 +00:00
CalamitousFelicitousness d426502d44 docs: remove face restoration from UI, licenses, and config
- Remove GFPGAN and CodeFormer sections from Modern UI extras template
- Remove CodeFormer S-Lab license block from licenses.html
- Update Postprocessing hint in locale_en.json
- Remove completed TODO items for CodeFormer/GFPGAN removal
2026-02-08 23:00:51 +00:00
CalamitousFelicitousness 5000401647 docs(ui): add tooltips for Nunchaku attention and offload settings 2026-02-07 22:27:05 +00:00
CalamitousFelicitousness becb19319d refactor(caption): unify tagger settings and reorganize Caption Tab UI
Consolidate WD14 and DeepBooru tagger settings into unified options:
- Merge wd14_general_threshold + deepbooru_score_threshold → tagger_threshold
- Merge wd14_include_rating + deepbooru_include_rating → tagger_include_rating
- Rename interrogate_score → tagger_show_scores
- Rename tagger_escape → tagger_escape_brackets
- Rename CLiP → OpenCLiP in caption type choices

UI reorganization:
- Add Interrogate tab to Caption Tab with default caption type selector
- Move interrogate_offload to Model Offloading section as "Offload caption models"
- Hide Interrogate settings section (all settings now in Caption Tab UI)
- Update locale_en.json for OpenCLiP naming

Code improvements:
- DeepBooru tag_multi() now accepts same parameters as WD14 for unified interface
- Fix setting references in interrogate.py for consolidated settings
- Add comprehensive tagger test suite (cli/test-tagger.py)
2026-01-21 11:56:07 +00:00
CalamitousFelicitousness 983e396f64 docs(i18n): improve LoRA settings hints and labels
- Add detailed hints explaining LoRA fuse behavior and model reload warning
- Add hints for force reload, diffusers fuse, and quantization precision options
- Improve clarity of auto-apply tags and hash metadata hints
- Comment out unimplemented lora_quant setting
2026-01-18 03:57:43 +00:00
vladmandic e4e863fd6d lint and update diffusers
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-12 12:31:29 +01:00
CalamitousFelicitousness 2b8ecf01e2 docs(i18n): improve prompt enhance hints
Improve formatting and clarity of prompt enhance tooltips:
- Add spacing with <br><br> for better readability
- Clarify that prefix/suffix bypass LLM rewriting
2026-01-12 00:17:20 +00:00
CalamitousFelicitousness a77173881f feat(prompt): add vision/reasoning symbols and vision toggle
Add visual capability indicators and user control for image input:
- Vision symbol (eye icon) for VL-capable models in dropdown
- Reasoning symbol (lightbulb) for thinking-capable models
- "Use vision" checkbox to control image input for enhancement
- Toggle dims and unchecks when non-VL model selected
- Vision auto-enables when switching to VL model

Also:
- Rename "Do sample" to "Use samplers" for consistency with VQA
- Add tooltips/hints for all prompt enhance UI elements
- Add CSS styling for dimmed vision toggle appearance
2026-01-12 00:17:20 +00:00
vladmandic 3ec1f604d2 cleanup label
Signed-off-by: vladmandic <mandic00@live.com>
2026-01-06 10:57:45 +01:00
Vladimir Mandic 29a3473772
Merge pull request #4458 from awsr/interrogate-icon
Change "interrogate" icon
2025-12-10 10:44:31 +01:00
vladmandic a72b98848c cleanup
Signed-off-by: vladmandic <mandic00@live.com>
2025-12-10 10:17:37 +01:00
awsr f7e04aa57f
Update localization files 2025-12-10 00:33:04 -08:00
CalamitousFelicitousness 9505a674ea docs(i18n): add detailed VLM/CLiP tooltips and improve labels
Add comprehensive tooltips explaining VLM and CLiP parameters:
- New labels for VLM: Prompt, Task, Prefill, Thinking mode
- New labels for CLiP: min/max length, chunk size, flavors
- Detailed hints for sampling parameters (temperature, top-k, top-p)
- Improved system prompt and sampling method descriptions
- Standardized label capitalization
2025-12-02 23:06:46 +00:00
Vladimir Mandic 05261e708a ability to disable parts of the app
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-11-03 19:36:55 -05:00
CalamitousFelicitousness 64e6219551 update localization for icons and hints in locale_en.json 2025-10-19 22:46:06 +01:00
CalamitousFelicitousness c9f3051136
Fix flow shift hint text formatting in locale_en.json 2025-10-19 22:40:33 +01:00
CalamitousFelicitousness b24fe3ac57 update locale for dynamic flow hints
fix breaks in hint text
2025-10-19 21:40:13 +01:00
-akku- 18e24e9861
fix typo: "Transfrer" -> "Transfer" 2025-10-05 22:36:30 +09:00
Vladimir Mandic 7bc6edf483 ui add connection monitor
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-09-26 13:17:52 -04:00
Vladimir Mandic 0092666a38 update hints
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-30 10:50:01 -04:00
Disty0 df3d1bae8d re-add hints for rescale ztsnr 2025-08-25 17:47:24 +03:00
Disty0 ad4889fe0f Correct sampler hints 2025-08-25 17:44:16 +03:00
Pablo Hellmann 144ae08659 Update locale_en.json 2025-08-25 11:10:09 +02:00
Vladimir Mandic 74da5095f0 fix and regenerate locales
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-20 14:40:39 -04:00
CalamitousFelicitousness 482da0211e
Update locale_en.json
Add reload variable
2025-08-19 23:54:31 +01:00
Vladimir Mandic 3e3adcee74 add skyreels-v2
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-07 13:56:13 -04:00
Vladimir Mandic 6a6605191f configurable image fit in all image views
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-08-06 11:33:50 -04:00
Vladimir Mandic 5a9b72ec57 add quicksettings reset button
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-07-31 19:39:20 -04:00
Vladimir Mandic aed0086cb7 update styles and add simple gallery separator click option
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-07-24 12:48:03 -04:00
Vladimir Mandic 2bb7d94fcc add gallery sort tooltips
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-07-24 10:12:32 -04:00
Vladimir Mandic 8c676d0a61 lint formatting
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-07-05 17:13:31 -04:00
Vladimir Mandic 4157336238 rename vae
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-05-15 08:59:49 -04:00
Vladimir Mandic eee4d1acfe modernui control tab reorg and styling
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-02-23 13:32:28 -05:00
Vladimir Mandic 041f0bbf97 regenerate locales and rerun all translations
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-02-18 10:32:39 -05:00
Vladimir Mandic 896fab1b65 update aci
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-02-14 15:53:52 -05:00
Pablo Hellmann e43ba5db4d add Unique labeling 2025-02-14 21:27:01 +01:00
Pablo Hellmann 15e95c9bf5 migration v2 2025-02-14 20:53:24 +01:00
Vladimir Mandic e578afc1f5 update locales
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-02-08 16:13:57 -05:00
Vladimir Mandic a19ec070cf massive update to hints and add localization engine
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-02-08 15:16:04 -05:00
Vladimir Mandic 8873b2f696 massive hints update
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-02-08 15:16:04 -05:00
Vladimir Mandic 2963ce127c refactor interrogate/caption
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2025-02-01 15:40:19 -05:00
Vladimir Mandic 0803946c08 update changelog and cleanup
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-12-19 11:34:19 -05:00
Vladimir Mandic 3bbcc33181 add detailer
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2024-10-07 09:32:56 -04:00
Vladimir Mandic 0de6be4621 fix save style without name 2024-06-17 11:03:24 -04:00
Vladimir Mandic d7c732bfe6 layer diffuse enhancements 2024-05-28 08:45:29 -04:00