Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #7201 from brkirch/update-macos-defaults | AUTOMATIC1111 | 2023-01-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Update arguments to use --upcast-sampling | brkirch | 2023-01-25 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | / / / / / / | fix for unet hijack breaking the train tab | AUTOMATIC | 2023-01-25 | 1 | -2/+5 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | make clicking extra networks button one more time close the extra networks UI | AUTOMATIC | 2023-01-25 | 1 | -2/+7 | |
|/ / / / / / | ||||||
* | | | | | | add pix2pix credits | AUTOMATIC | 2023-01-25 | 1 | -1/+2 | |
* | | | | | | Merge pull request #6510 from brkirch/unet16-upcast-precision | AUTOMATIC1111 | 2023-01-25 | 10 | -71/+189 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add UI setting for upcasting attention to float32 | brkirch | 2023-01-25 | 5 | -64/+108 | |
| * | | | | | | Add option for float32 sampling with float16 UNet | brkirch | 2023-01-25 | 8 | -8/+82 | |
* | | | | | | | Merge pull request #7138 from mykeehu/patch-4 | AUTOMATIC1111 | 2023-01-25 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix extra network thumbs label color | Mykeehu | 2023-01-23 | 1 | -0/+1 | |
* | | | | | | | | change to code for live preview fix on OSX to be bit more obvious | AUTOMATIC | 2023-01-25 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #7151 from brkirch/fix-approx-nn | AUTOMATIC1111 | 2023-01-25 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix different first gen with Approx NN previews | brkirch | 2023-01-24 | 1 | -1/+5 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #7195 from Klace/instruct-pix2pix_model_load | AUTOMATIC1111 | 2023-01-25 | 5 | -3/+1485 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update requirements transformers==4.25.1 | Kyle | 2023-01-25 | 2 | -2/+2 | |
| * | | | | | | | | Add instruct-pix2pix hijack | Kyle | 2023-01-25 | 3 | -1/+1483 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #7146 from EllangoK/master | AUTOMATIC1111 | 2023-01-25 | 2 | -45/+134 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | swaps xyz axes internally if one costs more | EllangoK | 2023-01-24 | 1 | -12/+52 | |
| * | | | | | | | | handling sub grids and merging into one | EllangoK | 2023-01-24 | 2 | -12/+19 | |
| * | | | | | | | | implements most of xyz grid script | EllangoK | 2023-01-24 | 1 | -36/+78 | |
| * | | | | | | | | renamed xy to xyz grid | EllangoK | 2023-01-24 | 1 | -0/+0 | |
* | | | | | | | | | add an experimental option to apply loras to outputs rather than inputs | AUTOMATIC | 2023-01-25 | 2 | -2/+10 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | remove the pip install stuff because it does not work as i hoped it would | AUTOMATIC | 2023-01-24 | 3 | -8/+11 | |
* | | | | | | | | add fastapi to requirements | AUTOMATIC | 2023-01-24 | 1 | -0/+1 | |
* | | | | | | | | print progress when installing torch | AUTOMATIC | 2023-01-24 | 2 | -6/+22 | |
* | | | | | | | | remove fairscale requirement, add fake fairscale to make BLIP not complain ab... | AUTOMATIC | 2023-01-24 | 1 | -1/+1 | |
* | | | | | | | | remove fairscale requirement, add fake fairscale to make BLIP not complain ab... | AUTOMATIC | 2023-01-24 | 3 | -4/+9 | |
* | | | | | | | | make git commands not fail for extensions when you have spaces in webui direc... | AUTOMATIC | 2023-01-24 | 1 | -4/+4 | |
* | | | | | | | | also return the removed field to sdapi/v1/upscalers because someone might hav... | AUTOMATIC | 2023-01-24 | 2 | -0/+2 | |
* | | | | | | | | repair sdapi/v1/upscalers returning bogus results | AUTOMATIC | 2023-01-24 | 2 | -8/+10 | |
* | | | | | | | | Merge pull request #7140 from vladmandic/api-decode-image | AUTOMATIC1111 | 2023-01-24 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | add image decod exception handling | Vladimir Mandic | 2023-01-23 | 1 | -1/+5 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #7144 from catboxanon/swinir-interrupt | AUTOMATIC1111 | 2023-01-24 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Also make SwinIR skippable | catboxanon | 2023-01-24 | 1 | -2/+2 | |
| * | | | | | | | | Make SwinIR interruptible | catboxanon | 2023-01-24 | 1 | -1/+7 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #7148 from acncagua/improvement_launch.py | AUTOMATIC1111 | 2023-01-24 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Set Linux xformers 0.0.16RC425 | acncagua | 2023-01-24 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | fix BLIP failing to import depending on configuration | AUTOMATIC | 2023-01-23 | 2 | -1/+16 | |
* | | | | | | | Merge pull request #7113 from vladmandic/interrogate | AUTOMATIC1111 | 2023-01-23 | 2 | -16/+26 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | add option to skip interrogate categories | Vladimir Mandic | 2023-01-23 | 2 | -15/+19 | |
| * | | | | | | | Merge branch 'AUTOMATIC1111:master' into interrogate | Vladimir Mandic | 2023-01-23 | 9 | -27/+140 | |
| |\| | | | | | | ||||||
| * | | | | | | | improve interrogate | Vladimir Mandic | 2023-01-23 | 2 | -12/+18 | |
* | | | | | | | | add support for apostrophe in extra network names | AUTOMATIC | 2023-01-23 | 2 | -4/+6 | |
* | | | | | | | | suppress A matching Triton is not available message | AUTOMATIC | 2023-01-23 | 1 | -1/+3 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | make loras before 0.4.0 ALSO work | AUTOMATIC | 2023-01-23 | 1 | -1/+2 | |
* | | | | | | | Merge pull request #7032 from gmq/extra-network-styles | AUTOMATIC1111 | 2023-01-23 | 4 | -4/+73 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | feat(extra-networks): replace icon background with border | Guillermo Moreno | 2023-01-23 | 2 | -2/+5 | |
| * | | | | | | | feat(extra-networks): remove view dropdown | Guillermo Moreno | 2023-01-23 | 2 | -13/+9 | |
| * | | | | | | | feat(extra-networks): add default view setting | Guillermo Moreno | 2023-01-22 | 2 | -4/+8 | |
| * | | | | | | | feat(extra-networks): add thumbs view style | Guillermo Moreno | 2023-01-22 | 4 | -12/+78 |