Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8789 from Rucadi/master | AUTOMATIC1111 | 2023-04-29 | 2 | -1/+26 |
|\ | | | | | Add polling and reload callback for extensions. | ||||
| * | Update script_callbacks.py | Rucadi | 2023-03-21 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' of ↵ | rucadi | 2023-02-02 | 1 | -1/+2 |
| |\ | | | | | | | | | | https://github.com/Rucadi/stable-diffusion-webui-polling | ||||
| | * | Add a callback called before reloading the server | rucadi | 2022-12-16 | 2 | -1/+13 |
| | | | |||||
| | * | Add polling callback | rucadi | 2022-12-16 | 2 | -0/+13 |
| | | | |||||
| * | | Add a callback called before reloading the server | rucadi | 2023-02-02 | 2 | -1/+13 |
| | | | |||||
| * | | Add polling callback | rucadi | 2023-02-02 | 2 | -0/+13 |
| | | | |||||
* | | | Merge pull request #8924 from kurilee/master | AUTOMATIC1111 | 2023-04-29 | 2 | -3/+9 |
|\ \ \ | | | | | | | | | Add option "keep original size" to textual inversion images preprocess | ||||
| * \ \ | Merge branch 'AUTOMATIC1111:master' into master | kurilee | 2023-03-25 | 2 | -1/+2 |
| |\ \ \ | |||||
| * | | | | Add option "keep original size" to textual inversion images preprocess | kurilee | 2023-03-25 | 2 | -3/+9 |
| | | | | | |||||
* | | | | | Merge pull request #9108 from AUTOMATIC1111/img2img-scale-by | AUTOMATIC1111 | 2023-04-29 | 4 | -8/+79 |
|\ \ \ \ \ | | | | | | | | | | | | | add "resize by" and "resize to" tabs to img2img | ||||
| * | | | | | Update modules/ui.py | AUTOMATIC1111 | 2023-04-29 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com> | ||||
| * | | | | | add "resize by" and "resize to" tabs to img2img | AUTOMATIC | 2023-03-28 | 4 | -5/+75 |
| | | | | | | |||||
* | | | | | | Merge pull request #8999 from Reibies/patch-1 | AUTOMATIC1111 | 2023-04-29 | 1 | -0/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Changed: extra network height css | ||||
| * | | | | | | Update style.css | Reimoo | 2023-03-27 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | Update style.css | Reimoo | 2023-03-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com> | ||||
| * | | | | | | Changed: extra network height css | Reimoo | 2023-03-26 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | Changed it so cards take up a set amount of vertical space but added the ability to scroll and resize. | ||||
* | | | | | | | Remove NVidia URL for OSX torch installation on OSX. | AUTOMATIC | 2023-04-29 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | revert some questionable changes from #9159 | AUTOMATIC | 2023-04-29 | 1 | -3/+3 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #9159 from space-nuko/ui-config-tabs | AUTOMATIC1111 | 2023-04-29 | 4 | -16/+34 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Make selected tab configurable with UI config | ||||
| * \ \ \ \ \ \ | Merge branch 'dev' into ui-config-tabs | AUTOMATIC1111 | 2023-04-29 | 57 | -306/+1187 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #9165 from Ming424/update-readme | AUTOMATIC1111 | 2023-04-29 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Small update for readme | ||||
| * | | | | | | | | Update launch.py | Thierry | 2023-03-29 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Update README.md | Thierry | 2023-03-29 | 1 | -1/+1 |
| | | | | | | | | | |||||
| * | | | | | | | | Update README.md | Thierry | 2023-03-29 | 1 | -1/+1 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #9258 from wywywywy/bug-outpainting-mk2-file-format | AUTOMATIC1111 | 2023-04-29 | 2 | -2/+2 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | bug: Outpainting Mk2 & Poorman should use the SAMPLE file format to save images, not GRID file format | ||||
| * | | | | | | | | | bug: poorman use sample file format not grid | wywywywy | 2023-04-01 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | bug: outpaint-mk2 use sample file format not grid | wywywywy | 2023-04-01 | 1 | -1/+1 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #9169 from space-nuko/extension-settings-backup | AUTOMATIC1111 | 2023-04-29 | 8 | -13/+499 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Extension settings backup/restore feature | ||||
| * \ \ \ \ \ \ \ \ | Merge branch 'dev' into extension-settings-backup | AUTOMATIC1111 | 2023-04-29 | 51 | -289/+684 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #8563 from ParityError/master | AUTOMATIC1111 | 2023-04-29 | 2 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Update webui.sh | ||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'dev' into master | AUTOMATIC1111 | 2023-04-29 | 51 | -286/+681 |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #9312 from space-nuko/save-merge-recipe | AUTOMATIC1111 | 2023-04-29 | 3 | -4/+57 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Embed model merge metadata in .safetensors file | ||||
| * | | | | | | | | | | | Namespace metadata fields | space-nuko | 2023-04-03 | 1 | -6/+6 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Calculate shorthash on merge if not exist | space-nuko | 2023-04-03 | 1 | -0/+1 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Add field for model merge type | space-nuko | 2023-04-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incase this is supported by other merge extensions | ||||
| * | | | | | | | | | | | Embed model merge metadata in .safetensors file | space-nuko | 2023-04-02 | 3 | -4/+55 |
| | |_|/ / / / / / / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #9315 from GeorgLegato/get_uiCurrentTab_Gr3.23_wrong | AUTOMATIC1111 | 2023-04-29 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | get_uiCurrentTab() wrong with Gradio 3.23.0 | ||||
| * | | | | | | | | | | | Update script.js | GeorgLegato | 2023-04-03 | 1 | -1/+1 |
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | updated how tabs are presented in DOM with Gradio 3.23. | ||||
* | | | | | | | | | | | use parsed commandline args for --skip-install | AUTOMATIC | 2023-04-29 | 1 | -3/+3 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #9330 from micky2be/patch-1 | AUTOMATIC1111 | 2023-04-29 | 1 | -4/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix skip-install bug (see #8935) | ||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'dev' into patch-1 | AUTOMATIC1111 | 2023-04-29 | 48 | -278/+623 |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge pull request #9314 from Pluventi/master | AUTOMATIC1111 | 2023-04-29 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix "Bug batch process" on extras tab , even with a clean install of "stable diffusion webui" | ||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'dev' into master | AUTOMATIC1111 | 2023-04-29 | 48 | -278/+623 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #8948 from hitomi/master | AUTOMATIC1111 | 2023-04-29 | 2 | -9/+25 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix --realesrgan-models-path and --ldsr-models-path not working | ||||
| * | | | | | | | | | | | | | fix `--ldsr-models-path` not working | hitomi | 2023-04-04 | 1 | -7/+13 |
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | fix `--realesrgan-models-path` not working | hitomi | 2023-04-04 | 1 | -2/+12 |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge pull request #9351 from nart4hire/fix-ngrok-recreate-tunnel | AUTOMATIC1111 | 2023-04-29 | 1 | -0/+12 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Ngrok recreating tunnels every reload | ||||
| * | | | | | | | | | | | | | fixed an issue with using ngrok for other connections and also ngrok not ↵ | Nathanael Santoso | 2023-04-04 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using auth_token | ||||
| * | | | | | | | | | | | | | Improved message clarity | Nathanael Santoso | 2023-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | |