Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add type annotations for extra fields of shared.sd_model | AUTOMATIC1111 | 2023-08-22 | 1 | -3/+2 |
| | |||||
* | add --medvram-sdxl | AUTOMATIC1111 | 2023-08-22 | 1 | -1/+1 |
| | |||||
* | ditch --always-batch-cond-uncond in favor of an UI setting | AUTOMATIC1111 | 2023-08-21 | 1 | -1/+1 |
| | |||||
* | fix missing restricted_opts from shared | AUTOMATIC1111 | 2023-08-09 | 1 | -0/+1 |
| | |||||
* | split shared.py into multiple files; should resolve all circular reference ↵ | AUTOMATIC1111 | 2023-08-09 | 1 | -925/+36 |
| | | | | import errors related to shared.py | ||||
* | Split history: mv temp modules/shared.py | AUTOMATIC1111 | 2023-08-09 | 1 | -0/+976 |
| | |||||
* | Split history: mv modules/shared.py temp | AUTOMATIC1111 | 2023-08-09 | 1 | -976/+0 |
| | |||||
* | rework RNG to use generators instead of generating noises beforehand | AUTOMATIC1111 | 2023-08-09 | 1 | -1/+1 |
| | |||||
* | fix typo | dhwz | 2023-08-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' into auro-autolaunch | w-e-w | 2023-08-08 | 1 | -45/+129 |
|\ | |||||
| * | Options in main UI update | AUTOMATIC1111 | 2023-08-07 | 1 | -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 | ||||
| * | Merge pull request #12375 from catboxanon/k-diffusion-sigma | AUTOMATIC1111 | 2023-08-07 | 1 | -6/+6 |
| |\ | | | | | | | Clean up k-diffusion sigma params | ||||
| | * | Add info to k-diffusion sigma params | catboxanon | 2023-08-06 | 1 | -4/+4 |
| | | | |||||
| | * | Clean up k-diffusion sigma params | catboxanon | 2023-08-06 | 1 | -4/+4 |
| | | | |||||
| * | | SD VAE rework 2 | AUTOMATIC1111 | 2023-08-07 | 1 | -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 | ||||
| * | enable cond cache by default | AUTOMATIC1111 | 2023-08-06 | 1 | -1/+1 |
| | | |||||
| * | create dir for gradio themes cache if it's missing | AUTOMATIC1111 | 2023-08-06 | 1 | -1/+3 |
| | | |||||
| * | Merge pull request #12355 from AUTOMATIC1111/gradio-theme-cache | AUTOMATIC1111 | 2023-08-06 | 1 | -2/+7 |
| |\ | | | | | | | Gradio theme cache | ||||
| | * | Gradio theme cache | w-e-w | 2023-08-06 | 1 | -2/+7 |
| | | | |||||
| * | | rework saving incomplete images | AUTOMATIC1111 | 2023-08-06 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #12338 from AUTOMATIC1111/dont-save-incomplete-images | AUTOMATIC1111 | 2023-08-06 | 1 | -0/+1 |
| |\ \ | | | | | | | | | don't save incomplete images | ||||
| | * | | Option to not save incomplete images | w-e-w | 2023-08-05 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge pull request #12356 from catboxanon/fix/s-churn-max | AUTOMATIC1111 | 2023-08-06 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Increase `s_churn` max value | ||||
| | * | | | Increase s_churn max value | catboxanon | 2023-08-06 | 1 | -1/+1 |
| | | |/ | | |/| | |||||
| * / | | Add s_tmax | catboxanon | 2023-08-06 | 1 | -0/+1 |
| |/ / | |||||
| * | | add explanation for gradio themes | AUTOMATIC1111 | 2023-08-05 | 1 | -1/+1 |
| | | | |||||
| * | | fix whitespace | dhwz | 2023-08-05 | 1 | -1/+1 |
| | | | |||||
| * | | add new gradio themes | dhwz | 2023-08-05 | 1 | -2/+21 |
| | | | |||||
| * | | add description to VAE setting page | AUTOMATIC1111 | 2023-08-05 | 1 | -0/+20 |
| | | | |||||
| * | | put VAE into a separate settings page | AUTOMATIC1111 | 2023-08-05 | 1 | -7/+8 |
| | | | |||||
| * | | Merge pull request #12331 from AUTOMATIC1111/need_Reload-UI_not_Restart | AUTOMATIC1111 | 2023-08-05 | 1 | -21/+23 |
| |\ \ | | |/ | |/| | only need Reload UI not Restart | ||||
| | * | need Reload UI not Restart | w-e-w | 2023-08-05 | 1 | -21/+23 |
| | | | |||||
| * | | Merge branch 'dev' into efficient-vae-methods | Kohaku-Blueleaf | 2023-08-05 | 1 | -17/+43 |
| |\| | |||||
| | * | Merge branch 'dev' into multiple_loaded_models | AUTOMATIC1111 | 2023-08-05 | 1 | -18/+35 |
| | |\ | |||||
| | | * | Merge pull request #12181 from AUTOMATIC1111/hires_checkpoint | AUTOMATIC1111 | 2023-08-05 | 1 | -6/+13 |
| | | |\ | | | | | | | | | | | Hires fix change checkpoint | ||||
| | | | * | hires fix checkpoint selection | AUTOMATIC1111 | 2023-07-30 | 1 | -6/+13 |
| | | | | | |||||
| | | * | | move img2img settings to their own section | AUTOMATIC1111 | 2023-08-05 | 1 | -13/+19 |
| | | | | | |||||
| | | * | | change default color to white | AUTOMATIC1111 | 2023-08-05 | 1 | -3/+3 |
| | | | | | |||||
| | | * | | configurable masks color and default brush color | w-e-w | 2023-08-05 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | option to keep multiple models in memory | AUTOMATIC1111 | 2023-07-31 | 1 | -1/+11 |
| | | |/ | | |/| | |||||
| * | | | dix | Kohaku-Blueleaf | 2023-08-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | update info | Kohaku-Blueleaf | 2023-08-05 | 1 | -1/+1 |
| | | | | |||||
| * | | | add TAESD for i2i and t2i | Kohaku-Blueleaf | 2023-08-04 | 1 | -0/+2 |
| | |/ | |/| | |||||
| * | | gradio 3.39 | AUTOMATIC1111 | 2023-08-04 | 1 | -1/+2 |
| | | | |||||
| * | | add NV option for Random number generator source setting, which allows to ↵ | AUTOMATIC1111 | 2023-08-02 | 1 | -1/+1 |
| |/ | | | | | | | generate same pictures on CPU/AMD/Mac as on NVidia videocards. | ||||
* / | setting: Automatically open webui in browser on startup | w-e-w | 2023-08-08 | 1 | -0/+1 |
|/ | |||||
* | automatically switch to 32-bit float VAE if the generated picture has NaNs. | AUTOMATIC1111 | 2023-07-19 | 1 | -0/+1 |
| | |||||
* | add backwards compatibility --lyco-dir-backcompat option, use that for ↵ | AUTOMATIC1111 | 2023-07-18 | 1 | -1/+2 |
| | | | | | | LyCORIS directory instead of hardcoded value prevent running preload.py for disabled extensions | ||||
* | return sd_model_checkpoint to None | AUTOMATIC1111 | 2023-07-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'dev' into fix-11805 | Leon Feng | 2023-07-18 | 1 | -9/+42 |
|\ |