Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump gradio to 3.28.1 | AUTOMATIC | 2023-04-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' into remove-watermark-option | AUTOMATIC1111 | 2023-04-29 | 1 | -1/+2 |
|\ | |||||
| * | Merge branch 'dev' into torch | AUTOMATIC1111 | 2023-04-29 | 1 | -1/+1 |
| |\ | |||||
| | * | bump gradio to 3.27 | AUTOMATIC | 2023-04-29 | 1 | -1/+1 |
| | | | |||||
| * | | update torch | Vladimir Mandic | 2023-03-30 | 1 | -0/+1 |
| |/ | |||||
* | | Merge branch 'master' into remove-watermark-option | space-nuko | 2023-03-27 | 1 | -1/+2 |
|\| | |||||
| * | Merge pull request #8662 from vladmandic/api-handler | AUTOMATIC1111 | 2023-03-25 | 1 | -0/+1 |
| |\ | | | | | | | api error handler | ||||
| | * | api error handler | Vladimir Mandic | 2023-03-15 | 1 | -0/+1 |
| | | | |||||
| * | | bump gradio to 3.23 | AUTOMATIC | 2023-03-25 | 1 | -1/+1 |
| | | | | | | | | | | | | fix broken image dragging | ||||
| * | | initial gradio 3.22 support | AUTOMATIC | 2023-03-25 | 1 | -1/+1 |
| |/ | |||||
* / | Remove "do not add watermark to images" option | space-nuko | 2023-03-23 | 1 | -1/+0 |
|/ | |||||
* | Update requirements transformers==4.25.1 | Kyle | 2023-01-25 | 1 | -1/+1 |
| | | | | Update requirement for transformers to version 4.25.1 to allow instruct-pix2pix demo code to work | ||||
* | remove fairscale requirement, add fake fairscale to make BLIP not complain ↵ | AUTOMATIC | 2023-01-24 | 1 | -1/+0 |
| | | | | about it | ||||
* | bump gradio to 3.16.2 | AUTOMATIC | 2023-01-18 | 1 | -1/+1 |
|\ | | | | | | | change style selection to multiselect dropdown | ||||
| * | bump gradio to 3.16.1 | AUTOMATIC | 2023-01-14 | 1 | -1/+1 |
|/ | |||||
* | Merge remote-tracking branch 'upstream/master' into sub-quad_attn_opt | brkirch | 2023-01-06 | 1 | -1/+1 |
|\ | |||||
| * | update req.txt | hithereai | 2023-01-03 | 1 | -1/+1 |
| | | | | | | | | | | The old 'opencv-python' package is very limiting in terms of optical flow - so I propose a package change to 'opencv-contrib-python', which has more cv2.optflow methods. These are needed for optical flow trickery in auto1111 and its extensions, and it cannot be installed by an extension as only a single package of opencv needs to be installed for optical flow to work properly. Change of the main one is Inevitable. | ||||
* | | Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_opt | brkirch | 2023-01-06 | 1 | -1/+1 |
|\| | |||||
| * | Bump gradio version #YOLO | AUTOMATIC | 2023-01-01 | 1 | -1/+1 |
| | | |||||
* | | Add Birch-san's sub-quadratic attention implementation | brkirch | 2023-01-06 | 1 | -1/+1 |
|/ | |||||
* | add blendmodes to requirements_versions, remove aenum as it's already ↵ | AUTOMATIC | 2022-12-24 | 1 | -1/+0 |
| | | | | required by blendmodes | ||||
* | Update requirements.txt | ThereforeGames | 2022-12-11 | 1 | -0/+2 |
| | |||||
* | remove NSFW filter and its dependency; if you still want it, find it in the ↵ | AUTOMATIC | 2022-12-10 | 1 | -1/+0 |
| | | | | extensions section | ||||
* | Add psutil if using macOS to requirements.txt | brkirch | 2022-12-07 | 1 | -0/+1 |
| | |||||
* | add safetensors to requirements | AUTOMATIC | 2022-11-27 | 1 | -0/+1 |
| | |||||
* | Add support Stable Diffusion 2.0 | AUTOMATIC | 2022-11-26 | 1 | -0/+1 |
| | |||||
* | Optional Accelerate Launch | d8ahazard | 2022-11-09 | 1 | -0/+1 |
| | |||||
* | bump gradio to 3.9 | AUTOMATIC | 2022-11-06 | 1 | -1/+1 |
| | |||||
* | switch to gradio 3.8 | AUTOMATIC | 2022-11-02 | 1 | -1/+1 |
| | |||||
* | Update requirements.txt | laksjdjf | 2022-11-01 | 1 | -1/+1 |
| | |||||
* | add requirements for GitPython | AUTOMATIC | 2022-10-31 | 1 | -0/+1 |
| | |||||
* | download better face detection module dynamically | captin411 | 2022-10-25 | 1 | -0/+2 |
| | |||||
* | add missing requirement for api and fix some typos | AUTOMATIC | 2022-10-17 | 1 | -0/+1 |
| | |||||
* | 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 |