aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
Commit message (Collapse)AuthorAgeFilesLines
* ruff auto fixesAUTOMATIC2023-05-101-3/+3
|
* F401 fixes for ruffAUTOMATIC2023-05-101-1/+1
|
* imports cleanup for ruffAUTOMATIC2023-05-101-3/+0
|
* fix an issue preventing the program from starting if the user specifies a ↵AUTOMATIC2023-05-101-2/+2
| | | | bad gradio theme
* 1.1.1 quicksettings list migrationw-e-w2023-05-091-0/+4
|
* use multiselect for quicksettings (this also resets the existing setting)AUTOMATIC2023-05-081-2/+2
|
* put infotext options into their own category in settings tabAUTOMATIC2023-05-081-4/+7
|
* add version to infotext, footer and console output when startingAUTOMATIC2023-05-081-0/+1
|
* directory hiding for extra networks: dirs starting with . will hide their ↵AUTOMATIC2023-05-081-0/+17
| | | | | | | | cards on extra network tabs unless specifically searched for create HTML for extra network pages only on demand allow directories starting with . to still list their models for lora, checkpoints, etc keep "search" filter for extra networks when user refreshes the page
* Merge pull request #10146 from missionfloyd/gamepad-optionAUTOMATIC11112023-05-081-0/+2
|\ | | | | Fix gamepad navigation
| * gamepad repeat optionmissionfloyd2023-05-071-0/+1
| |
| * Fix spellingmissionfloyd2023-05-061-1/+1
| |
| * Make gamepad navigation optionalmissionfloyd2023-05-061-0/+1
| |
* | do not load wait for shared.sd_model to load at startupAUTOMATIC2023-05-021-4/+27
|/
* Merge branch 'dev' into extension-settings-backupAUTOMATIC11112023-04-291-2/+45
|\
| * Merge branch 'dev' into remove-watermark-optionAUTOMATIC11112023-04-291-2/+47
| |\
| | * Merge pull request #9177 from devNegative-asm/masterAUTOMATIC11112023-04-291-0/+1
| | |\ | | | | | | | | (Optimization) Option to remove negative conditioning at low sigma values
| | | * increase range of negative guidance minimum sigma optiondevdn2023-03-291-1/+1
| | | |
| | | * performance increasedevdn2023-03-291-0/+1
| | | |
| | * | Merge pull request #9669 from catboxanon/patch/sampler-schedule-fixAUTOMATIC11112023-04-291-0/+1
| | |\ \ | | | | | | | | | | Fix prompt schedule for second order samplers
| | | * | Update shared.pycatboxanon2023-04-171-1/+1
| | | | |
| | | * | Add second order samplers compat optioncatboxanon2023-04-171-0/+1
| | | |/
| | * | Allow user input for gradio theme selectionAUTOMATIC2023-04-291-1/+1
| | | |
| | * | Merge branch 'dev' into gradio-theme-supportAUTOMATIC11112023-04-291-3/+11
| | |\ \
| | | * \ Merge pull request #9737 from AdjointOperator/masterAUTOMATIC11112023-04-291-0/+2
| | | |\ \ | | | | | | | | | | | | add tiled inference support for ScuNET
| | | | * | add tiled inference support for ScuNETAdjointOperator2023-04-191-0/+2
| | | | |/
| | | * | rename CPU RNG to RNG source in settings, add infotext and parameters ↵AUTOMATIC2023-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | copypaste support to RNG source
| | | * | Merge pull request #9734 from deciare/cpu-randnAUTOMATIC11112023-04-291-0/+1
| | | |\ \ | | | | | | | | | | | | Option to make images generated from a given manual seed consistent across CUDA and MPS devices
| | | | * | Option to use CPU for random number generation.Deciare2023-04-191-0/+1
| | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes a given manual seed generate the same images across different platforms, independently of the GPU architecture in use. Fixes #9613.
| | | * | Merge pull request #9757 from missionfloyd/editattention-selectcurrentwordAUTOMATIC11112023-04-291-0/+1
| | | |\ \ | | | | | | | | | | | | Automatically select current word when adjusting weight with ctrl+up/down
| | | | * | Custom delimitersmissionfloyd2023-04-251-0/+1
| | | | |/
| | | * | Merge pull request #9429 from forsurefr/save-init-imagesAUTOMATIC11112023-04-291-0/+3
| | | |\ \ | | | | | | | | | | | | Add support for saving init images in img2img
| | | | * | Do not save init image by defaultforsurefr2023-04-071-1/+1
| | | | | |
| | | | * | Add support for saving init images in img2imgFor Sure2023-04-061-0/+3
| | | | |/
| | | * / Add "None" option to extra networks dropdownsmissionfloyd2023-04-181-1/+1
| | | |/
| | * | Support Gradio's theme APIspace-nuko2023-03-251-0/+35
| | | |
| * | | Merge branch 'master' into remove-watermark-optionspace-nuko2023-03-271-100/+14
| |\ \ \
| * | | | Remove "do not add watermark to images" optionspace-nuko2023-03-231-1/+0
| | | | |
* | | | | Save/restore working webui/extension configsspace-nuko2023-03-291-0/+1
| |_|_|/ |/| | |
* | | | Make disable configurable between builtin/extra extensionsspace-nuko2023-03-271-1/+1
| | | |
* | | | Add temporary "disable all extensions" option for debugging usespace-nuko2023-03-271-1/+2
| |/ / |/| |
* | | Merge pull request #8525 from bluelovers/pr/sort-001AUTOMATIC11112023-03-271-1/+1
|\ \ \ | |_|/ |/| | feat: try sort as ignore-case
| * | feat: try sort as ignore-casebluelovers2023-03-121-1/+1
| | | | | | | | | | | | https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/8368
* | | split commandline args into its own fileAUTOMATIC2023-03-251-100/+7
| | | | | | | | | | | | make launch.py use the same command line argument parser as the main program
* | | Split history: mv temp modules/shared.pyAndrey2023-03-251-0/+751
| | |
* | | Split history: mv modules/shared.py tempAndrey2023-03-251-751/+0
| | |
* | | Merge branch 'master' into masterKarun2023-03-251-4/+35
|\ \ \
| * \ \ Merge pull request #8814 from catboxanon/inpaint-maskAUTOMATIC11112023-03-251-0/+4
| |\ \ \ | | | | | | | | | | Add ability to display and/or save inpainting mask and masked composite
| | * | | Expose inpainting mask and compositecatboxanon2023-03-221-0/+4
| | | |/ | | |/| | | | | | | | | | | | | | | | | For inpainting, this exposes the mask and masked composite and gives the user the ability to display these in the web UI, save to disk, or both.
| * / | enable queue by defaultAUTOMATIC2023-03-251-1/+2
| |/ / | | | | | | | | | more stylistic changes