vladmandic
acf475ee45
update locales
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-24 15:01:07 +01:00
Disty0
14c3cf9172
IPEX fix transformers and disable torch.tensor hijack
2026-03-24 16:58:53 +03:00
Disty0
cff7f8d4a9
IPEX remove the use of lambdas
2026-03-24 14:36:58 +03:00
Disty0
4f8260e670
Update IPEX to Torch 2.11
2026-03-24 14:17:24 +03:00
Disty0
a5977f09f5
Fix JPEG XL
2026-03-24 13:36:52 +03:00
vladmandic
bc22e0f0dc
monkey patch transformers version checks
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-23 18:30:28 +01:00
vladmandic
dbd2293586
remove hf token from load args
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-23 17:53:47 +01:00
vladmandic
f5fbc06fe4
update changelog
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-23 16:26:48 +01:00
vladmandic
c1e67a9c71
update changelog/todo
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-23 16:21:35 +01:00
Vladimir Mandic
047e66f610
Merge pull request #4703 from resonantsky/dev
...
ROCm: Advanced Configuration Script.
2026-03-23 16:10:06 +01:00
resonantsky
eb4a1ec781
lint: fix ruff and pylint warnings in rocm_ext and rocm_mgr
2026-03-23 16:37:50 +02:00
resonantsky
0ee33ea60e
corrections as specified in PR conversation
2026-03-23 16:19:33 +02:00
resonantsky
312d909739
Restored rocm_ext.py IF checks for rocm to those supplied with the template
2026-03-23 15:19:59 +02:00
resonantsky
9033095be6
ROCm: Advanced Configuration Script
2026-03-23 12:04:07 +02:00
resonantsky
73b854e4cf
ROCm: Advanced Config
2026-03-23 12:04:07 +02:00
vladmandic
41fddce2e9
update wiki and todo
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-23 09:22:01 +01:00
vladmandic
09b9ae32c1
add color grading to processing
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-23 08:44:07 +01:00
vladmandic
3261e2eeae
update requirements and introduce constraints
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-23 07:27:50 +01:00
vladmandic
57990fd8c0
add FireRed-Image-Edit-1.1
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-23 06:41:46 +01:00
Vladimir Mandic
a6cae50a67
Merge pull request #4700 from vladmandic/feat/flux2-klein-lora
...
add Flux2/Klein LoRA support
2026-03-23 06:36:31 +01:00
CalamitousFelicitousness
9719290ceb
fix(lora): handle kohya-format alpha keys in Flux2/Klein LoRA loading
2026-03-23 02:14:07 +00:00
CalamitousFelicitousness
091f31d4bf
add Flux2/Klein LoRA support
...
- detect f2 model type for LoRAs via metadata, architecture, and filename/folder
- preprocess bare BFL-format keys with diffusion_model prefix for Flux2LoraLoaderMixin
- handle LoKR format via native NetworkModuleLokr with on-the-fly kron(w1, w2)
- add NetworkModuleLokrChunk for fused QKV split into separate Q/K/V modules
- activate native modules loaded via diffusers path
- improve error message for Flux1/Flux2 architecture mismatch
2026-03-23 02:14:07 +00:00
CalamitousFelicitousness
0d248c45e7
fix(upscaler): convert non-RGB images before ESRGAN forward pass
2026-03-23 02:12:59 +00:00
vladmandic
deb45c49b3
add rocm config prototype
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-22 17:32:47 +01:00
vladmandic
e87fcd1bc5
latent correction hints
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-22 11:27:36 +01:00
vladmandic
b2b4e13bab
lint
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-22 11:17:41 +01:00
vladmandic
e572364766
update modernui
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-22 11:09:45 +01:00
vladmandic
afe3786f5f
add unet/dir to networks
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-22 11:09:45 +01:00
CalamitousFelicitousness
9a5e908ddf
fix(ui): initialize max_length before tokenizer block
2026-03-21 23:27:46 +00:00
vladmandic
a54e9b3311
update readme and some debug functions
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-21 09:08:53 +01:00
CalamitousFelicitousness
5e4819c3e9
run enso extension installer after clone and update
...
After deletion and re-clone, enso.install() runs after
install_extensions() has already passed, so install.py
was never triggered and the frontend was not built.
2026-03-20 21:43:44 +00:00
vladmandic
79bf0f8c1d
update changelog/todo
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-20 18:06:27 +01:00
vladmandic
93947d3901
update changelog/todo
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-20 10:14:00 +01:00
Vladimir Mandic
ab7c780c9f
Merge pull request #4657 from awsr/detailed-token-counts
...
Add detailed token counts
2026-03-20 10:04:54 +01:00
Vladimir Mandic
8311add607
Merge pull request #4687 from awsr/gallery-sort
...
Gallery: Decouple sort button icon value from sorting logic
2026-03-20 10:03:16 +01:00
Vladimir Mandic
f86b0e69ef
Merge pull request #4691 from awsr/errorlimiter-update
...
Update Errorlimiter to be thread-safe
2026-03-20 10:02:28 +01:00
vladmandic
295fe6fbd3
handle script errors
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-20 09:30:17 +01:00
vladmandic
7588ec0636
cleanup rembg
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-20 09:10:28 +01:00
vladmandic
c10472f37a
cleanup rembg
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-20 09:10:19 +01:00
Vladimir Mandic
24c4f2599e
Merge pull request #4695 from vladmandic/fb-merge
...
merge feature branch to dev
2026-03-20 08:56:57 +01:00
vladmandic
f83e9e7943
deregister rembg submodule
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-20 08:14:01 +01:00
vladmandic
4b998e3866
deregister rembg submodule
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-20 08:13:28 +01:00
vladmandic
760b0121bc
update register_api
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-20 08:07:05 +01:00
vladmandic
d679fbb8fb
move rembg to internal
...
Signed-off-by: vladmandic <mandic00@live.com >
2026-03-20 08:04:21 +01:00
Vladimir Mandic
6a282d904b
Merge pull request #4694 from vladmandic/feat/civitai-browser-overhaul
...
Feat/civitai browser overhaul
2026-03-20 07:39:06 +01:00
CalamitousFelicitousness
813b61eda8
test: add api tests for generation params and detailer endpoints
...
Generation tests cover scheduler params, color grading, and latent
corrections. Detailer tests cover model enumeration and object
detection. Both require a running SD.Next instance.
2026-03-20 04:33:51 +00:00
CalamitousFelicitousness
0ec1e9bca2
test: add offline unit tests for color grading and latent corrections
...
Covers pixel-space color grading and latent-space corrections with
synthetic inputs, no running server required.
2026-03-20 04:33:51 +00:00
CalamitousFelicitousness
9cf2ab08a0
feat(civitai): add url parsing to cli search tool
...
Extract model ID from civitai.com URLs pasted as the query argument,
matching the same behavior added to the main search module.
2026-03-20 04:33:51 +00:00
CalamitousFelicitousness
e7f2b63814
style(ui): add disabled-look class for civitai mutual exclusivity
2026-03-20 04:33:51 +00:00
CalamitousFelicitousness
0be7678ea4
feat(ui): extend civitai download bridge with model/version ids and mutual exclusivity
...
Add selectedModelId and selectedVersionId to the download bridge so
metadata JSON and preview images are fetched alongside model files.
Pass model_id and version_id from card detail view through
startCivitDownload and downloadCivitModel. Add keyword/tag mutual
exclusivity via disabled-look CSS class toggle.
2026-03-20 04:33:39 +00:00