diff --git a/CHANGELOG.md b/CHANGELOG.md index 99ce2ffd1..a7f366c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,10 @@ ### Highlights for 2025-08-09 -Several new models: [Qwen-Image](https://qwenlm.github.io/blog/qwen-image/), [FLUX.1-Krea-Dev](https://www.krea.ai/blog/flux-krea-open-source-release) -And several updated models: [Chroma](https://huggingface.co/lodestones/Chroma), [SkyReels-V2](https://huggingface.co/Skywork/SkyReels-V2-DF-14B-720P-Diffusers), [Wan-VACE](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B-diffusers) -Plus continuing with major **UI** work, there is new embedded **Docs/Wiki** search, redesigned real-time **hints**, built-in **GPU monitor**, **CivitAI** integration and more! -On the compute side, new profiles for high-vram GPUs and offloading improvements +Several new models: [Qwen-Image](https://qwenlm.github.io/blog/qwen-image/) and [FLUX.1-Krea-Dev](https://www.krea.ai/blog/flux-krea-open-source-release) +Several updated models: [Chroma](https://huggingface.co/lodestones/Chroma), [SkyReels-V2](https://huggingface.co/Skywork/SkyReels-V2-DF-14B-720P-Diffusers) and [Wan-VACE](https://huggingface.co/Wan-AI/Wan2.1-VACE-14B-diffusers) +Plus continuing with major **UI** work, we have new embedded **Docs/Wiki** search, redesigned real-time **hints**, built-in **GPU monitor**, **CivitAI** integration and more! +On the compute side, new profiles for high-vram GPUs, offloading improvements and support for new `torch` release And (*as always*) many bugfixes and improvements to existing features! [ReadMe](https://github.com/vladmandic/automatic/blob/master/README.md) | [ChangeLog](https://github.com/vladmandic/automatic/blob/master/CHANGELOG.md) | [Docs](https://vladmandic.github.io/sdnext-docs/) | [WiKi](https://github.com/vladmandic/automatic/wiki) | [Discord](https://discord.com/invite/sd-next-federal-batch-inspectors-1101998836328697867) diff --git a/extensions-builtin/sdnext-modernui b/extensions-builtin/sdnext-modernui index f852a2cc7..3a2d19880 160000 --- a/extensions-builtin/sdnext-modernui +++ b/extensions-builtin/sdnext-modernui @@ -1 +1 @@ -Subproject commit f852a2cc796de41a7e87aa223ff2793042c7b602 +Subproject commit 3a2d1988047e0880991468313292c057742b139e diff --git a/javascript/sdnext.css b/javascript/sdnext.css index 19759ad0a..4c335e30c 100644 --- a/javascript/sdnext.css +++ b/javascript/sdnext.css @@ -2067,12 +2067,12 @@ div:has(>#tab-gallery-folders) { font-weight: normal; } -#civitai_token textarea, #hf_token textarea { +#civitai_token textarea, #hf_token textarea, #setting_huggingface_token textarea { filter: blur(4px); } -#civitai_token textarea:hover, #hf_token textarea:hover, -#civitai_token textarea:focus, #hf_token textarea:focus { +#civitai_token textarea:hover, #hf_token textarea:hover, #setting_huggingface_token textarea:hover, +#civitai_token textarea:focus, #hf_token textarea:focus, #setting_huggingface_token textarea:focus { filter: blur(0); }