aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Merge pull request #10905 from AUTOMATIC1111/fix-10896-pnginfo-parametersAUTOMATIC11112023-06-021-4/+0
| | | | | | | | | | | | fix 10896 pnginfo parameters
| | * | bump gradio version to fix tmp filenames for imagesAUTOMATIC2023-06-021-1/+1
| | | |
| | * | Merge branch 'master' into release_candidateAUTOMATIC2023-06-010-0/+0
| | |\ \ | | |/ / | |/| |
* | | | Merge pull request #11013 from ramyma/get_latent_upscale_modes_apiAUTOMATIC11112023-06-042-0/+12
|\ \ \ \ | | | | | | | | | | Get latent upscale modes API endpoint
| * | | | Add endpoint to get latent_upscale_modes for hires fixramyma2023-06-042-0/+12
|/ / / /
* | | | prevent calculating cons for second pass of hires fix when they are the same ↵AUTOMATIC2023-06-041-7/+13
| | | | | | | | | | | | | | | | as for the first pass
* | | | fix for conds of second hires fox pass being calculated using first pass's ↵AUTOMATIC2023-06-043-3/+36
| | | | | | | | | | | | | | | | networks, and add an option to revert to old behavior
* | | | Merge pull request #10997 from ↵AUTOMATIC11112023-06-042-15/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/fix-conds-caching-with-extra-network fix conds caching with extra network
| * | | | remove redone comparew-e-w2023-06-031-1/+1
| | | | |
| * | | | simplify self.extra_network_dataw-e-w2023-06-031-4/+2
| | | | |
| * | | | fix conds caching with extra networkw-e-w2023-06-032-12/+15
| | | | |
* | | | | Merge pull request #10990 from vkage/sd_hijack_optimizations_bugfixAUTOMATIC11112023-06-041-1/+1
|\ \ \ \ \ | | | | | | | | | | | | torch.cuda.is_available() check for SdOptimizationXformers
| * | | | | fix the broken line for #10990AUTOMATIC2023-06-041-1/+1
| | | | | |
| * | | | | torch.cuda.is_available() check for SdOptimizationXformersVivek K. Vasishtha2023-06-031-1/+1
| | |/ / / | |/| | |
* | | | | Merge pull request #10975 from AUTOMATIC1111/restart3AUTOMATIC11112023-06-045-15/+38
|\ \ \ \ \ | | | | | | | | | | | | A yet another method to restart webui.
| * | | | | a yet another method to restart webuiAUTOMATIC2023-06-035-15/+38
| | | | | |
* | | | | | Merge pull request #10980 from AUTOMATIC1111/sysinfoAUTOMATIC11112023-06-045-2/+242
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added sysinfo tab to settings
| * | | | | | add whitelist for environment in the reportAUTOMATIC2023-06-043-3/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add extra link to view the report instead of downloading it
| * | | | | | lintAUTOMATIC2023-06-031-2/+1
| | | | | | |
| * | | | | | Added sysinfo tab to settingsAUTOMATIC2023-06-035-2/+212
| |/ / / / /
* | | | | | Merge pull request #11005 from daswer123/devAUTOMATIC11112023-06-041-44/+133
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed bugs in the zoom builtin extensions and made the zoom function global
| * | | | | | Correct definition zoom levelDanil Boldyrev2023-06-041-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I changed the regular expression and now I always have to select scale from style.transfo
| * | | | | | Fixed visual bugsDanil Boldyrev2023-06-041-6/+7
| | | | | | |
| * | | | | | Made a function applyZoomAndPan isolated each instanceDanil Boldyrev2023-06-041-97/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Isolated each instance of applyZoomAndPan, now if you add another element to the page, they will work correctly
| * | | | | | Fixed the redmask bugDanil Boldyrev2023-06-031-1/+67
| | | | | | |
| * | | | | | Made the applyZoomAndPan function global for other extensionsDanil Boldyrev2023-06-031-4/+15
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #11006 from Vesnica/patch-1AUTOMATIC11112023-06-041-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make save_pil_to_file to have same parameters with gradio's function
| * | | | | | Update ui_tempdir.pyVesnica2023-06-041-1/+1
| |/ / / / / | | | | | | | | | | | | Make override function have the same input parameters with original function
* / / / / / infer styles from prompts, and an option to control the behaviorAUTOMATIC2023-06-044-3/+87
|/ / / / /
* | | | | Merge pull request #10987 from off99555/devAUTOMATIC11112023-06-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix missing ext_filter kwarg
| * | | | | Fix missing ext_filter kwargChanchana Sornsoontorn2023-06-031-1/+1
|/ / / / /
* | | | | Merge pull request #10838 from breengles/img2img-batch-processingAUTOMATIC11112023-06-031-7/+25
|\ \ \ \ \ | | | | | | | | | | | | Img2img batch processing
| * | | | | fallback to original file retrieving; skip img if mask not foundArtem Kotov2023-06-011-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usage of `shared.walk_files` breaks controlnet extension images are processed in different order which leads to unmatched img file used for img2img and img file used for controlnet (if no folder is specified for control net or the same as img2img input dir used for it)
| * | | | | add subdir support for images, masks and output; search mask only in subdirArtem Kotov2023-06-011-12/+25
| | | | | |
| * | | | | ruffedArtem Kotov2023-05-291-3/+3
| | | | | |
| * | | | | add scale_by to batch processingArtem Kotov2023-05-291-3/+8
| | | | | |
| * | | | | improve filename matching for maskArtem Kotov2023-05-291-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we should not rely that mask filename will be of the same extension as the image filename so better pattern matching is added
* | | | | | Merge pull request #10942 from ramyma/round-upscale-result-dimsAUTOMATIC11112023-06-031-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Round upscaled dimensions only when not divisible by 8
| * | | | | Use a more concise calculation for dest dimsramyma2023-06-031-2/+2
| | | | | |
| * | | | | Round upscaled dimensions only when not divisible by 8ramyma2023-06-031-2/+2
|/ / / / /
* | | | | Merge pull request #10917 from ↵AUTOMATIC11112023-06-031-0/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | AUTOMATIC1111/bug_template_cross_attention_optimization Bug template cross attention optimization
| * | | | | Cross attention optimizationw-e-w2023-06-021-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cross attention optimization cross attention optimization
* | | | | | Merge pull request #10946 from AUTOMATIC1111/fix-duplicate-optimizersAUTOMATIC11112023-06-031-4/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix duplicate Cross attention optimization after UI reload
| * | | | | | remove redundantw-e-w2023-06-021-3/+0
| | | | | | |
| * | | | | | remove redundant call list_optimizers()w-e-w2023-06-021-1/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #10967 from waltercool/masterAUTOMATIC11112023-06-031-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added support for workarounds on Navi external GPU.
| * | | | | | Added support for workarounds on external GPU.Pablo Cholaky2023-06-021-1/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lspci detects VGA for main/integrated videocards and Display for external videocards. This commit should apply workarounds on computers with more than one GPU. Useful for most laptops using weak iGPU and good dGPU. Signed-off-by: Pablo Cholaky <waltercool@slash.cl>
* | | | | | Merge pull request #10943 from catboxanon/sortAUTOMATIC11112023-06-039-7/+94
|\ \ \ \ \ \ | | | | | | | | | | | | | | Allow dynamically sorting extra networks in UI
| * | | | | | Apply suggestions from code reviewcatboxanon2023-06-025-7/+13
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Aarni Koskela <akx@iki.fi>
| * | | | | | lint fixescatboxanon2023-06-021-14/+17
| | | | | | |