From c1c89b87510c462ce389efd6bddbfad6fd9fb18a Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 25 Apr 2026 00:09:31 +0200 Subject: [PATCH] update gradio installer Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 8 ++++---- installer.py | 2 +- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cda89ce..5fc9ef83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Change Log for SD.Next -## Update for 2026-04-24 +## Update for 2026-04-25 -### Highlights for 2026-04-24 +### Highlights for 2026-04-25 *What's New?* - New image models! **ERNIE-Image**, **Zeta-Chroma**, **Nucleus**, **Bria-FIBO**, **Anima-v3**, **SDXS-1B** -- New video model: **LTX 2.3 v1.1** *(and new UI for it)* +- New video model: **LTX 2.3 v1.1** *(with audio, refiner and upscaler)* - Major **Kanvas** update for enhanced inpaint/outpaint and overal more responsive **UI** - Built-in **Tag-Autocomplete** with support for *10+* tag databases - Additional Schedulers, updates to NudeNet, OpenVINO and ROCm and other features @@ -18,7 +18,7 @@ For full details, see [ChangeLog](https://github.com/vladmandic/automatic/blob/m [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) | [Sponsor](https://github.com/sponsors/vladmandic) -### Details for 2026-04-24 +### Details for 2026-04-25 - **Models** - [LTX Video 2.3](https://huggingface.co/Lightricks/LTX-2.3) add *1.1 Distilled* and *1.1 Distilled-SDNQ* variants diff --git a/installer.py b/installer.py index 1d559822f..36755f397 100644 --- a/installer.py +++ b/installer.py @@ -1167,7 +1167,7 @@ def install_gradio(): return install('gradio==3.43.2', no_deps=True) install('gradio-client==0.5.0', no_deps=True, quiet=True) - pkgs = ['fastapi', 'websockets', 'aiofiles', 'ffmpy', 'pydub', 'uvicorn', 'semantic-version', 'altair', 'python-multipart', 'matplotlib'] + pkgs = ['fastapi', 'websockets', 'aiofiles', 'ffmpy', 'pydub', 'uvicorn', 'semantic-version', 'altair', 'python-multipart', 'matplotlib', 'importlib-resources'] for pkg in pkgs: if not installed(pkg, quiet=True): install(pkg, quiet=True) diff --git a/requirements.txt b/requirements.txt index 9faba0928..dbdf506a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ requests==2.32.3 tqdm==4.67.3 accelerate==1.13.0 einops==0.8.1 -huggingface_hub==1.11.0 +huggingface_hub==1.12.0 numpy==2.1.2 pandas==2.3.1 protobuf==6.33.5