aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared_options.py
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | properly apply sort order for extra network cards when selected from dropdownAUTOMATIC11112023-11-051-0/+2
| | | | | | | | | | | | | | | | | | | | allow selection of default sort order in settings remove 'Default' sort order, replace with 'Name'
| * | | added accordion settings optionsEmily Zeng2023-11-031-0/+2
| |/ /
| * | rework some of changes for emphasis editing keys, force conversion of ↵AUTOMATIC11112023-10-211-2/+1
| | | | | | | | | | | | old-style emphasis
* | | Interrupt after current generationAnthony Fu2023-10-161-0/+1
|/ /
* | Merge pull request #13533 from missionfloyd/edit-attention-fixAUTOMATIC11112023-10-151-2/+2
|\ \ | | | | | | Edit-attention fixes
| * | Make attention conversion optionalmissionfloyd2023-10-131-1/+1
| | | | | | | | | | | | Fix square brackets multiplier
| * | Add brackets, vertical bar to default delimitersmissionfloyd2023-10-071-1/+1
| | |
* | | add an option to not print stack traces on ctrl+c.AUTOMATIC11112023-10-151-0/+1
| | |
* | | put notification.mp3 option at the end of the pageAUTOMATIC11112023-10-141-1/+2
| | |
* | | Merge pull request #13631 from galekseev/masterAUTOMATIC11112023-10-141-0/+1
|\ \ \ | |/ / |/| | added option to play notification sound or not
| * | added option to play notification sound or notGleb Alekseev2023-10-131-0/+1
| |/
* | Merge pull request #13444 from AUTOMATIC1111/edit-attn-delimitersAUTOMATIC11112023-10-011-1/+2
|\ \ | | | | | | edit-attention: Allow editing whitespace delimiters
| * | Use checkboxes for whitespace delimitersmissionfloyd2023-10-011-1/+2
| | |
| * | Allow editing whitespace delimitersmissionfloyd2023-09-301-1/+1
| |/
| * add an option to choose how to combine hires fix and refinerAUTOMATIC11112023-08-301-0/+1
| |
| * Merge pull request #12818 from catboxanon/sgmAUTOMATIC11112023-08-291-0/+1
| | | | | | Add option to align with sgm repo's sampling implementation
| * Merge pull request #12819 from catboxanon/fix/rng-infotextAUTOMATIC11112023-08-281-1/+1
| | | | | | Add missing infotext for RNG in options
* | reword sd_checkpoint_dropdown_use_short setting and add explanationAUTOMATIC11112023-09-301-1/+1
| |
* | Merge pull request #13139 from AUTOMATIC1111/ckpt-dir-path-separatorAUTOMATIC11112023-09-301-1/+2
|\ \ | | | | | | fix `--ckpt-dir` path separator and option use `short name` for checkpoint dropdown
| * | option use short name for checkpoint dropdownw-e-w2023-09-081-1/+2
| | |
* | | Merge pull request #13119 from AUTOMATIC1111/enable_console_prompts-in-settingsAUTOMATIC11112023-09-091-0/+1
|\ \ \ | | | | | | | | enable console prompts in settings
| * | | deprecate --enable-console-promptsw-e-w2023-09-091-1/+1
| | | | | | | | | | | | | | | | use --enable-console-prompts as the default value for shared.opts.enable_console_prompts
| * | | enable console prompts in settingsw-e-w2023-09-071-0/+1
| |/ /
* | | Merge pull request #12995 from uservar/patch-2AUTOMATIC11112023-09-091-2/+2
|\ \ \ | | | | | | | | Fix bug with sigma min/max overrides.
| * | | Fix bug with sigma min/max overrides.uservar2023-09-021-2/+2
| |/ /
* | | update for #12926AUTOMATIC11112023-09-091-1/+1
| | |
* | | save_images_add_number_suffixw-e-w2023-09-061-1/+1
|/ /
* | add an option to choose how to combine hires fix and refinerAUTOMATIC11112023-08-301-0/+1
| |
* | Merge pull request #12818 from catboxanon/sgmAUTOMATIC11112023-08-291-0/+1
|\ \ | | | | | | Add option to align with sgm repo's sampling implementation
| * | Add option to align with sgm repo sampling implementationcatboxanon2023-08-291-0/+1
| |/
* / Add missing infotext for RNGcatboxanon2023-08-271-1/+1
|/
* add infotext for use_old_scheduling optionAUTOMATIC11112023-08-241-1/+1
|
* Merge pull request #12457 from rubberbaron/shared-hires-prompt-testAUTOMATIC11112023-08-241-0/+1
|\ | | | | prompt editing timeline has separate range for first pass and hires-fix pass
| * Merge remote-tracking branch 'auto1111/dev' into shared-hires-prompt-testRobert Barron2023-08-141-4/+2
| |\
| * | Merge branch 'shared-hires-prompt-raw' into shared-hires-prompt-testRobert Barron2023-08-101-0/+1
| | |
* | | forbid Full live preview method for medvram and add a setting to undo the ↵AUTOMATIC11112023-08-211-0/+1
| | | | | | | | | | | | forbidding
* | | ditch --always-batch-cond-uncond in favor of an UI settingAUTOMATIC11112023-08-211-1/+2
| | |
* | | prevent API options from being changed via APIAUTOMATIC11112023-08-211-3/+3
| | |
* | | add settings for http/https URLs in source images in apiAUTOMATIC11112023-08-211-0/+6
| | |
* | | Merge pull request #12648 from catboxanon/feat/gallery-tweaksAUTOMATIC11112023-08-191-0/+1
|\ \ \ | | | | | | | | Gallery: Set preview to `True`, allow custom height
| * | | Gallery: Set preview to True, allow custom heightcatboxanon2023-08-181-0/+1
| | | |
* | | | Add option for faster live interruptcatboxanon2023-08-181-0/+1
|/ / /
* | | Add extra img2img noisecatboxanon2023-08-151-1/+2
| | |
* | | Fix typo in shared_options.pywhitebell2023-08-141-1/+1
| |/ |/| | | unperdictable -> unpredictable
* | Merge pull request #12520 from catboxanon/etaAUTOMATIC11112023-08-131-1/+1
|\ \ | | | | | | Update description of eta setting
| * | Update description of eta settingcatboxanon2023-08-131-1/+1
| | |
* | | Fix s_noise descriptioncatboxanon2023-08-131-1/+1
|/ /
* / put refiner into main UI, into the new accordions sectionAUTOMATIC11112023-08-121-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
* resolve merge issuesAUTOMATIC11112023-08-101-0/+2
|
* put infotext label for setting into OptionInfo definition rather than in a ↵AUTOMATIC11112023-08-101-28/+28
| | | | separate list