aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
Commit message (Collapse)AuthorAgeFilesLines
* Updated name and hover text.random_thoughtss2022-10-271-1/+1
|
* Moved mask weight config to SD sectionrandom_thoughtss2022-10-271-1/+1
|
* Merge branch 'AUTOMATIC1111:master' into masterrandom-thoughtss2022-10-271-2/+2
|\
| * add override_settings to API as an alternative to #3629AUTOMATIC2022-10-261-2/+2
| |
* | Switch to a continous blend for cond. image.random_thoughtss2022-10-251-1/+1
| |
* | Added option to use unmasked conditioning image.random_thoughtss2022-10-251-0/+1
|/
* Remove BSRGAN from --use-cpu, add SwinIRbrkirch2022-10-251-3/+3
|
* add an option to skip adding number to filenames when saving.AUTOMATIC2022-10-241-3/+5
| | | | rework filename pattern function go through the pattern once and not calculate any of replacements until they are actually encountered in the pattern.
* indent=4 config.jsonw-e-w2022-10-241-1/+1
|
* remove browser to extensionyfszzx2022-10-241-1/+0
|
* remove browser to extensionyfszzx2022-10-241-15/+0
|
* Move browser and Inspiration into extensionyfszzx2022-10-231-3/+33
|\
| * add --freeze-settings commandline argument to disable changing settingsAUTOMATIC2022-10-221-0/+1
| |
| * removed the option to use 2x more memory when generating previewsAUTOMATIC2022-10-221-1/+1
| | | | | | | | | | added an option to always only show one image in previews removed duplicate code
| * Generate grid preview for progress imageUnnoen2022-10-221-0/+1
| |
| * added callback for creating new settings in extensionsAUTOMATIC2022-10-221-2/+17
| |
| * Merge branch 'master' into cuda-device-id-selectionAUTOMATIC11112022-10-221-19/+9
| |\
| | * removed aesthetic gradients as built-inAUTOMATIC2022-10-221-19/+0
| | | | | | | | | | | | added support for extensions
| | * Merge remote-tracking branch 'historytab/master'AUTOMATIC2022-10-211-0/+9
| | |\
| | | * Image browser improvedyfszzx2022-10-191-0/+5
| | | |
| | | * Image browseryfszzx2022-10-181-3/+4
| | | |
| | | * Merge branch 'master' of https://github.com/yfszzx/stable-diffusion-webui-plusyfszzx2022-10-171-0/+10
| | | |\
| | | * | speed up images history perfectyfszzx2022-10-171-0/+6
| | | | |
| * | | | implement CUDA device selection, --device-id argExtraltodeus2022-10-211-0/+1
| |/ / /
| * | | Change option description of unload_models_when_trainingRcmcpe2022-10-211-1/+1
| | | |
| * | | Merge branch 'ae'AUTOMATIC2022-10-211-0/+22
| |\ \ \
| | * \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-191-0/+2
| | |\ \ \
| | * \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-181-1/+2
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-181-1/+7
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-161-0/+10
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-161-0/+1
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | ui fix, re organization of the codeMalumaDev2022-10-161-4/+10
| | | | | | | |
| | * | | | | | ui fixMalumaDev2022-10-161-0/+2
| | | | | | | |
| | * | | | | | Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-151-5/+11
| | |\ \ \ \ \ \
| | * | | | | | | fix to tokens lenght, addend embs generator, add new features to edit the ↵MalumaDev2022-10-151-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | embedding before the generation using text
| | * | | | | | | initMalumaDev2022-10-141-0/+5
| | | | | | | | |
* | | | | | | | | inspiration finishedyfszzx2022-10-211-0/+6
| | | | | | | | |
* | | | | | | | | inspiration pull requestyfszzx2022-10-201-0/+1
|/ / / / / / / /
* | | | | | | | layer options moves into create hnet uidiscus04342022-10-191-2/+0
| | | | | | | |
* | | | | | | | Merge branch 'master' into masterdiscus04342022-10-191-0/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'origin/api'AUTOMATIC2022-10-191-0/+2
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Add --nowebui as a means of disabling the webui and run on the other portRyan Voots2022-10-181-1/+2
| | | | | | | |
| | * | | | | | initial prototype by borrowing contractsarcticfaded2022-10-171-1/+1
| | | |_|_|/ / | | |/| | | |
* | | | | | | updatediscus04342022-10-181-2/+2
| | | | | | |
* | | | | | | add options to custom hypernetwork layer structurediscus04342022-10-181-1/+3
|/ / / / / /
* | | | | | remove shared option for update check (because it is not an argument of webui)AUTOMATIC2022-10-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | have launch.py examine both COMMANDLINE_ARGS as well as argv for its arguments
* | | | | | add shared option for update checkDepFA2022-10-181-0/+1
| | | | | |
* | | | | | clarify the comment for the new option from #2959 and move it to UI section.AUTOMATIC2022-10-181-1/+1
| | | | | |
* | | | | | Disable auto weights swap with config optiontrufty2022-10-181-0/+1
| | | | | |
* | | | | | Merge branch 'master' into dark-modeAUTOMATIC11112022-10-181-2/+5
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |