aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared_options.py
Commit message (Collapse)AuthorAgeFilesLines
* Add Pad conds v0 optionAUTOMATIC11112024-01-271-1/+2
|
* add an option to not overlay original image for inpainting for #14727AUTOMATIC11112024-01-231-0/+1
|
* Merge pull request #14588 from Sj-Si/feature/extra-networks-tree-viewAUTOMATIC11112024-01-221-0/+1
|\ | | | | Feature: Extra Networks Tree View
| * Add option in settings to enable/disable tree view by default.Sj-Si2024-01-201-0/+1
| |
* | Fix wrong options valuen0kovo2024-01-181-1/+1
| |
* | Add support for DAT upscaler modelsn0kovo2024-01-181-0/+3
|/
* add an option to hide upscaling progressbarAUTOMATIC11112024-01-021-0/+1
|
* Merge pull request #14291 from ↵AUTOMATIC11112024-01-011-0/+2
|\ | | | | | | | | AUTOMATIC1111/on-mouse-hover-show-hide-modal-image-viewer-icons on mouse hover show / hide modal image viewer icons
| * make modal toolbar and icon opacity adjustablew-e-w2023-12-151-0/+2
| |
* | fix borked merge, rename fields to better match what they do, change setting ↵AUTOMATIC11112024-01-011-1/+1
| | | | | | | | default to true for #13653
* | Merge branch 'dev' into feat/interrupted-endAUTOMATIC11112024-01-011-60/+100
|\ \
| * | option to convert VAE to bfloat16 (implementation of #9295)AUTOMATIC11112024-01-011-0/+1
| | |
| * | Merge pull request #14145 from drhead/zero-terminal-snrAUTOMATIC11112024-01-011-0/+2
| |\ \ | | | | | | | | Implement zero terminal SNR noise schedule option
| | * | Fix infotext for ztSNRcatboxanon2023-11-291-2/+2
| | | |
| | * | Add options for zero terminal SNRdrhead2023-11-291-0/+2
| | | |
| * | | add automatic backwards version compatibilityAUTOMATIC11112024-01-011-0/+1
| | | |
| * | | base default image output on data_pathw-e-w2023-12-271-9/+10
| | | | | | | | | | | | | | | | Co-Authored-By: Alberto Cano <34340962+canoalberto@users.noreply.github.com>
| * | | Use radio for FP8 mode selectionAUTOMATIC11112023-12-161-1/+1
| | | |
| * | | Merge branch 'dev' into test-fp8AUTOMATIC11112023-12-161-1/+1
| |\ \ \
| | * | | default False js_live_preview_in_modal_lightboxw-e-w2023-12-141-1/+1
| | | | |
| * | | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-141-0/+2
| |\| | |
| | * | | Merge pull request #14230 from ↵AUTOMATIC11112023-12-141-0/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/add-option-Live-preview-in-full-page-image-viewer add option: Live preview in full page image viewer
| | | * | | add option: Live preview in full page image viewerw-e-w2023-12-061-0/+1
| | | | |/ | | | |/| | | | | | | | | | | make #13459 "show the preview image in the modal view if available" optional
| | * / | Re-add setting lost as part of e294e46kaalibro2023-12-091-0/+1
| | |/ /
| * | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-041-0/+1
| |\| |
| | * | Re-add setting lost as part of e294e46catboxanon2023-12-021-0/+1
| | | |
| * | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-031-0/+1
| |\| |
| | * | remove Train/Preprocessing tab and put all its functionality into extras ↵AUTOMATIC11112023-12-021-0/+1
| | | | | | | | | | | | | | | | batch images mode
| * | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-12-021-51/+74
| |\| |
| | * | Merge pull request #13957 from h43lb1t0/extra_network_subdirsAUTOMATIC11112023-12-021-0/+1
| | |\ \ | | | | | | | | | | dir buttons start with / so only the correct dir will be shown and no…
| | | * | added option for default behavior of dir buttonsTom Haelbich2023-11-201-0/+1
| | | | |
| | * | | split UI settings page into manyAUTOMATIC11112023-12-021-25/+32
| | | | |
| | * | | infotext updates: add option to disregard certain infotext fields, add ↵AUTOMATIC11112023-12-021-6/+14
| | | |/ | | |/| | | | | | | | | option to not include VAE in infotext, add explanation to infotext settings page, move some options to infotext settings page
| | * | add categories to settingsAUTOMATIC11112023-11-261-21/+28
| | | |
| * | | Merge branch 'dev' into test-fp8Kohaku-Blueleaf2023-11-261-0/+1
| |\| |
| | * | Merge branch 'hypertile-in-sample' into devAUTOMATIC11112023-11-261-8/+0
| | |\ \
| | | * | rework hypertile into a built-in extensionAUTOMATIC11112023-11-261-8/+0
| | | | |
| | * | | Merge pull request #13948 from aria1th/hypertile-in-sampleAUTOMATIC11112023-11-261-0/+8
| | |\| | | | | | | | | | | | support HyperTile optimization
| | | * | convert/add hypertile optionsAngelBottomless2023-11-161-0/+6
| | | | |
| | | * | add hyperTilearia1th2023-11-111-0/+2
| | | | | | | | | | | | | | | | | | | | https://github.com/tfernd/HyperTile
| | * | | Merge pull request #14009 from ↵AUTOMATIC11112023-11-201-0/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/Option-to-show-batch-img2img-results-in-UI Option to show batch img2img results in UI
| | | * | | Option to show batch img2img results in UIw-e-w2023-11-191-0/+1
| | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shared.opts.img2img_batch_show_results_limit limit the number of images return to the UI for batch img2img default limit 32 0 no images are shown -1 unlimited, all images are shown
| * | | | Option for using fp16 weight when apply loraKohaku-Blueleaf2023-11-211-0/+1
| | | | |
| * | | | Use options instead of cmd_argsKohaku-Blueleaf2023-11-191-0/+1
| |/ / /
| * | | Merge pull request #13968 from kaalibro/extranetworks-path-sortingAUTOMATIC11112023-11-191-1/+1
| |\ \ \ | | | | | | | | | | Adds 'Path' sorting for Extra network cards
| | * | | Adds 'Path' sorting for Extra network cardskaalibro2023-11-131-1/+1
| | |/ /
| * | | Merge branch 'dev' into ui_mobile_optimizationsezxzeng2023-11-071-0/+4
| |\| |
| | * | Add option to set notification sound volumeGerryDE2023-11-071-0/+1
| | | |
| | * | compact prompt option disabled by defaultAUTOMATIC11112023-11-051-1/+1
| | | |
| | * | added compact prompt optionAUTOMATIC11112023-11-051-0/+1
| | | |