Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-21 | --filter=blob:none | w-e-w | |
Co-Authored-By: Aarni Koskela <akx@iki.fi> Co-Authored-By: catboxanon <122327233+catboxanon@users.noreply.github.com> | |||
2023-05-20 | extensions clone depth 1 | w-e-w | |
2023-05-19 | calculate hashes for Lora | AUTOMATIC | |
add lora hashes to infotext when pasting infotext, use infotext's lora hashes to find local loras for <lora:xxx:1> entries whose hashes match loras the user has | |||
2023-05-19 | allow hiding buttons in ui-config.json | AUTOMATIC | |
2023-05-19 | Merge pull request #10291 from akx/test-overhaul | AUTOMATIC1111 | |
Test overhaul | |||
2023-05-19 | change width/heights slider steps to 64 from 8 | AUTOMATIC | |
2023-05-19 | Overhaul tests to use py.test | Aarni Koskela | |
2023-05-19 | change upscalers to download models into user-specified directory (from ↵ | AUTOMATIC | |
commandline args) rather than the default models/<...> | |||
2023-05-19 | make links to http://<...>.git git extensions work in the extension tab | AUTOMATIC | |
2023-05-18 | set Navigate image viewer with gamepad option to false by default, by request | AUTOMATIC | |
2023-05-18 | Merge remote-tracking branch 'missionfloyd/extra-network-preview-lazyload' ↵ | AUTOMATIC | |
into dev | |||
2023-05-18 | rework #10519 | AUTOMATIC | |
2023-05-18 | Merge pull request #10519 from catboxanon/patch/hires-input-release-event | AUTOMATIC1111 | |
Improve width/height slider responsiveness | |||
2023-05-18 | Reorder variable assignment | catboxanon | |
2023-05-18 | rework hires prompts/sampler code to among other things support different ↵ | AUTOMATIC | |
extra networks in first/second pass rework quoting for infotext items that have commas in them to use json (should be backwards compatible except for cases where it didn't work previously) add some locals from processing function into the Processing class as fields | |||
2023-05-18 | .change -> .release for hires input | catboxanon | |
Improves overall UI responsiveness. | |||
2023-05-18 | Merge remote-tracking branch 'InvincibleDude/improved-hr-conflict-test' into ↵ | AUTOMATIC | |
hires-fix-ext | |||
2023-05-18 | add messages about Loras that failed to load to UI | AUTOMATIC | |
2023-05-18 | if sd_model is None, do not always try to load it | AUTOMATIC | |
2023-05-18 | add --gradio-allowed-path commandline option | AUTOMATIC | |
2023-05-18 | python linter fixes | AUTOMATIC | |
2023-05-18 | keep old option for ngrok | AUTOMATIC | |
2023-05-18 | Merge branch 'dev' into ngrok-py | AUTOMATIC1111 | |
2023-05-18 | rework #8863 to work with all img2img tabs | AUTOMATIC | |
2023-05-17 | Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into dev | AUTOMATIC | |
2023-05-17 | option to specify editor height for img2img | AUTOMATIC | |
2023-05-17 | remove some code duplication from #9348 | AUTOMATIC | |
2023-05-17 | Merge branch 'dev' into improve-frontend-responsiveness | AUTOMATIC1111 | |
2023-05-17 | add option to reorder tabs | AUTOMATIC | |
fix Reload UI not working | |||
2023-05-17 | alternative solution to fix styles load when edited by human #9765 as ↵ | AUTOMATIC | |
suggested by akx | |||
2023-05-17 | add /sdapi/v1/script-info api | AUTOMATIC | |
2023-05-17 | add options to show/hide hidden files and dirs, and to not list models/files ↵ | AUTOMATIC | |
in hidden directories | |||
2023-05-17 | use a single function for saving images with metadata both in extra networks ↵ | AUTOMATIC | |
and main mode for #10395 | |||
2023-05-17 | Merge pull request #10395 from wk5ovc/patch-4 | AUTOMATIC1111 | |
Fix extra networks save preview image geninfo | |||
2023-05-17 | Merge pull request #10483 from Iheuzio/syntax-search | AUTOMATIC1111 | |
Fix typo in syntax | |||
2023-05-17 | move some settings to the new Optimization page | AUTOMATIC | |
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 | |||
2023-05-17 | Fix typo in syntax | Iheuzio | |
2023-05-17 | Merge pull request #10458 from akx/graceful-stop | AUTOMATIC1111 | |
Graceful server stopping | |||
2023-05-17 | use a local variable instead of dictionary entry for sd_merge_models in ↵ | AUTOMATIC | |
merge model metadata code | |||
2023-05-17 | Merge pull request #10473 from dongweiming/fix-10460 | AUTOMATIC1111 | |
Fix #10460 | |||
2023-05-17 | Fixed: #10460 | Weiming | |
2023-05-17 | Merge pull request #10461 from akx/processed-s-min-uncond | AUTOMATIC1111 | |
Copy s_min_uncond to Processed | |||
2023-05-17 | simplify single_sample_to_image | AUTOMATIC | |
2023-05-17 | TAESD fix | Sakura-Luna | |
2023-05-17 | Copy s_min_uncond to Processed | Aarni Koskela | |
Should fix #10416 | |||
2023-05-17 | Add option for /_stop route (for graceful shutdown) | Aarni Koskela | |
2023-05-17 | Replace state.need_restart with state.server_command + replace poll loop ↵ | Aarni Koskela | |
with signal | |||
2023-05-17 | Merge branch 'dev' into taesd-a | AUTOMATIC1111 | |
2023-05-17 | return live preview defaults to how they were | AUTOMATIC | |
only download TAESD model when it's needed return calculations in single_sample_to_image to just if/elif/elif blocks keep taesd model in its own directory | |||
2023-05-17 | Merge pull request #10451 from dennissheng/master | AUTOMATIC1111 | |
not clear checkpoints cache when config changes |