Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add --gradio-allowed-path commandline option | AUTOMATIC | 2023-05-18 | 1 | -0/+1 |
| | |||||
* | python linter fixes | AUTOMATIC | 2023-05-18 | 2 | -2/+1 |
| | |||||
* | keep old option for ngrok | AUTOMATIC | 2023-05-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'dev' into ngrok-py | AUTOMATIC1111 | 2023-05-18 | 76 | -895/+1399 |
|\ | |||||
| * | rework #8863 to work with all img2img tabs | AUTOMATIC | 2023-05-17 | 1 | -2/+8 |
| | | |||||
| * | Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into dev | AUTOMATIC | 2023-05-17 | 1 | -0/+4 |
| |\ | |||||
| | * | fixed button position | pieresimakp | 2023-03-25 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'master' into img2img-detect-image-size | pieresimakp | 2023-03-25 | 22 | -207/+444 |
| | |\ | |||||
| | * | | added button to grab the width and height from the loaded image in img2img | pieresimakp | 2023-03-24 | 1 | -2/+5 |
| | | | | |||||
| * | | | option to specify editor height for img2img | AUTOMATIC | 2023-05-17 | 2 | -4/+5 |
| | | | | |||||
| * | | | remove some code duplication from #9348 | AUTOMATIC | 2023-05-17 | 1 | -5/+4 |
| | | | | |||||
| * | | | Merge branch 'dev' into improve-frontend-responsiveness | AUTOMATIC1111 | 2023-05-17 | 84 | -1117/+2579 |
| |\ \ \ | |||||
| | * | | | add option to reorder tabs | AUTOMATIC | 2023-05-17 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | fix Reload UI not working | ||||
| | * | | | alternative solution to fix styles load when edited by human #9765 as ↵ | AUTOMATIC | 2023-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | suggested by akx | ||||
| | * | | | add /sdapi/v1/script-info api | AUTOMATIC | 2023-05-17 | 3 | -5/+58 |
| | | | | | |||||
| | * | | | add options to show/hide hidden files and dirs, and to not list models/files ↵ | AUTOMATIC | 2023-05-17 | 2 | -2/+21 |
| | | | | | | | | | | | | | | | | | | | | in hidden directories | ||||
| | * | | | use a single function for saving images with metadata both in extra networks ↵ | AUTOMATIC | 2023-05-17 | 2 | -46/+43 |
| | | | | | | | | | | | | | | | | | | | | and main mode for #10395 | ||||
| | * | | | Merge pull request #10395 from wk5ovc/patch-4 | AUTOMATIC1111 | 2023-05-17 | 1 | -3/+13 |
| | |\ \ \ | | | | | | | | | | | | | Fix extra networks save preview image geninfo | ||||
| | | * | | | Fix extra networks save preview image geninfo | Keith | 2023-05-15 | 1 | -3/+13 |
| | | | | | | |||||
| | * | | | | Merge pull request #10483 from Iheuzio/syntax-search | AUTOMATIC1111 | 2023-05-17 | 1 | -2/+2 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Fix typo in syntax | ||||
| | | * | | | | Fix typo in syntax | Iheuzio | 2023-05-17 | 1 | -2/+2 |
| | | |/ / / | |||||
| | * | | | | move some settings to the new Optimization page | AUTOMATIC | 2023-05-17 | 4 | -46/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add slider for token merging for img2img rework StableDiffusionProcessing to have the token_merging_ratio field fix a bug with applying png optimizations for live previews when they shouldn't be applied | ||||
| | * | | | | Merge pull request #10458 from akx/graceful-stop | AUTOMATIC1111 | 2023-05-17 | 4 | -11/+45 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Graceful server stopping | ||||
| | | * | | | | Add option for /_stop route (for graceful shutdown) | Aarni Koskela | 2023-05-17 | 1 | -0/+1 |
| | | | | | | | |||||
| | | * | | | | Replace state.need_restart with state.server_command + replace poll loop ↵ | Aarni Koskela | 2023-05-17 | 3 | -11/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | with signal | ||||
| | * | | | | | use a local variable instead of dictionary entry for sd_merge_models in ↵ | AUTOMATIC | 2023-05-17 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge model metadata code | ||||
| | * | | | | | Merge pull request #10473 from dongweiming/fix-10460 | AUTOMATIC1111 | 2023-05-17 | 1 | -1/+2 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Fix #10460 | ||||
| | | * | | | | | Fixed: #10460 | Weiming | 2023-05-17 | 1 | -1/+2 |
| | | | | | | | | |||||
| | * | | | | | | Merge pull request #10461 from akx/processed-s-min-uncond | AUTOMATIC1111 | 2023-05-17 | 1 | -0/+1 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Copy s_min_uncond to Processed | ||||
| | | * | | | | | | Copy s_min_uncond to Processed | Aarni Koskela | 2023-05-17 | 1 | -0/+1 |
| | | | |/ / / / | | | |/| | | | | | | | | | | | | | | | | | | | | Should fix #10416 | ||||
| | * | | | | | | simplify single_sample_to_image | AUTOMATIC | 2023-05-17 | 1 | -6/+3 |
| | | | | | | | | |||||
| | * | | | | | | TAESD fix | Sakura-Luna | 2023-05-17 | 2 | -5/+6 |
| | | |/ / / / | | |/| | | | | |||||
| | * | | | | | Merge branch 'dev' into taesd-a | AUTOMATIC1111 | 2023-05-17 | 76 | -851/+1116 |
| | |\| | | | | |||||
| | | * | | | | Merge pull request #10451 from dennissheng/master | AUTOMATIC1111 | 2023-05-17 | 1 | -1/+0 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | not clear checkpoints cache when config changes | ||||
| | | | * | | | | not clear checkpoints cache when config changes | dennissheng | 2023-05-17 | 1 | -1/+0 |
| | | | |/ / / | |||||
| | | * | | | | add info link for Negative Guidance minimum sigma | AUTOMATIC | 2023-05-16 | 1 | -1/+1 |
| | | | | | | | |||||
| | | * | | | | restore nqsp in footer that was lost during linting | AUTOMATIC | 2023-05-16 | 1 | -5/+5 |
| | | | | | | | |||||
| | | * | | | | add second_order field to sampler config | AUTOMATIC | 2023-05-16 | 2 | -13/+9 |
| | | | | | | | |||||
| | | * | | | | suppress ENSD infotext for samplers that don't use it | AUTOMATIC | 2023-05-16 | 5 | -16/+48 |
| | | | | | | | |||||
| | | * | | | | add visual progress for extension installation from URL | AUTOMATIC | 2023-05-16 | 2 | -3/+2 |
| | | | | | | | |||||
| | | * | | | | update extensions table: show branch, show date in separate column, and show ↵ | AUTOMATIC | 2023-05-15 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | version from tags if available | ||||
| | | * | | | | load extensions' git metadata in parallel to loading the main program to ↵ | AUTOMATIC | 2023-05-15 | 3 | -3/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | save a ton of time during startup | ||||
| | | * | | | | Show "Loading..." for extra networks when displaying for the first time | AUTOMATIC | 2023-05-15 | 1 | -4/+15 |
| | | | | | | | |||||
| | | * | | | | fix model loading twice in some situations | AUTOMATIC | 2023-05-14 | 2 | -0/+6 |
| | | | | | | | |||||
| | | * | | | | Merge branch 'dev' into find_vae | AUTOMATIC1111 | 2023-05-14 | 79 | -965/+1314 |
| | | |\ \ \ \ | |||||
| | | | * \ \ \ | Merge pull request #10367 from AUTOMATIC1111/jpeg-extra-network-preview | AUTOMATIC1111 | 2023-05-14 | 1 | -2/+2 |
| | | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | allow jpeg for extra network preview | ||||
| | | | | * | | | | allow jpeg for extra network preview | w-e-w | 2023-05-14 | 1 | -2/+2 |
| | | | | | | | | | |||||
| | | | * | | | | | remove auto live previews format option, fix slow PNG generation | AUTOMATIC | 2023-05-14 | 2 | -11/+10 |
| | | | | | | | | | |||||
| | | | * | | | | | add a bunch of descriptions and reword a lot of settings (sorry, localizers) | AUTOMATIC | 2023-05-14 | 1 | -45/+49 |
| | | | |/ / / / | |||||
| | | | * | | | | set up a system to provide extra info for settings elements in python rather ↵ | AUTOMATIC | 2023-05-14 | 1 | -6/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than js add a bit of spacing/styling to settings elements add link info for token merging |