aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | |
| * | | | | | | Added guard clause to prevent multiple tunnel creationsNathanael Santoso2023-04-041-0/+8
| |/ / / / / /
* | | | | | | Merge pull request #9407 from GoulartNogueira/masterAUTOMATIC11112023-04-291-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix orientation bug on preprocess
| * | | | | | | Pythonic way to achieve itAndre Ubuntu2023-04-051-17/+1
| | | | | | | |
| * | | | | | | fix preprocess orientationAndre Ubuntu2023-04-051-1/+19
| |/ / / / / /
* | | | | | | Merge pull request #9219 from Z-nonymous/masterAUTOMATIC11112023-04-291-2/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix #9185
| * | | | | | | Fix #9185Z_nonymous2023-03-311-2/+5
| |/ / / / / /
* | | | | | | Merge pull request #8847 from space-nuko/remove-watermark-optionAUTOMATIC11112023-04-293-3/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove "do not add watermark to images" option
| * \ \ \ \ \ \ Merge branch 'dev' into remove-watermark-optionAUTOMATIC11112023-04-2952-337/+756
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | rework [batch_number]/[generation_number] filename patternsAUTOMATIC2023-04-291-11/+10
| | | | | | | |
* | | | | | | | Merge pull request #9445 from gakada/masterAUTOMATIC11112023-04-292-1/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add [batch_number] and [generation_number] filename patterns
| * \ \ \ \ \ \ \ Merge branch 'dev' into masterAUTOMATIC11112023-04-2944-258/+567
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | add is_hr_pass field for processingAUTOMATIC2023-04-291-0/+5
| | | | | | | | |
* | | | | | | | | Merge pull request #9334 from ↵AUTOMATIC11112023-04-291-7/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gmasil/prepare-simpler-docker-integration-for-styles-csv allow styles.csv to be symlinked or mounted in docker
| * | | | | | | | | allow styles.csv to be symlinked or mounted in docker without moving the ↵gmasil2023-04-031-7/+5
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | file around
* | | | | | | | | Merge pull request #9365 from bluelovers/pr/xyz-sort-001AUTOMATIC11112023-04-291-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | feat(xyz): try sort Checkpoint name values
| * \ \ \ \ \ \ \ \ Merge branch 'dev' into pr/xyz-sort-001AUTOMATIC11112023-04-2943-250/+556
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | use correct images for previews when using AND (see #9491)AUTOMATIC2023-04-291-1/+1
| | | | | | | | | |
* | | | | | | | | | some extra lines I forgot to add for previous commitAUTOMATIC2023-04-291-3/+2
| | | | | | | | | |