Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8665 from Vespinian/fix_img2img_scriptrunner_for_gui | AUTOMATIC1111 | 2023-05-17 | 0 | -0/+0 |
|\ | | | | | fix [Bug]: Changed gui's img2img p.scripts from scripts_txt2img to scripts_img2img | ||||
| * | Changed img2img scriptrunner for gui request from scripts_txt2img to ↵ | Vespinian | 2023-03-15 | 1 | -1/+1 |
| | | | | | | | | scripts_img2img | ||||
* | | rework #8863 to work with all img2img tabs | AUTOMATIC | 2023-05-17 | 2 | -4/+10 |
| | | |||||
* | | Merge remote-tracking branch 'pieresimakp/img2img-detect-image-size' into dev | AUTOMATIC | 2023-05-17 | 2 | -0/+5 |
|\ \ | |||||
| * | | fixed button position | pieresimakp | 2023-03-25 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' into img2img-detect-image-size | pieresimakp | 2023-03-25 | 44 | -959/+977 |
| |\ \ | |||||
| * | | | added button to grab the width and height from the loaded image in img2img | pieresimakp | 2023-03-24 | 2 | -2/+6 |
| | |/ | |/| | |||||
* | | | option to specify editor height for img2img | AUTOMATIC | 2023-05-17 | 3 | -10/+5 |
| | | | |||||
* | | | remove some code duplication from #9348 | AUTOMATIC | 2023-05-17 | 2 | -44/+19 |
| | | | |||||
* | | | Merge pull request #9348 from space-nuko/improve-frontend-responsiveness | AUTOMATIC1111 | 2023-05-17 | 2 | -4/+56 |
|\ \ \ | | | | | | | | | Improve frontend responsiveness for some buttons | ||||
| * \ \ | Merge branch 'dev' into improve-frontend-responsiveness | AUTOMATIC1111 | 2023-05-17 | 145 | -1839/+4213 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | add option to reorder tabs | AUTOMATIC | 2023-05-17 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | fix Reload UI not working | ||||
* | | | | simplify name pattern setting tooltips | AUTOMATIC | 2023-05-17 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #10222 from AUTOMATIC1111/readme-simple-installation-method | AUTOMATIC1111 | 2023-05-17 | 1 | -0/+6 |
|\ \ \ \ | | | | | | | | | | | add documentation for simple installation method using release package | ||||
| * | | | | add documentation for simple installation method using release package | w-e-w | 2023-05-09 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | 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 #10400 from AUTOMATIC1111/Sakura-Luna-patch-1 | AUTOMATIC1111 | 2023-05-17 | 1 | -0/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add Python version | ||||
| * | | | | | | Add Python version | Sakura-Luna | 2023-05-15 | 1 | -0/+9 |
| |/ / / / / | | | | | | | | | | | | | Many users still use unverified versions of Python and file version-specific issues, often without mentioning version information, making troubleshooting difficult. | ||||
* | | | | | | isn't there something you forgot, #10483? | AUTOMATIC | 2023-05-17 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | 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 | 5 | -27/+79 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Graceful server stopping | ||||
| * | | | | | | Add option for /_stop route (for graceful shutdown) | Aarni Koskela | 2023-05-17 | 2 | -2/+12 |
| | | | | | | | |||||
| * | | | | | | Replace state.need_restart with state.server_command + replace poll loop ↵ | Aarni Koskela | 2023-05-17 | 4 | -26/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | with signal | ||||
* | | | | | | | when adding tooltips, do not scan whole document and instead only scan added ↵ | AUTOMATIC | 2023-05-17 | 1 | -23/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | elements | ||||
* | | | | | | | Merge pull request #10414 from AUTOMATIC1111/xyz-token-merging | AUTOMATIC1111 | 2023-05-17 | 1 | -0/+7 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | xyz token merging | ||||
| * | | | | | | | xyz token merging | w-e-w | 2023-05-15 | 1 | -0/+7 |
| | | | | | | | | |||||
* | | | | | | | | 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 |
| | | | | | | | | | |||||
* | | | | | | | | | fix inability to run with --freeze-settings | AUTOMATIC | 2023-05-17 | 1 | -21/+17 |
| | | | | | | | | | |||||
* | | | | | | | | | 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 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #10467 from Sakura-Luna/taesd-a | AUTOMATIC1111 | 2023-05-17 | 2 | -5/+6 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Tiny AE fix | ||||
| * | | | | | | | | TAESD fix | Sakura-Luna | 2023-05-17 | 2 | -5/+6 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #10365 from Sakura-Luna/taesd-a | AUTOMATIC1111 | 2023-05-17 | 5 | -3/+124 |
|\| | | | | | | | | |/ / / / / / / |/| | | | | | | | Add Tiny AE live preview | ||||
| * | | | | | | | Merge branch 'dev' into taesd-a | AUTOMATIC1111 | 2023-05-17 | 113 | -1220/+1618 |
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
* | | | | | | | | Merge pull request #10440 from grimatoma/increaseModelPickerWidth | AUTOMATIC1111 | 2023-05-17 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove max width for model dropdown | ||||
| * | | | | | | | | Remove max width for model dropdown | grimatoma | 2023-05-16 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the max width for the model dropdown allows the user to see the full name of a model especially when it is long. Model names are getting more complex and longer and the current width almost always cuts off model names. If a user leverages folders than it pretty much always cuts off the name... | ||||
* | | | | | | | | | 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 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #10452 from dongweiming/fix-neg | AUTOMATIC1111 | 2023-05-17 | 1 | -11/+20 |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | Fix remove `textual inversion` prompt | ||||
| * | | | | | | | | Fix remove `textual inversion` prompt | Weiming | 2023-05-17 | 1 | -11/+20 |
|/ / / / / / / / |