aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8789 from Rucadi/masterAUTOMATIC11112023-04-292-1/+26
|\ | | | | Add polling and reload callback for extensions.
| * Update script_callbacks.pyRucadi2023-03-211-1/+0
| |
| * Merge branch 'master' of ↵rucadi2023-02-021-1/+2
| |\ | | | | | | | | | https://github.com/Rucadi/stable-diffusion-webui-polling
| | * Add a callback called before reloading the serverrucadi2022-12-162-1/+13
| | |
| | * Add polling callbackrucadi2022-12-162-0/+13
| | |
| * | Add a callback called before reloading the serverrucadi2023-02-022-1/+13
| | |
| * | Add polling callbackrucadi2023-02-022-0/+13
| | |
* | | Merge pull request #8924 from kurilee/masterAUTOMATIC11112023-04-292-3/+9
|\ \ \ | | | | | | | | Add option "keep original size" to textual inversion images preprocess
| * \ \ Merge branch 'AUTOMATIC1111:master' into masterkurilee2023-03-252-1/+2
| |\ \ \
| * | | | Add option "keep original size" to textual inversion images preprocesskurilee2023-03-252-3/+9
| | | | |
* | | | | Merge pull request #9108 from AUTOMATIC1111/img2img-scale-byAUTOMATIC11112023-04-294-8/+79
|\ \ \ \ \ | | | | | | | | | | | | add "resize by" and "resize to" tabs to img2img
| * | | | | Update modules/ui.pyAUTOMATIC11112023-04-291-5/+6
| | | | | | | | | | | | | | | | | | Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
| * | | | | add "resize by" and "resize to" tabs to img2imgAUTOMATIC2023-03-284-5/+75
| | | | | |
* | | | | | Merge pull request #8999 from Reibies/patch-1AUTOMATIC11112023-04-291-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Changed: extra network height css
| * | | | | | Update style.cssReimoo2023-03-271-1/+1
| | | | | | |
| * | | | | | Update style.cssReimoo2023-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
| * | | | | | Changed: extra network height cssReimoo2023-03-261-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.AUTOMATIC2023-04-291-1/+1
| | | | | | |
* | | | | | | revert some questionable changes from #9159AUTOMATIC2023-04-291-3/+3
| | | | | | |
* | | | | | | Merge pull request #9159 from space-nuko/ui-config-tabsAUTOMATIC11112023-04-294-16/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make selected tab configurable with UI config
| * \ \ \ \ \ \ Merge branch 'dev' into ui-config-tabsAUTOMATIC11112023-04-2957-306/+1187
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #9165 from Ming424/update-readmeAUTOMATIC11112023-04-292-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Small update for readme
| * | | | | | | | Update launch.pyThierry2023-03-291-1/+1
| | | | | | | | |
| * | | | | | | | Update README.mdThierry2023-03-291-1/+1
| | | | | | | | |
| * | | | | | | | Update README.mdThierry2023-03-291-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #9258 from wywywywy/bug-outpainting-mk2-file-formatAUTOMATIC11112023-04-292-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 gridwywywywy2023-04-011-1/+1
| | | | | | | | | |
| * | | | | | | | | bug: outpaint-mk2 use sample file format not gridwywywywy2023-04-011-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge pull request #9169 from space-nuko/extension-settings-backupAUTOMATIC11112023-04-298-13/+499
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Extension settings backup/restore feature
| * \ \ \ \ \ \ \ \ Merge branch 'dev' into extension-settings-backupAUTOMATIC11112023-04-2951-289/+684
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #8563 from ParityError/masterAUTOMATIC11112023-04-292-3/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update webui.sh
| * \ \ \ \ \ \ \ \ \ Merge branch 'dev' into masterAUTOMATIC11112023-04-2951-286/+681
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #9312 from space-nuko/save-merge-recipeAUTOMATIC11112023-04-293-4/+57
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Embed model merge metadata in .safetensors file
| * | | | | | | | | | | Namespace metadata fieldsspace-nuko2023-04-031-6/+6
| | | | | | | | | | | |
| * | | | | | | | | | | Calculate shorthash on merge if not existspace-nuko2023-04-031-0/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Add field for model merge typespace-nuko2023-04-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incase this is supported by other merge extensions
| * | | | | | | | | | | Embed model merge metadata in .safetensors filespace-nuko2023-04-023-4/+55
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #9315 from GeorgLegato/get_uiCurrentTab_Gr3.23_wrongAUTOMATIC11112023-04-291-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | get_uiCurrentTab() wrong with Gradio 3.23.0
| * | | | | | | | | | | Update script.jsGeorgLegato2023-04-031-1/+1
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | updated how tabs are presented in DOM with Gradio 3.23.
* | | | | | | | | | | use parsed commandline args for --skip-installAUTOMATIC2023-04-291-3/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #9330 from micky2be/patch-1AUTOMATIC11112023-04-291-4/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix skip-install bug (see #8935)
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'dev' into patch-1AUTOMATIC11112023-04-2948-278/+623
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #9314 from Pluventi/masterAUTOMATIC11112023-04-291-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix "Bug batch process" on extras tab , even with a clean install of "stable diffusion webui"
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dev' into masterAUTOMATIC11112023-04-2948-278/+623
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #8948 from hitomi/masterAUTOMATIC11112023-04-292-9/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix --realesrgan-models-path and --ldsr-models-path not working
| * | | | | | | | | | | | | fix `--ldsr-models-path` not workinghitomi2023-04-041-7/+13
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | fix `--realesrgan-models-path` not workinghitomi2023-04-041-2/+12
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #9351 from nart4hire/fix-ngrok-recreate-tunnelAUTOMATIC11112023-04-291-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Ngrok recreating tunnels every reload
| * | | | | | | | | | | | | fixed an issue with using ngrok for other connections and also ngrok not ↵Nathanael Santoso2023-04-041-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using auth_token
| * | | | | | | | | | | | | Improved message clarityNathanael Santoso2023-04-041-1/+1
| | | | | | | | | | | | | |