aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorLines
2023-01-09Merge pull request #6481 from guaneec/varsizeAUTOMATIC1111-15/+21
Allow mixed image sizes in TI/HN training
2023-01-09Merge branch 'master' into varsizeAUTOMATIC1111-121/+296
2023-01-09Merge pull request #6463 from akx/patch-1AUTOMATIC1111-13/+8
CI: Use native actions/setup-python caching
2023-01-09Remove fallback for Protocol import and remove Protocol import and remove ↵AUTOMATIC-8/+11
instances of Protocol in code add some whitespace between functions to be in line with other code in the repo
2023-01-09Merge pull request #6482 from ProGamerGov/patch-6AUTOMATIC1111-1/+7
Add fallback for Protocol import
2023-01-09use existing function for loading VAE weights from fileAUTOMATIC-8/+5
2023-01-09Merge pull request #6528 from PlasmaPower/vae-safetensorsAUTOMATIC1111-3/+18
Add support for loading VAEs from safetensors files
2023-01-09Merge pull request #6462 from Taithrah/small-touch-upAUTOMATIC1111-5/+5
Update hints.js
2023-01-09add an option to use old hiresfix width/height behaviorAUTOMATIC-17/+79
add a visual effect to inactive hires fix elements
2023-01-08Merge branch 'AUTOMATIC1111:master' into small-touch-upTaithrah-126/+530
2023-01-08Add support for loading VAEs from safetensor filesLee Bousfield-3/+18
2023-01-08Merge pull request #6478 from mezotaken/masterAUTOMATIC1111-1/+12
Fix quicksetting name overlapping with its controls.
2023-01-08Merge pull request #6465 from brkirch/fix-trainingAUTOMATIC1111-2/+2
Fix training for newer PyTorch builds
2023-01-08Merge pull request #6514 from mezotaken/fix-featreq-issue-labelAUTOMATIC1111-1/+1
Use an actual label for feature requests.
2023-01-08remove some code duplicationAUTOMATIC-17/+22
remove calls to locals() add a test for img2img with script
2023-01-08Merge pull request #6469 from noodleanon/scripts-from-apiAUTOMATIC1111-9/+48
Run scripts from API
2023-01-08Corrected is_img2img paramnoodleanon-1/+1
2023-01-08use actual label for feature requestsVladimir Repin-1/+1
2023-01-08Merge branch 'AUTOMATIC1111:master' into masterVladimir Repin-65/+108
2023-01-08make it possible for extensions/scripts to add their own embedding directoriesAUTOMATIC-69/+108
2023-01-08skip images in embeddings dir if they have a second .preview extensionAUTOMATIC-0/+4
2023-01-07Add fallback for Protocol importProGamerGov-1/+7
2023-01-08Move batchsize checkdan-3/+3
2023-01-08Add checkbox for variable training dimsdan-5/+8
2023-01-08Allow variable img sizedan-9/+13
2023-01-07fix quicksettings name overlapVladimir Repin-1/+12
2023-01-07Added script support in txt2img endpointnoodleanon-4/+20
2023-01-07Merge branch 'AUTOMATIC1111:master' into img2img-api-scriptsnoodleanon-275/+823
2023-01-07In-place operations can break gradient calculationbrkirch-2/+2
2023-01-07Update hints.jsTaithrah-2/+2
Partial revert
2023-01-07new screenshotAUTOMATIC-6/+3
2023-01-07add "from" resolution for hires fix to be less confusing.AUTOMATIC-1/+1
2023-01-07Merge pull request #6448 from aednzxy/patch-2AUTOMATIC1111-1/+1
increase upscale api validation limit
2023-01-07... also for tests.Aarni Koskela-5/+3
2023-01-07Merge pull request #6055 from brkirch/sub-quad_attn_optAUTOMATIC1111-39/+348
Add Birch-san's sub-quadratic attention implementation
2023-01-07CI: Use native actions/setup-python cachingAarni Koskela-8/+5
2023-01-07Update hints.jsTaithrah-7/+7
Small touch up to hints
2023-01-07rework hires fix preview for #6437: movie it to where it takes less place, ↵AUTOMATIC-14/+52
make it actually account for all relevant sliders and calculate dimensions correctly
2023-01-07this breaks on default config because width, height, hr_scale are None at ↵AUTOMATIC-8/+6
that point.
2023-01-07Merge pull request #6437 from Mitchell1711/show-target-resolutionAUTOMATIC1111-0/+15
Show upscaled resolution on hires fix
2023-01-07Merge branch 'clip_hijack_rework'AUTOMATIC-184/+269
2023-01-07more commentsAUTOMATIC-5/+16
2023-01-07make it not break on empty inputs; thank you tarded, we areAUTOMATIC-1/+1
2023-01-07Changed HTML to textbox insteadMitchell Boot-2/+5
Using HTML caused an issue where the row would expand for a frame when changing the sliders because of the loading animation. This solution also doesn't use any additional HTML padding
2023-01-07CLIP hijack reworkAUTOMATIC-182/+256
2023-01-06increase upscale api validation limitDean Hopkins-1/+1
2023-01-06Added licensebrkirch-2/+30
2023-01-06remove camelcaseMitchell Boot-1/+1
2023-01-06Added UI elementsMitchell Boot-0/+12
Added a new row to hires fix that shows the new resolution after scaling
2023-01-06Merge pull request #6432 from KumiIT/typoAUTOMATIC1111-1/+1
typo UI fixes #6391