Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make it compatible with Python < 3.10 | Leonard Kugis | 2024-04-07 | 2 | -6/+7 |
| | |||||
* | style changes for #14979 | AUTOMATIC1111 | 2024-03-02 | 1 | -29/+41 |
| | |||||
* | call apply_alpha_schedule_override in load_model_weights for #14979 | AUTOMATIC1111 | 2024-03-02 | 1 | -1/+2 |
| | |||||
* | Merge pull request #14979 from drhead/refiner_cumprod_fix | AUTOMATIC1111 | 2024-03-02 | 2 | -27/+33 |
| | | | Protect alphas_cumprod during refiner switchover | ||||
* | Merge pull request #15039 from light-and-ray/dat_cmd_flag | AUTOMATIC1111 | 2024-03-02 | 1 | -0/+1 |
| | | | dat cmd flag | ||||
* | Merge pull request #15035 from AUTOMATIC1111/fix/normalized-filepath-absolute | AUTOMATIC1111 | 2024-03-02 | 1 | -1/+1 |
| | | | Use `absolute` path for normalized filepath | ||||
* | Merge pull request #15012 from light-and-ray/register_tmp_file-also-with-mtime | AUTOMATIC1111 | 2024-03-02 | 1 | -1/+3 |
| | | | register_tmp_file also for mtime | ||||
* | make extra network card description plaintext by default, with an option to ↵ | AUTOMATIC1111 | 2024-02-22 | 2 | -1/+6 |
| | | | | re-enable HTML as it was | ||||
* | possible fix for reload button not appearing in some cases for extra networks. | AUTOMATIC1111 | 2024-02-22 | 1 | -6/+11 |
| | |||||
* | Merge pull request #14966 from light-and-ray/avoid_doble_upscaling_in_inpaint | AUTOMATIC1111 | 2024-02-19 | 1 | -9/+6 |
| | | | [bug] avoid doble upscaling in inpaint | ||||
* | Merge pull request #14947 from AUTOMATIC1111/open-button | AUTOMATIC1111 | 2024-02-17 | 3 | -17/+51 |
| | | | option "open image button" open the actual dir | ||||
* | Update comment for Pad prompt/negative prompt v0 to add a warning about ↵ | AUTOMATIC1111 | 2024-02-17 | 2 | -4/+4 |
| | | | | truncation, make it override the v1 implementation | ||||
* | Disable prompt token counters option actually disables token counting rather ↵ | AUTOMATIC1111 | 2024-02-17 | 2 | -3/+3 |
| | | | | | | | than just hiding results. Disable prompt token counters option does not require reload UI. token counters do not become visible until they are positioned correctly. | ||||
* | Merge pull request #14933 from ↵ | AUTOMATIC1111 | 2024-02-17 | 1 | -1/+4 |
|\ | | | | | | | | | AUTOMATIC1111/fix/graceful-mtime-hash-cache-exception Gracefully handle mtime read exception from cache | ||||
| * | Gracefully handle mtime read exception from cache | catboxanon | 2024-02-15 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #14934 from AUTOMATIC1111/fix/normalize-cmd-arg-paths | AUTOMATIC1111 | 2024-02-17 | 2 | -20/+24 |
|\ \ | | | | | | | Normalize command-line argument paths | ||||
| * | | Normalize cmd arg paths | catboxanon | 2024-02-15 | 2 | -20/+24 |
| |/ | | | | | | | | | | | In particular, this fixes an issue on Windows where some functions will misbehave if forward slashes are provided rather than double backslashes. | ||||
* / | Added core.filemode=false so doesn't track changes in file permissions in ↵ | RedDeltas | 2024-02-15 | 1 | -1/+1 |
|/ | | | | more restrictive environments | ||||
* | add before_token_counter callback and use it for prompt comments | AUTOMATIC1111 | 2024-02-11 | 3 | -1/+43 |
| | |||||
* | Count tokens of enabled styles | AUTOMATIC1111 | 2024-02-11 | 2 | -7/+17 |
| | |||||
* | call the right function for token counter in img2img | AUTOMATIC1111 | 2024-02-11 | 1 | -1/+1 |
| | |||||
* | add propmpt comments support | AUTOMATIC1111 | 2024-02-11 | 1 | -0/+32 |
| | |||||
* | add infotext entry for emphasis; put emphasis into a separate file, add an ↵ | AUTOMATIC1111 | 2024-02-11 | 6 | -13/+89 |
| | | | | option to parse but still ignore emphasis | ||||
* | Merge pull request #14874 from hako-mikan/master | AUTOMATIC1111 | 2024-02-11 | 2 | -1/+4 |
|\ | | | | | Add option to disable normalize embeddings after after calculating emphasis. | ||||
| * | Update sd_hijack_clip.py | hako-mikan | 2024-02-09 | 1 | -1/+1 |
| | | |||||
| * | add option | hako-mikan | 2024-02-09 | 2 | -1/+4 |
| | | |||||
* | | Merge pull request #14879 from ↵ | AUTOMATIC1111 | 2024-02-11 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | AUTOMATIC1111/walk_files-extensions-case-insensitive util.walk_files extensions case insensitive | ||||
| * | | walk_files extensions case insensitive | w-e-w | 2024-02-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #14884 from light-and-ray/ResizeHandleRow_png_info_and_train | AUTOMATIC1111 | 2024-02-11 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | ResizeHandleRow png_info and train | ||||
| * | | | ResizeHandleRow png_info and train | Andray | 2024-02-10 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge pull request #14890 from AUTOMATIC1111/always-append-timestamp | AUTOMATIC1111 | 2024-02-11 | 1 | -6/+1 |
|\ \ \ | |/ / |/| | | Always add timestamp to displayed image | ||||
| * | | Always add timestamp to displayed image | missionfloyd | 2024-02-10 | 1 | -6/+1 |
| |/ | |||||
* | | Merge pull request #14857 from light-and-ray/refresh_extensions_list | AUTOMATIC1111 | 2024-02-09 | 1 | -1/+3 |
|\ \ | | | | | | | Button for refresh extensions list | ||||
| * | | add button for refreshing extensions list | Andray | 2024-02-07 | 1 | -1/+3 |
| | | | |||||
* | | | fix extra networks metadata failing to work properly when you create the ↵ | AUTOMATIC1111 | 2024-02-02 | 1 | -3/+3 |
| | | | | | | | | | | | | .json file with metadata for the first time. | ||||
* | | | fix checkpoint selection not working for #14588 | AUTOMATIC1111 | 2024-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | fix page refresh not re-applying sort/filter for #14588 | AUTOMATIC1111 | 2024-02-02 | 1 | -12/+11 |
| | | | | | | | | | | | | fix path sortkey not including the filename for #14588 | ||||
* | | | fix error when editing extra networks card | AUTOMATIC1111 | 2024-02-01 | 1 | -1/+1 |
| | | | |||||
* | | | Add "Interrupting..." placeholder. | AUTOMATIC1111 | 2024-02-01 | 1 | -11/+5 |
| | | | |||||
* | | | catch load style.csv error | w-e-w | 2024-02-01 | 1 | -13/+17 |
| | | | |||||
* | | | Merge pull request #14809 from Cyberbeing/fix_upscaler_autocast_nans | AUTOMATIC1111 | 2024-01-31 | 1 | -2/+3 |
|\ \ \ | | | | | | | | | Fix potential autocast NaNs in image upscale | ||||
| * | | | Fix potential autocast NaNs in image upscale | Cyberbeing | 2024-01-31 | 1 | -2/+3 |
| | | | | |||||
* | | | | Merge pull request #14803 from AUTOMATIC1111/create_submit_box-tooltip | AUTOMATIC1111 | 2024-01-31 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | add tooltip create_submit_box | ||||
| * | | | | add tooltip create_submit_box | w-e-w | 2024-01-30 | 1 | -3/+3 |
| |/ / / | |||||
* | | | | Update | wangshuai09 | 2024-01-31 | 5 | -12/+18 |
| | | | | |||||
* | | | | Merge branch 'dev' into npu_support | wangshuai09 | 2024-01-30 | 80 | -2429/+2944 |
|\| | | | |||||
| * | | | Revert "Try to reverse the dtype checking mechanism" | Kohaku-Blueleaf | 2024-01-29 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | This reverts commit d243e24f539d717b221992e894a5db5a321bf3cd. | ||||
| * | | | Try to reverse the dtype checking mechanism | Kohaku-Blueleaf | 2024-01-29 | 1 | -5/+2 |
| | | | | |||||
| * | | | linting | Kohaku-Blueleaf | 2024-01-29 | 1 | -1/+0 |
| | | | | |||||
| * | | | Fix potential bugs | Kohaku-Blueleaf | 2024-01-29 | 1 | -2/+7 |
| | | | |