Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-01-28 | Bump safetensors' version to 0.4.2 | Kohaku-Blueleaf | -1/+1 | |
2023-12-31 | Merge pull request #14471 from akx/bump-numpy | AUTOMATIC1111 | -1/+1 | |
Bump numpy to 1.26.2 | ||||
2023-12-30 | Bump numpy to 1.26.2 | Aarni Koskela | -1/+1 | |
This avoids it being downgraded during `launch.py` | ||||
2023-12-30 | Drop dependency on basicsr | Aarni Koskela | -1/+0 | |
2023-12-30 | Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGAN | Aarni Koskela | -1/+0 | |
2023-12-30 | Use Spandrel for upscaling and face restoration architectures (aside from ↵ | Aarni Koskela | -2/+2 | |
GFPGAN and LDSR) | ||||
2023-11-04 | Update requirements_versions.txt | w-e-w | -0/+1 | |
2023-09-27 | Bump to torchsde==0.2.6 | Aarni Koskela | -1/+1 | |
2023-08-27 | update gradio to 3.41.2 | AUTOMATIC1111 | -1/+1 | |
2023-08-24 | bump gradio version | AUTOMATIC1111 | -1/+1 | |
2023-08-04 | Merge branch 'dev' into dev | AUTOMATIC1111 | -4/+3 | |
2023-08-04 | gradio 3.39 | AUTOMATIC1111 | -1/+1 | |
2023-07-17 | skip installing packages with pip if theyare already installed | AUTOMATIC1111 | -2/+2 | |
record time it took to launch | ||||
2023-07-17 | Update requirements_versions.txt | wzgrx | -7/+8 | |
2023-07-12 | SDXL support | AUTOMATIC1111 | -0/+1 | |
2023-05-28 | Synchronize requirements/requirements_versions | Aarni Koskela | -0/+1 | |
* Remove deps not listed in _versions from requirements * Omit versions when they don't match _versions | ||||
2023-05-28 | Sort requirements files | Aarni Koskela | -18/+18 | |
2023-05-22 | Upgrade Gradio, remove docs URL hack | Aarni Koskela | -1/+1 | |
2023-05-18 | bump gradio | AUTOMATIC | -1/+1 | |
2023-05-14 | updates for #9256 | AUTOMATIC | -1/+1 | |
2023-05-14 | Merge pull request #9256 from papuSpartan/tomesd | AUTOMATIC1111 | -0/+1 | |
Integrate optional speed and memory improvements by token merging (via dbolya/tomesd) | ||||
2023-05-11 | Merge branch 'dev' of ↵ | papuSpartan | -4/+2 | |
https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd | ||||
2023-05-11 | Bump versions to avoid downgrading them | Aarni Koskela | -2/+2 | |
2023-05-11 | Drop fonts + font-roboto deps since we only use the single regular cut of Roboto | Aarni Koskela | -2/+0 | |
2023-05-11 | Update clean-fid to loosen transitive dependency pins | Aarni Koskela | -1/+1 | |
Diff: https://github.com/GaParmar/clean-fid/compare/bd92e684ff06819058083c5a9fddc6f712045d46...c8ffa420a3923e8fd87c1e75170de2cf59d2644b | ||||
2023-05-10 | bump gradio version for all suffering musicians | AUTOMATIC | -1/+1 | |
2023-05-03 | resolve merge conflicts and swap to dev branch for now | papuSpartan | -4/+4 | |
2023-04-29 | bump gradio to 3.28.1 | AUTOMATIC | -1/+1 | |
2023-04-29 | stuff related to torch version change | AUTOMATIC | -1/+1 | |
2023-04-29 | Merge branch 'dev' into torch | AUTOMATIC1111 | -1/+1 | |
2023-04-29 | bump gradio to 3.27 | AUTOMATIC | -1/+1 | |
2023-04-10 | add token merging options to infotext when necessary. Bump tomesd | papuSpartan | -1/+1 | |
version | ||||
2023-04-04 | bump tomesd package version | papuSpartan | -1/+1 | |
2023-04-01 | Transition to using settings through UI instead of cmd line args. Added ↵ | papuSpartan | -0/+1 | |
feature to only apply to hr-fix. Install package using requirements_versions.txt | ||||
2023-03-30 | update torch | Vladimir Mandic | -2/+2 | |
2023-03-25 | Merge pull request #8508 from vladmandic/lightning | AUTOMATIC1111 | -1/+1 | |
allow usage of latest pytorch_lighning | ||||
2023-03-25 | Merge pull request #8698 from Narsil/update_safetensors | AUTOMATIC1111 | -1/+1 | |
Updating safetensors version (fully backward compatible) | ||||
2023-03-25 | bump gradio to 3.23 | AUTOMATIC | -1/+1 | |
fix broken image dragging | ||||
2023-03-25 | initial gradio 3.22 support | AUTOMATIC | -1/+1 | |
2023-03-17 | Updating safetensors version (fully backward compatible) | Nicolas Patry | -1/+1 | |
- Main takeaway is that the newly created files should load better because pointer alignment is forced | ||||
2023-03-11 | allow usage of latest fastapi | Vladimir Mandic | -1/+1 | |
2023-03-11 | all usage of newer pytorch_lighning | Vladimir Mandic | -1/+1 | |
2023-03-11 | bump GitPython to 3.1.30 because some people would be upset about it being ↵ | AUTOMATIC | -1/+1 | |
below that version #8118 | ||||
2023-02-11 | Fix: v0.91.0 of fastapi Cannot add middleware after an application has started | zijiren233 | -0/+1 | |
2023-01-25 | Update requirements transformers==4.25.1 | Kyle | -1/+1 | |
Update requirement for transformers to version 4.25.1 to allow instruct-pix2pix demo code to work | ||||
2023-01-25 | remove the pip install stuff because it does not work as i hoped it would | AUTOMATIC | -1/+0 | |
2023-01-24 | add fastapi to requirements | AUTOMATIC | -0/+1 | |
2023-01-24 | remove fairscale requirement, add fake fairscale to make BLIP not complain ↵ | AUTOMATIC | -1/+0 | |
about it | ||||
2023-01-18 | bump gradio to 3.16.2 | AUTOMATIC | -1/+1 | |
change style selection to multiselect dropdown | ||||
2023-01-14 | bump gradio to 3.16.1 | AUTOMATIC | -1/+1 | |