Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Merge pull request #11757 from AUTOMATIC1111/sdxl | AUTOMATIC1111 | 2023-07-16 | 1 | -1/+8 |
| |\ | | | | | | | SD XL support | ||||
| | * | Merge branch 'dev' into sdxl | AUTOMATIC1111 | 2023-07-14 | 1 | -1/+0 |
| | |\ | |||||
| | * | | raise maximum Negative Guidance minimum sigma due to request in PR discussion | AUTOMATIC1111 | 2023-07-14 | 1 | -1/+1 |
| | | | | |||||
| | * | | initial SDXL refiner support | AUTOMATIC1111 | 2023-07-14 | 1 | -2/+7 |
| | | | | |||||
| | * | | SDXL support | AUTOMATIC1111 | 2023-07-12 | 1 | -0/+2 |
| | | | | |||||
| * | | | nuke thumbs extra networks view mode (use settings tab to change ↵ | AUTOMATIC1111 | 2023-07-16 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | width/height/scale to get thumbs) | ||||
| * | | | suppress printing TI embedding into console by default | AUTOMATIC1111 | 2023-07-15 | 1 | -0/+1 |
| | | | | |||||
| * | | | add textual inversion hashes to infotext | AUTOMATIC1111 | 2023-07-15 | 1 | -0/+1 |
| | |/ | |/| | |||||
| * | | Revert Pull Request #11244 | wfjsw | 2023-07-09 | 1 | -1/+0 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Add github mirror for the download extension" This reverts commit 9ec2ba2d28bb0d8f01e19e2919b7bf2e3e864773. Revert "Update code style" This reverts commit de022c4c80240a430a8099fb27a41aa505bf5b2f. Revert "Update call method" This reverts commit e9bd18c57bd83363d38c7409263fe87f3ed3a7f0. Revert "move github proxy to settings, System page." This reverts commit 4981c7d3704e50dd93fe1b68d299239a4ded1ec2. |