aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared_options.py
AgeCommit message (Collapse)AuthorLines
2023-10-01Merge pull request #13444 from AUTOMATIC1111/edit-attn-delimitersAUTOMATIC1111-1/+2
edit-attention: Allow editing whitespace delimiters
2023-09-30Use checkboxes for whitespace delimitersmissionfloyd-1/+2
2023-09-30reword sd_checkpoint_dropdown_use_short setting and add explanationAUTOMATIC1111-1/+1
2023-09-30Allow editing whitespace delimitersmissionfloyd-1/+1
2023-09-30Merge pull request #13139 from AUTOMATIC1111/ckpt-dir-path-separatorAUTOMATIC1111-1/+2
fix `--ckpt-dir` path separator and option use `short name` for checkpoint dropdown
2023-09-09Merge pull request #13119 from AUTOMATIC1111/enable_console_prompts-in-settingsAUTOMATIC1111-0/+1
enable console prompts in settings
2023-09-09deprecate --enable-console-promptsw-e-w-1/+1
use --enable-console-prompts as the default value for shared.opts.enable_console_prompts
2023-09-09Merge pull request #12995 from uservar/patch-2AUTOMATIC1111-2/+2
Fix bug with sigma min/max overrides.
2023-09-09update for #12926AUTOMATIC1111-1/+1
2023-09-08option use short name for checkpoint dropdownw-e-w-1/+2
2023-09-07enable console prompts in settingsw-e-w-0/+1
2023-09-06save_images_add_number_suffixw-e-w-1/+1
2023-09-02Fix bug with sigma min/max overrides.uservar-2/+2
2023-08-30add an option to choose how to combine hires fix and refinerAUTOMATIC1111-0/+1
2023-08-30add an option to choose how to combine hires fix and refinerAUTOMATIC1111-0/+1
2023-08-29Merge pull request #12818 from catboxanon/sgmAUTOMATIC1111-0/+1
Add option to align with sgm repo's sampling implementation
2023-08-29Merge pull request #12818 from catboxanon/sgmAUTOMATIC1111-0/+1
Add option to align with sgm repo's sampling implementation
2023-08-29Add option to align with sgm repo sampling implementationcatboxanon-0/+1
2023-08-28Merge pull request #12819 from catboxanon/fix/rng-infotextAUTOMATIC1111-1/+1
Add missing infotext for RNG in options
2023-08-27Add missing infotext for RNGcatboxanon-1/+1
2023-08-24add infotext for use_old_scheduling optionAUTOMATIC1111-1/+1
2023-08-24Merge pull request #12457 from rubberbaron/shared-hires-prompt-testAUTOMATIC1111-0/+1
prompt editing timeline has separate range for first pass and hires-fix pass
2023-08-21forbid Full live preview method for medvram and add a setting to undo the ↵AUTOMATIC1111-0/+1
forbidding
2023-08-21ditch --always-batch-cond-uncond in favor of an UI settingAUTOMATIC1111-1/+2
2023-08-21prevent API options from being changed via APIAUTOMATIC1111-3/+3
2023-08-21add settings for http/https URLs in source images in apiAUTOMATIC1111-0/+6
2023-08-19Merge pull request #12648 from catboxanon/feat/gallery-tweaksAUTOMATIC1111-0/+1
Gallery: Set preview to `True`, allow custom height
2023-08-18Gallery: Set preview to True, allow custom heightcatboxanon-0/+1
2023-08-17Add option for faster live interruptcatboxanon-0/+1
2023-08-15Add extra img2img noisecatboxanon-1/+2
2023-08-14Merge remote-tracking branch 'auto1111/dev' into shared-hires-prompt-testRobert Barron-4/+2
2023-08-14Fix typo in shared_options.pywhitebell-1/+1
unperdictable -> unpredictable
2023-08-13Merge pull request #12520 from catboxanon/etaAUTOMATIC1111-1/+1
Update description of eta setting
2023-08-13Fix s_noise descriptioncatboxanon-1/+1
2023-08-13Update description of eta settingcatboxanon-1/+1
2023-08-12put refiner into main UI, into the new accordions sectionAUTOMATIC1111-2/+0
add VAE from main model into infotext, not from refiner model option to make scripts UI without gr.Group fix inconsistencies with refiner when usings samplers that do more denoising than steps
2023-08-10Merge branch 'shared-hires-prompt-raw' into shared-hires-prompt-testRobert Barron-0/+1
2023-08-10resolve merge issuesAUTOMATIC1111-0/+2
2023-08-10put infotext label for setting into OptionInfo definition rather than in a ↵AUTOMATIC1111-28/+28
separate list
2023-08-10face restoration and tiling moved to settings - use "Options in main UI" ↵AUTOMATIC1111-0/+2
setting if you want them back
2023-08-09split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC1111-676/+16
import errors related to shared.py
2023-08-09Split history: mv modules/shared.py modules/shared_options.pyAUTOMATIC1111-0/+976