update gradio installer

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-04-25 00:09:31 +02:00
parent ece0aee7bc
commit c1c89b8751
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -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
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -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