aboutsummaryrefslogtreecommitdiffstats
path: root/modules/shared.py
AgeCommit message (Collapse)AuthorLines
2024-01-21re-work multi --styles-filew-e-w-1/+2
--styles-file change to append str --styles-file is [] then defaults to [styles.csv] --styles-file accepts paths or paths with wildcard "*" the first `--styles-file` entry is use as the default styles file path if filename a wildcard then the first matching file is used if no match is found, create a new "styles.csv" in the same dir as the first path when saving a new style it will be save in the default styles file when saving a existing style, it will be saved to file it belongs to order of the styles files in the styles dropdown can be controlled to a certain degree by the order of --styles-file
2023-08-22add type annotations for extra fields of shared.sd_modelAUTOMATIC1111-3/+2
2023-08-22add --medvram-sdxlAUTOMATIC1111-1/+1
2023-08-21ditch --always-batch-cond-uncond in favor of an UI settingAUTOMATIC1111-1/+1
2023-08-09fix missing restricted_opts from sharedAUTOMATIC1111-0/+1
2023-08-09split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC1111-925/+36
import errors related to shared.py
2023-08-09Split history: mv temp modules/shared.pyAUTOMATIC1111-0/+976
2023-08-09Split history: mv modules/shared.py tempAUTOMATIC1111-976/+0
2023-08-09rework RNG to use generators instead of generating noises beforehandAUTOMATIC1111-1/+1
2023-08-08fix typodhwz-1/+1
2023-08-08Merge branch 'dev' into auro-autolaunchw-e-w-45/+129
2023-08-08setting: Automatically open webui in browser on startupw-e-w-0/+1
2023-08-07Options in main UI updateAUTOMATIC1111-1/+1
- correctly read values from pasted infotext - setting for column count - infotext paste: do not add a field to override settings if some other component is already handling it
2023-08-07Merge pull request #12375 from catboxanon/k-diffusion-sigmaAUTOMATIC1111-6/+6
Clean up k-diffusion sigma params
2023-08-07SD VAE rework 2AUTOMATIC1111-1/+5
- the setting for preferring opts.sd_vae has been inverted and reworded - resolve_vae function made easier to read and now returns an object rather than a tuple - if the checkbox for overriding per-model preferences is checked, opts.sd_vae overrides checkpoint user metadata - changing VAE in user metadata for currently loaded model immediately applies the selection
2023-08-06Add info to k-diffusion sigma paramscatboxanon-4/+4
2023-08-06Clean up k-diffusion sigma paramscatboxanon-4/+4
2023-08-06enable cond cache by defaultAUTOMATIC1111-1/+1
2023-08-06create dir for gradio themes cache if it's missingAUTOMATIC1111-1/+3
2023-08-06Merge pull request #12355 from AUTOMATIC1111/gradio-theme-cacheAUTOMATIC1111-2/+7
Gradio theme cache
2023-08-06Gradio theme cachew-e-w-2/+7
2023-08-06rework saving incomplete imagesAUTOMATIC1111-1/+1
2023-08-06Merge pull request #12338 from AUTOMATIC1111/dont-save-incomplete-imagesAUTOMATIC1111-0/+1
don't save incomplete images
2023-08-06Merge pull request #12356 from catboxanon/fix/s-churn-maxAUTOMATIC1111-1/+1
Increase `s_churn` max value
2023-08-05Add s_tmaxcatboxanon-0/+1
2023-08-05Increase s_churn max valuecatboxanon-1/+1
2023-08-05add explanation for gradio themesAUTOMATIC1111-1/+1
2023-08-05fix whitespacedhwz-1/+1
2023-08-05add new gradio themesdhwz-2/+21
2023-08-05Option to not save incomplete imagesw-e-w-0/+1
2023-08-05add description to VAE setting pageAUTOMATIC1111-0/+20
2023-08-05put VAE into a separate settings pageAUTOMATIC1111-7/+8
2023-08-05Merge pull request #12331 from AUTOMATIC1111/need_Reload-UI_not_RestartAUTOMATIC1111-21/+23
only need Reload UI not Restart
2023-08-05need Reload UI not Restartw-e-w-21/+23
2023-08-05Merge branch 'dev' into efficient-vae-methodsKohaku-Blueleaf-17/+43
2023-08-05Merge branch 'dev' into multiple_loaded_modelsAUTOMATIC1111-18/+35
2023-08-05dixKohaku-Blueleaf-1/+1
2023-08-05Merge pull request #12181 from AUTOMATIC1111/hires_checkpointAUTOMATIC1111-6/+13
Hires fix change checkpoint
2023-08-05move img2img settings to their own sectionAUTOMATIC1111-13/+19
2023-08-05update infoKohaku-Blueleaf-1/+1
2023-08-05change default color to whiteAUTOMATIC1111-3/+3
2023-08-05configurable masks color and default brush colorw-e-w-0/+3
2023-08-04add TAESD for i2i and t2iKohaku-Blueleaf-0/+2
2023-08-04gradio 3.39AUTOMATIC1111-1/+2
2023-08-03add NV option for Random number generator source setting, which allows to ↵AUTOMATIC1111-1/+1
generate same pictures on CPU/AMD/Mac as on NVidia videocards.
2023-08-01option to keep multiple models in memoryAUTOMATIC1111-1/+11
2023-07-30hires fix checkpoint selectionAUTOMATIC1111-6/+13
2023-07-19automatically switch to 32-bit float VAE if the generated picture has NaNs.AUTOMATIC1111-0/+1
2023-07-18add backwards compatibility --lyco-dir-backcompat option, use that for ↵AUTOMATIC1111-1/+2
LyCORIS directory instead of hardcoded value prevent running preload.py for disabled extensions
2023-07-18return sd_model_checkpoint to NoneAUTOMATIC1111-1/+1