Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bump gradio to 3.5 | AUTOMATIC | 2022-10-15 | 1 | -1/+1 | |
| | ||||||
* | bump gradio to 3.4.1 | AUTOMATIC | 2022-10-11 | 1 | -1/+1 | |
| | ||||||
* | Allow nested structures inside schedules | dan | 2022-10-04 | 1 | -0/+1 | |
| | ||||||
* | move CLIP out of requirements and into launcher to make it possible to ↵ | AUTOMATIC | 2022-10-02 | 1 | -2/+0 | |
| | | | | launch the program offline | |||||
* | fix version of gradio in requirements.txt because this is important and an ↵ | AUTOMATIC | 2022-09-29 | 1 | -1/+1 | |
| | | | | older would work poorly. | |||||
* | Merge pull request #1260 from uservar/master | AUTOMATIC1111 | 2022-09-28 | 1 | -1/+1 | |
|\ | | | | | Specify transformers version in requirements.txt | |||||
| * | Update requirements.txt | uservar | 2022-09-28 | 1 | -1/+1 | |
| | | ||||||
* | | remove k-diffusion from requirements because we are not cloning the repo | AUTOMATIC | 2022-09-28 | 1 | -1/+0 | |
|/ | ||||||
* | clone k-diffusion instead of installing it via pip, and do not install its ↵ | AUTOMATIC | 2022-09-28 | 1 | -0/+7 | |
| | | | | requirements.txt | |||||
* | removing duplicates | achaiah | 2022-09-25 | 1 | -13/+11 | |
| | | | removing duplicated requirements (transformers, diffusers) and reorganizing alphabetically to be able to spot duplicates in the future. | |||||
* | add piexif to requirements.txt | JJ | 2022-09-13 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #400 from rick2047/requirements-sklearn-version | AUTOMATIC1111 | 2022-09-13 | 1 | -1/+1 | |
|\ | | | | | Add minimum requirements for skimage version | |||||
| * | Update with definitely right requirements for skimage | Paresh Mathur | 2022-09-13 | 1 | -1/+1 | |
| | | | | | | In my defense I was doing this on my phone. | |||||
| * | Now with the correct version of skimage | Paresh Mathur | 2022-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | Add skimage minimum requirement | Paresh Mathur | 2022-09-13 | 1 | -1/+1 | |
| | | | | | | Related to https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/393 | |||||
* | | moved most of functionality from webui.bat into cross-platform launch.py | AUTOMATIC | 2022-09-13 | 1 | -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-diffusion | AUTOMATIC | 2022-09-12 | 1 | -1/+1 | |
| | | | | | made launcher always install requirements bumped basicsr to 1.4.2 because someone wanted it | |||||
* | CLIP interrogator | AUTOMATIC | 2022-09-11 | 1 | -0/+2 | |
| | ||||||
* | add missing reqs from PR | AUTOMATIC | 2022-09-09 | 1 | -0/+2 | |
| | | | | | add missing check to autoinstall that will install fonts for existing users remove unusaed line from another PR | |||||
* | Add color correction to img2img loopback to avoid a progressive skew to ↵ | rewbs | 2022-09-08 | 1 | -0/+1 | |
| | | | | magenta. Based on codedealer's PR to hlky's repo here: https://github.com/sd-webui/stable-diffusion-webui/pull/698/files. | |||||
* | remove double basicr requirement | AUTOMATIC | 2022-09-06 | 1 | -1/+0 | |
| | | | | add seed change for anon | |||||
* | added dependency for gfpgan | AUTOMATIC | 2022-09-06 | 1 | -0/+1 | |
| | ||||||
* | readme extras for VRAM for | AUTOMATIC | 2022-09-06 | 1 | -0/+4 | |
| | | | | | | added missing packages to requirements for #74 add support for negative numbers in X/Y plot (plus ranges) #73 changed progressbar to work properly with custom modes | |||||
* | applied workaround for gradio 3.2 | AUTOMATIC | 2022-09-01 | 1 | -1/+1 | |
| | ||||||
* | added interrupt button | AUTOMATIC | 2022-09-01 | 1 | -1/+1 | |
| | | | | | | added save button --always-batch-cond-uncond as a workaround for performance regression option for low memory users specify gradio version as 3.1.5 because of what looks like a bug | |||||
* | added detailed installation instructions | AUTOMATIC | 2022-08-31 | 1 | -0/+10 | |
fixed bug with missing same dir for a new install added ctrl+c hander to immediately stop the program instead of waiting |