Commit Graph

960 Commits

Author SHA1 Message Date
CalamitousFelicitousness d04915a83f fix(grading): skip None kwargs so dataclass defaults apply 2026-04-14 00:10:43 +01:00
Vladimir Mandic b3f09aa417 Merge pull request #4707 from vladmandic/feat/tag-dictionaries
Feat/tag dictionaries
2026-04-13 11:57:48 +02:00
vladmandic a6c726f8d6 update tag-autocomplete
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-13 11:54:59 +02:00
vladmandic b103c2c1ff add gemma-4 heretic variant
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-12 19:06:08 +02:00
vladmandic 91bba59c0d fix lint
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-12 19:06:08 +02:00
resonantsky a48136bc78 Cleared default paths. 2026-04-10 19:36:51 +02:00
resonantsky 5696ffefde Linux wheel \bin\ folder to \lib\ folder fix 2026-04-10 14:05:51 +02:00
vladmandic 6a10fca1d0 update image guard
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-09 14:33:35 +02:00
vladmandic 14ba5e4ce7 update nudenet
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-09 13:48:54 +02:00
resonantsky e7ca946381 Merge branch 'vladmandic:dev' into dev 2026-04-09 08:43:58 +02:00
CalamitousFelicitousness 0e5d351099 add google gemma-4-e2b and gemma-4-e4b support
- add to prompt enhance models, img2img, and models_cls
- add to vlm/caption models
- update _load_gemma class selection for gemma 4
- bump transformers pin to 5.5.0.dev for gemma4 architecture support
2026-04-09 03:21:50 +01:00
CalamitousFelicitousness 3195bd6287 feat(autocomplete): move settings to always-on script UI
- create scripts/autocomplete.py as always-on script with dictionary
  management UI (dropdown, refresh, update, settings controls)
- move autocomplete settings from Settings > Extra Networks to hidden
  options, controlled via script UI with JS config bridge
- remove early exit in autocomplete.js when no dictionaries enabled,
  allowing dictionaries enabled via script UI to work without reload
- add id-based suffix matching to setHints.js for unique button hints
- add locale_en.json entries with tooltips for all autocomplete controls
2026-04-09 02:00:45 +01:00
resonantsky b89439e5b4 some UI clean up 2026-04-08 21:40:06 +02:00
resonantsky 5d7cc3016a some UI clean up 2026-04-08 21:27:36 +02:00
resonantsky 1733de3401 ROCm default system path corrections 2026-04-08 20:43:14 +02:00
vladmandic 8bce746fa2 lint
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-08 08:39:42 +02:00
vladmandic a8e535efe2 enhanced filename pattern processing
Signed-off-by: vladmandic <mandic00@live.com>
2026-04-08 08:32:32 +02:00
awsr c003b0eb48 PIL Image.Image type fix 2026-04-06 01:06:19 -07:00
resonantsky 0add6a4642 Properly platform agnostic paths. 2026-04-04 21:17:42 +02:00
resonantsky a809b616e6 Restoring platform agnosticism, Linux users report OK 2026-04-03 15:46:15 +02:00
resonantsky e49d6262e9 UI edits, small corrections 2026-04-03 12:25:06 +02:00
resonantsky ac9aacac66 edited if installer.torch_info line 470 2026-04-03 11:58:43 +02:00
resonantsky 2177609e54 further fixes requested by review 2026-04-03 11:28:25 +02:00
resonantsky ee3b141297 fixes as requested by review 2026-04-03 11:21:53 +02:00
resonantsky 24f4490a59 Apply suggestion from @awsr
Co-authored-by: awsr <43862868+awsr@users.noreply.github.com>
2026-04-03 11:09:55 +02:00
resonantsky d2a47ee0ed code quality and layout fixes 2026-04-03 10:29:53 +02:00
resonantsky 01d53edb25 code quality and layout fixes 2026-04-03 10:12:21 +02:00
resonantsky b659a06c60 rocm_mgr: easy fixes - simplify _get_venv to sys.prefix, _get_root to direct script_path import 2026-04-02 21:13:22 +02:00
resonantsky fdc2f46457 further rocblas default settings 2026-04-02 16:20:30 +02:00
resonantsky 1ed2811c80 rocm_mgr: use modules.paths.script_path for app root 2026-04-02 15:21:54 +02:00
resonantsky f5c037a735 Added further rocblas support enhancements and performance-related best practice settings. 2026-04-02 14:59:16 +02:00
Vladimir Mandic 999cbe5d3a Merge branch 'dev' into various1 2026-04-02 08:36:24 +02:00
awsr 95dadab5c3 Revert import format change
Not sure why, but it was causing errors
2026-03-29 02:04:22 -07:00
awsr 8ef8074467 Upgrade to typed NamedTuples 2026-03-28 16:57:59 -07:00
resonantsky 133bf81ad0 faulty pre-inference resize removed 2026-03-28 10:57:15 +02:00
resonantsky ba8f7b06b2 pre-inference resize save out fix 2026-03-28 10:57:15 +02:00
vladmandic b5e9fbc7b3 reorganize scripts/extensions
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-27 14:00:46 +01:00
vladmandic a6029afb04 i2i cleanup imports
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-26 09:29:14 +01:00
Vladimir Mandic 31e1461a65 Merge pull request #4709 from resonantsky/dev
CeeTeeDee's I2I folder batch inference.
2026-03-26 09:23:38 +01:00
resonantsky 9003e67ec4 Added multifile support through modules\file_cache.py, tested. 2026-03-26 10:11:49 +02:00
awsr c3cce0ad76 PEP 484 scripts directory 2026-03-25 16:56:28 -07:00
resonantsky b3837aa944 Added inference bypass for upscale only passes. 2026-03-25 23:28:38 +02:00
resonantsky a51755dcf4 further edits 2026-03-25 22:50:31 +02:00
resonantsky 8b6de3c215 added pre-inference resize 2026-03-25 20:52:22 +02:00
resonantsky c37e788c0b fixes 2026-03-25 19:51:25 +02:00
resonantsky 12af43e4de CeeTeeDee's I2I folder batch inference. 2026-03-25 19:30:55 +02:00
vladmandic b90558430e fix grid
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-25 09:11:31 +01:00
Vladimir Mandic 62e629a3ac Merge pull request #4705 from resonantsky/dev
Added : Group Conv / CK Toggles (RDNA3/4+) per request
2026-03-24 15:03:03 +01:00
vladmandic 53839e464c remove legacy quant loaders
Signed-off-by: vladmandic <mandic00@live.com>
2026-03-24 15:01:07 +01:00
resonantsky 670ca3a644 ROCm: fix apply_env to clear _EXTRA_CLEAR_VARS; fix info table value cell color for light themes 2026-03-24 13:39:35 +02:00