Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | |||||
| * | | | fix the typo -- thanks Cyberbeing | AUTOMATIC1111 | 2024-01-29 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add Pad conds v0 option | AUTOMATIC1111 | 2024-01-27 | 6 | -19/+78 |
| | | | | |||||
| * | | | Merge pull request #14773 from AUTOMATIC1111/rework-set_named_arg | AUTOMATIC1111 | 2024-01-27 | 1 | -8/+20 |
| |\ \ \ | | | | | | | | | | | rework set_named_arg | ||||
| | * | | | set_named_arg fuzzy option | w-e-w | 2024-01-27 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | rework set_named_arg | w-e-w | 2024-01-27 | 1 | -8/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change identifying a script from using Scripts class name to Scripts internal name an as not all Script have unique names raise RuntimeError when there's issue | ||||
| * | | | | Merge pull request #14775 from AUTOMATIC1111/fix-CLIP-Interrogator-topN-regex | AUTOMATIC1111 | 2024-01-27 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | fix CLIP Interrogator topN regex | ||||
| | * | | | | fix CLIP Interrogator topN regex | w-e-w | 2024-01-27 | 1 | -1/+1 |
| | |/ / / | | | | | | | | | | | | | | | | Co-Authored-By: Martin Rizzo <60830236+martin-rizzo@users.noreply.github.com> | ||||
| * / / / | fix txt2img_upscale | w-e-w | 2024-01-27 | 1 | -2/+2 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | use force_enable_hr to set p.enable_hr = True allow Script.setup() have access to the correct value add a comment for p.txt2img_upscale | ||||
| * | | | minor fix to #14525 | w-e-w | 2024-01-26 | 2 | -1/+2 |
| | | | | |||||
| * | | | Merge pull request #14715 from stefanbenten/sb/embedding-refresh | AUTOMATIC1111 | 2024-01-23 | 1 | -0/+5 |
| |\ \ \ | | | | | | | | | | | modules/api/api.py: add api endpoint to refresh embeddings list | ||||
| | * | | | modules/api/api.py: add api endpoint to refresh embeddings list | Stefan Benten | 2024-01-21 | 1 | -0/+5 |
| | | |/ | | |/| | |||||
| * | | | Merge pull request #14707 from AUTOMATIC1111/multi-styles-base-styles-file | AUTOMATIC1111 | 2024-01-23 | 4 | -47/+52 |
| |\ \ \ | | | | | | | | | | | re-work multi --styles-file |