aboutsummaryrefslogtreecommitdiffstats
path: root/requirements_versions.txt
Commit message (Collapse)AuthorAgeFilesLines
* Bump safetensors' version to 0.4.2Kohaku-Blueleaf2024-01-281-1/+1
|
* Merge pull request #14471 from akx/bump-numpyAUTOMATIC11112023-12-301-1/+1
|\ | | | | Bump numpy to 1.26.2
| * Bump numpy to 1.26.2Aarni Koskela2023-12-301-1/+1
| | | | | | | | This avoids it being downgraded during `launch.py`
* | Drop dependency on basicsrAarni Koskela2023-12-301-1/+0
|/
* Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGANAarni Koskela2023-12-301-1/+0
|
* Use Spandrel for upscaling and face restoration architectures (aside from ↵Aarni Koskela2023-12-301-2/+2
| | | | GFPGAN and LDSR)
* Update requirements_versions.txtw-e-w2023-11-031-0/+1
|
* Bump to torchsde==0.2.6Aarni Koskela2023-09-271-1/+1
|
* update gradio to 3.41.2AUTOMATIC11112023-08-271-1/+1
|
* bump gradio versionAUTOMATIC11112023-08-241-1/+1
|
* Merge branch 'dev' into devAUTOMATIC11112023-08-041-4/+3
|\
| * gradio 3.39AUTOMATIC11112023-08-041-1/+1
| |
| * skip installing packages with pip if theyare already installedAUTOMATIC11112023-07-171-2/+2
| | | | | | | | record time it took to launch
* | Update requirements_versions.txtwzgrx2023-07-171-7/+8
|/
* SDXL supportAUTOMATIC11112023-07-121-0/+1
|
* Synchronize requirements/requirements_versionsAarni Koskela2023-05-281-0/+1
| | | | | | * Remove deps not listed in _versions from requirements * Omit versions when they don't match _versions
* Sort requirements filesAarni Koskela2023-05-281-18/+18
|
* Upgrade Gradio, remove docs URL hackAarni Koskela2023-05-221-1/+1
|
* bump gradioAUTOMATIC2023-05-181-1/+1
|
* updates for #9256AUTOMATIC2023-05-141-1/+1
|
* Merge pull request #9256 from papuSpartan/tomesdAUTOMATIC11112023-05-141-0/+1
|\ | | | | Integrate optional speed and memory improvements by token merging (via dbolya/tomesd)
| * Merge branch 'dev' of ↵papuSpartan2023-05-121-4/+2
| |\ | | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui into tomesd
| * \ resolve merge conflicts and swap to dev branch for nowpapuSpartan2023-05-031-4/+4
| |\ \
| * | | add token merging options to infotext when necessary. Bump tomesdpapuSpartan2023-04-101-1/+1
| | | | | | | | | | | | | | | | version
| * | | bump tomesd package versionpapuSpartan2023-04-041-1/+1
| | | |
| * | | Transition to using settings through UI instead of cmd line args. Added ↵papuSpartan2023-04-021-0/+1
| | | | | | | | | | | | | | | | feature to only apply to hr-fix. Install package using requirements_versions.txt
* | | | Bump versions to avoid downgrading themAarni Koskela2023-05-111-2/+2
| |_|/ |/| |
* | | Drop fonts + font-roboto deps since we only use the single regular cut of RobotoAarni Koskela2023-05-111-2/+0
| | |
* | | Update clean-fid to loosen transitive dependency pinsAarni Koskela2023-05-111-1/+1
| | | | | | | | | | | | Diff: https://github.com/GaParmar/clean-fid/compare/bd92e684ff06819058083c5a9fddc6f712045d46...c8ffa420a3923e8fd87c1e75170de2cf59d2644b
* | | bump gradio version for all suffering musiciansAUTOMATIC2023-05-101-1/+1
| |/ |/|
* | bump gradio to 3.28.1AUTOMATIC2023-04-291-1/+1
| |
* | stuff related to torch version changeAUTOMATIC2023-04-291-1/+1
| |
* | Merge branch 'dev' into torchAUTOMATIC11112023-04-291-1/+1
|\ \
| * | bump gradio to 3.27AUTOMATIC2023-04-291-1/+1
| |/
* / update torchVladimir Mandic2023-03-301-2/+2
|/
* Merge pull request #8508 from vladmandic/lightningAUTOMATIC11112023-03-251-1/+1
|\ | | | | allow usage of latest pytorch_lighning
| * all usage of newer pytorch_lighningVladimir Mandic2023-03-111-1/+1
| |
* | Merge pull request #8698 from Narsil/update_safetensorsAUTOMATIC11112023-03-251-1/+1
|\ \ | | | | | | Updating safetensors version (fully backward compatible)
| * | Updating safetensors version (fully backward compatible)Nicolas Patry2023-03-171-1/+1
| | | | | | | | | | | | | | | - Main takeaway is that the newly created files should load better because pointer alignment is forced
* | | bump gradio to 3.23AUTOMATIC2023-03-251-1/+1
| | | | | | | | | | | | fix broken image dragging
* | | initial gradio 3.22 supportAUTOMATIC2023-03-251-1/+1
|/ /
* / allow usage of latest fastapiVladimir Mandic2023-03-111-1/+1
|/
* bump GitPython to 3.1.30 because some people would be upset about it being ↵AUTOMATIC2023-03-111-1/+1
| | | | below that version #8118
* Fix: v0.91.0 of fastapi Cannot add middleware after an application has startedzijiren2332023-02-101-0/+1
|
* Update requirements transformers==4.25.1Kyle2023-01-251-1/+1
| | | | Update requirement for transformers to version 4.25.1 to allow instruct-pix2pix demo code to work
* remove the pip install stuff because it does not work as i hoped it wouldAUTOMATIC2023-01-241-1/+0
|
* add fastapi to requirementsAUTOMATIC2023-01-241-0/+1
|
* remove fairscale requirement, add fake fairscale to make BLIP not complain ↵AUTOMATIC2023-01-241-1/+0
| | | | about it
* bump gradio to 3.16.2AUTOMATIC2023-01-181-1/+1
|\ | | | | | | change style selection to multiselect dropdown
| * bump gradio to 3.16.1AUTOMATIC2023-01-141-1/+1
|/