aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
AgeCommit message (Collapse)AuthorLines
2022-10-20add settings option to toggle button visibilitypapuSpartan-0/+1
2022-10-20inspiration pull requestyfszzx-0/+1
2022-10-20Add support for Tensorboard for training embeddingsMelan-0/+4
2022-10-19layer options moves into create hnet uidiscus0434-2/+0
2022-10-19Merge branch 'master' into test_resolve_conflictsMalumaDev-0/+2
2022-10-19Merge branch 'master' into masterdiscus0434-0/+2
2022-10-19Merge remote-tracking branch 'origin/api'AUTOMATIC-0/+2
2022-10-19Image browser improvedyfszzx-0/+5
2022-10-19updatediscus0434-2/+2
2022-10-19add options to custom hypernetwork layer structurediscus0434-1/+3
2022-10-18Merge branch 'master' into test_resolve_conflictsMalumaDev-1/+2
2022-10-18remove shared option for update check (because it is not an argument of webui)AUTOMATIC-1/+0
have launch.py examine both COMMANDLINE_ARGS as well as argv for its arguments
2022-10-18Image browseryfszzx-3/+4
2022-10-18add shared option for update checkDepFA-0/+1
2022-10-18clarify the comment for the new option from #2959 and move it to UI section.AUTOMATIC-1/+1
2022-10-18Disable auto weights swap with config optiontrufty-0/+1
2022-10-18Merge branch 'master' into dark-modeAUTOMATIC1111-2/+5
2022-10-18Merge branch 'master' into test_resolve_conflictsMalumaDev-1/+7
2022-10-18Add --nowebui as a means of disabling the webui and run on the other portRyan Voots-1/+2
2022-10-17localization supportAUTOMATIC-2/+5
2022-10-17Use of a --theme argument for more flexibilityMichoko-1/+1
Added possibility to set the theme (light or dark)
2022-10-17Added dark mode switchMichoko-1/+1
Launch the UI in dark mode with the --dark-mode switch
2022-10-17initial prototype by borrowing contractsarcticfaded-1/+1
2022-10-17Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plusyfszzx-0/+10
2022-10-17speed up images history perfectyfszzx-0/+6
2022-10-16Merge branch 'master' into test_resolve_conflictsMalumaDev-0/+10
2022-10-16The hide_ui_dir_config flag also restrict write attempt to path settingsSGKoishi-0/+10
2022-10-16Merge branch 'master' into test_resolve_conflictsMalumaDev-0/+1
2022-10-16ui fix, re organization of the codeMalumaDev-4/+10
2022-10-16ui fixMalumaDev-0/+2
2022-10-16Allow specifying the region of ngrok.ddPn08-0/+1
2022-10-15Merge branch 'master' into test_resolve_conflictsMalumaDev-5/+11
2022-10-15fix to tokens lenght, addend embs generator, add new features to edit the ↵MalumaDev-0/+4
embedding before the generation using text
2022-10-15typoNO_ob-1/+1
2022-10-15bring back scale latent option in settingsAUTOMATIC-1/+2
2022-10-15Merge branch 'master' into ckpt-cacheAUTOMATIC1111-4/+8
2022-10-14add checkpoint cache option to UI for faster model switchingRae Fu-0/+1
switching time reduced from ~1500ms to ~280ms
2022-10-14remove duplicate code for log loss, add step, make it read from options ↵AUTOMATIC-1/+2
rather than gradio input
2022-10-14rework the code for lowram a bitAUTOMATIC-1/+2
2022-10-14add `--lowram` parameterLjzd-PRO-0/+1
load models to VRM instead of RAM (for machines which have bigger VRM than RAM such as free Google Colab server)
2022-10-14Add option to prevent empty spots in grid (1/2)Gugubo-0/+1
2022-10-14Add 'interrogate' and 'all' choices to --use-cpubrkirch-3/+3
* Add 'interrogate' and 'all' choices to --use-cpu * Change type for --use-cpu argument to str.lower, so that choices are case insensitive
2022-10-14initMalumaDev-0/+5
2022-10-13add hypernetwork multipliersAUTOMATIC-1/+4
2022-10-13options to refresh list of models and hypernetworksAUTOMATIC-4/+5
2022-10-13add option to change what's shown in quicksettings barAUTOMATIC-2/+2
2022-10-13Merge pull request #2324 from HunterVacui/interrogate_include_ranks_in_outputAUTOMATIC1111-0/+1
Interrogate: add option to include ranks in output
2022-10-13remove interrogate option I accidentally deletedAUTOMATIC-0/+1
2022-10-12Merge remote-tracking branch 'upstream/master' into ↵Greg Fuller-2/+8
interrogate_include_ranks_in_output
2022-10-12deepbooru: added option to use spaces or underscoresAUTOMATIC-0/+2
deepbooru: added option to quote (\) in tags deepbooru/BLIP: write caption to file instead of image filename deepbooru/BLIP: now possible to use both for captions deepbooru: process is stopped even if an exception occurs