Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert to python v3.9 | camenduru | 2023-03-27 | 1 | -1/+2 |
| | |||||
* | for img2img, use None as upscaler instead of erroring out if the desired ↵ | AUTOMATIC | 2023-03-26 | 1 | -2/+5 |
| | | | | upscaler is not found | ||||
* | Merge branch 'lora_inplace' | AUTOMATIC | 2023-03-26 | 2 | -35/+187 |
|\ | |||||
| * | Lora support for SD2 | AUTOMATIC | 2023-03-26 | 2 | -39/+126 |
| | | |||||
| * | Merge branch 'lora_sd2' into lora_inplace | AUTOMATIC | 2023-03-26 | 1 | -2/+19 |
| |\ | |||||
| | * | initial work on SD2 Lora support | AUTOMATIC | 2023-01-29 | 2 | -2/+24 |
| | |\ | |||||
| | | * | index on master: 91c8d0d Merge pull request #7231 from EllangoK/master | AUTOMATIC | 2023-01-28 | 2 | -2/+24 |
| | |/ | |||||
| * | | apply Lora by altering layer's weights instead of adding more calculations ↵ | AUTOMATIC | 2023-03-25 | 2 | -18/+66 |
| | | | | | | | | | | | | in forward() | ||||
* | | | Merge pull request #8931 from LipeCarmel/patch-1 | AUTOMATIC1111 | 2023-03-26 | 1 | -9/+6 |
|\ \ \ | | | | | | | | | loopback.py Colab compatibility and bug fix | ||||
| * | | | loopback.py Colab compatibility and bug fix | LipeCarmel | 2023-03-25 | 1 | -9/+6 |
| | | | | | | | | | | | | | | | | | | | | This code (suggested by @abvgdeabvgde2 ) literally does the same thing and it does not break with Python 3.9, making it helpful for Google Colab users (me included). fixes #8927 Also a partial fix for #8902 but it does not resolve the unresponsive UI problem faced by @Archon332 | ||||
* | | | | Merge pull request #8936 from space-nuko/fix-notifications | AUTOMATIC1111 | 2023-03-25 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix notifications not triggering | ||||
| * | | | Fix notifications not triggering | space-nuko | 2023-03-25 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #8921 from remixer-dec/fix-callstack-loop | AUTOMATIC1111 | 2023-03-25 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | fix overriding getElementById on document | ||||
| * | | fix overriding getElementById on document | Remixer Dec | 2023-03-25 | 1 | -1/+1 |
| | | | |||||
* | | | add missing extensions_dir, extensions_builtin_dir to extensions.py | AUTOMATIC | 2023-03-25 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #8839 from pieresimakp/master | AUTOMATIC1111 | 2023-03-25 | 1 | -11/+31 |
|\ \ | | | | | | | Add search textbox to filter available extensions by name/description | ||||
| * \ | Merge branch 'master' into master | AUTOMATIC1111 | 2023-03-25 | 44 | -948/+946 |
| |\ \ | |/ / |/| | | |||||
* | | | specify the tests dir in automated tests | AUTOMATIC | 2023-03-25 | 1 | -1/+1 |
| | | | |||||
* | | | split commandline args into its own file | AUTOMATIC | 2023-03-25 | 6 | -833/+73 |
| | | | | | | | | | | | | make launch.py use the same command line argument parser as the main program | ||||
* | | | Split history: mv temp modules/shared.py | Andrey | 2023-03-25 | 1 | -0/+0 |
| | | | |||||
* | | | Split history: merge | Andrey | 2023-03-25 | 1 | -0/+751 |
|\ \ \ | |||||
| * | | | Split history: mv modules/shared.py modules/cmd_args.py | Andrey | 2023-03-25 | 1 | -0/+0 |
| | | | | |||||
* | | | | Split history: mv modules/shared.py temp | Andrey | 2023-03-25 | 1 | -0/+0 |
|/ / / | |||||
* | | | Merge pull request #8547 from vladmandic/image-size | AUTOMATIC1111 | 2023-03-25 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | disable pil checks | ||||
| * | | | disable pil checks | Vladimir Mandic | 2023-03-12 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #8508 from vladmandic/lightning | AUTOMATIC1111 | 2023-03-25 | 2 | -1/+4 |
|\ \ \ \ | | | | | | | | | | | allow usage of latest pytorch_lighning | ||||
| * | | | | make it module specific | Vladimir Mandic | 2023-03-14 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fix import | Vladimir Mandic | 2023-03-12 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | all usage of newer pytorch_lighning | Vladimir Mandic | 2023-03-11 | 2 | -1/+3 |
| | | | | | |||||
* | | | | | Merge pull request #8698 from Narsil/update_safetensors | AUTOMATIC1111 | 2023-03-25 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Updating safetensors version (fully backward compatible) | ||||
| * | | | | | Updating safetensors version (fully backward compatible) | Nicolas Patry | 2023-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Main takeaway is that the newly created files should load better because pointer alignment is forced | ||||
* | | | | | | Merge pull request #7936 from EllangoK/master | AUTOMATIC1111 | 2023-03-25 | 3 | -2/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Custom height and width settings for Extra Networks cards | ||||
| * | | | | | | readds metadata_button | EllangoK | 2023-03-25 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into master | Karun | 2023-03-25 | 64 | -963/+2728 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | custom height, width settings for extra networks | EllangoK | 2023-02-19 | 3 | -2/+8 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #8662 from vladmandic/api-handler | AUTOMATIC1111 | 2023-03-25 | 2 | -1/+45 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | api error handler | ||||
| * | | | | | | | | api error handler | Vladimir Mandic | 2023-03-15 | 2 | -1/+45 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | update overflow-wrap: break-word; for gradio 3.23 | AUTOMATIC | 2023-03-25 | 2 | -3/+3 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #8723 from whwlsfb/patch-1 | AUTOMATIC1111 | 2023-03-25 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | fix output-html text overflow. | ||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into patch-1 | AUTOMATIC1111 | 2023-03-25 | 38 | -774/+725 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | make it possible for user to enable gradio analytics by setting ↵ | AUTOMATIC | 2023-03-25 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GRADIO_ANALYTICS_ENABLED=True | ||||
* | | | | | | | | | Merge pull request #8658 from hananbeer/disable_gradio_analytics | AUTOMATIC1111 | 2023-03-25 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | preserve privacy by disabling gradio analytics globally | ||||
| * | | | | | | | | | disable gradio analytics globally | high_byte | 2023-03-15 | 1 | -0/+1 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #8772 from mcmonkey4eva/img2img-alt-sd2-fix | AUTOMATIC1111 | 2023-03-25 | 1 | -14/+16 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix img2img-alternative-test script for SD v2.x | ||||
| * | | | | | | | | | | cleanup the img2img alt file a bit | Alex "mcmonkey" Goodwin | 2023-03-20 | 1 | -10/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | fix img2img alt for SD v2.x | Alex "mcmonkey" Goodwin | 2023-03-20 | 1 | -4/+14 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | final part of merging #8749 | AUTOMATIC | 2023-03-25 | 1 | -4/+4 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #8749 from missionfloyd/extra-network-info | AUTOMATIC1111 | 2023-03-25 | 2 | -2/+4 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | Don't bubble when metadata_button is clicked | ||||
| * | | | | | | | | | Merge branch 'master' into extra-network-info | AUTOMATIC1111 | 2023-03-25 | 37 | -759/+704 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #8717 from nonnonstop/fix-installpy | AUTOMATIC1111 | 2023-03-25 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix problem of install.py when data-dir is specified |