aboutsummaryrefslogtreecommitdiffstats
path: root/requirements_versions.txt
Commit message (Collapse)AuthorAgeFilesLines
* add missing requirement for api and fix some typosAUTOMATIC2022-10-171-0/+1
|
* bump gradio to 3.5AUTOMATIC2022-10-151-1/+1
|
* bump gradio to 3.4.1AUTOMATIC2022-10-111-1/+1
|
* Allow nested structures inside schedulesdan2022-10-041-0/+1
|
* move CLIP out of requirements and into launcher to make it possible to ↵AUTOMATIC2022-10-021-1/+0
| | | | launch the program offline
* clone k-diffusion instead of installing it via pip, and do not install its ↵AUTOMATIC2022-09-281-1/+8
| | | | requirements.txt
* upgrade to gradio==3.4b3 t fixthe inpain bugsAUTOMATIC2022-09-231-1/+1
| | | | | | rework progressbar/preview to work with new gradio remove unnecessary create style button added link to alternative colab
* revert transformers version change that prevents the program from starting.AUTOMATIC2022-09-221-1/+1
|
* Bump Versionsd8ahazard2022-09-221-10/+9
|
* Add buttons for random and reuse seed.Johan Aires Rastén2022-09-181-1/+1
| | | | | Random button sets seed to -1, reuse copies the seed from the last generated image.
* add piexif to requirements_versions.txtJJ2022-09-131-0/+1
|
* revert to old 1.3.5 basicsr because the new one still causes problems for ↵AUTOMATIC2022-09-131-1/+1
| | | | some python version
* moved most of functionality from webui.bat into cross-platform launch.pyAUTOMATIC2022-09-131-0/+2
| | | | | moved stable diffusion dependencies into requirements.txt added checkout with specific commit hashes to all external repos
* fixed version for GFPGAN and k-diffusionAUTOMATIC2022-09-121-1/+1
| | | | | made launcher always install requirements bumped basicsr to 1.4.2 because someone wanted it
* CLIP interrogatorAUTOMATIC2022-09-111-0/+2
|
* split settings into three columnsAUTOMATIC2022-09-101-2/+2
| | | | | added a different workaround for gradio mask bug with info in UI switched to newer gradio version
* Embed robotoorionaskatu2022-09-091-0/+2
|
* Add scikit-image dependency to requirements_versions.txt for windows users.rewbs2022-09-081-0/+1
|
* remove double basicr requirementAUTOMATIC2022-09-061-2/+1
| | | | add seed change for anon
* added dependency for gfpganAUTOMATIC2022-09-061-0/+1
|
* change webui.bat to use venvAUTOMATIC2022-09-021-0/+10