aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15006 from imnodb/masterAUTOMATIC11112024-02-261-1/+1
| | | fix: the `split_threshold` parameter does not work when running Split oversized images
* Merge pull request #15004 from ↵AUTOMATIC11112024-02-261-4/+5
| | | | | light-and-ray/ResizeHandleRow_-_allow_overriden_column_scale_parametr ResizeHandleRow - allow overriden column scale parametr
* Merge pull request #14995 from ↵AUTOMATIC11112024-02-261-2/+2
| | | | | dtlnor/14591-bug-the-categories-layout-is-different-when-localization-is-on Fix #14591 using translated content to do categories mapping
* Merge pull request #14973 from AUTOMATIC1111/Fix-new-oft-boftAUTOMATIC11112024-02-261-26/+24
| | | Fix the OFT/BOFT bugs when using new LyCORIS implementation
* update changelogAUTOMATIC11112024-02-221-0/+1
|
* Merge pull request #15002 from ↵AUTOMATIC11112024-02-221-33/+62
| | | | | light-and-ray/support_resizable_columns_for_touch_(tablets) support resizable columns for touch (tablets)
* update changelogAUTOMATIC11112024-02-221-0/+1
|
* update changelogAUTOMATIC11112024-02-221-0/+1
|
* make extra network card description plaintext by default, with an option to ↵AUTOMATIC11112024-02-222-1/+6
| | | | re-enable HTML as it was
* possible fix for reload button not appearing in some cases for extra networks.AUTOMATIC11112024-02-221-6/+11
|
* Merge pull request #14966 from light-and-ray/avoid_doble_upscaling_in_inpaintAUTOMATIC11112024-02-191-9/+6
| | | [bug] avoid doble upscaling in inpaint
* update changelogAUTOMATIC11112024-02-191-1/+2
|
* Merge pull request #14871 from v0xie/boftAUTOMATIC11112024-02-191-10/+48
| | | Support inference with LyCORIS BOFT networks
* update changelogAUTOMATIC11112024-02-171-0/+2
|
* Merge pull request #14947 from AUTOMATIC1111/open-buttonAUTOMATIC11112024-02-173-17/+51
| | | option "open image button" open the actual dir
* Update comment for Pad prompt/negative prompt v0 to add a warning about ↵AUTOMATIC11112024-02-172-4/+4
| | | | truncation, make it override the v1 implementation
* prevent escape button causing an interrupt when no generation has been made yetAUTOMATIC11112024-02-171-1/+1
|
* update changelogAUTOMATIC11112024-02-171-0/+121
|
* lintAUTOMATIC11112024-02-171-5/+5
|
* Disable prompt token counters option actually disables token counting rather ↵AUTOMATIC11112024-02-176-18/+30
| | | | | | | 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.
* fix an exception when filtering extra networks very earlyAUTOMATIC11112024-02-171-1/+5
|
* fix search UI invisible in an extra network tab that just loadedAUTOMATIC11112024-02-171-0/+4
|
* change condition for scheduleAfterScriptsCallbacks() to properly reflect the ↵AUTOMATIC11112024-02-171-3/+6
| | | | needed amount of search fields
* Merge pull request #14900 from ↵AUTOMATIC11112024-02-171-5/+5
|\ | | | | | | | | AUTOMATIC1111/fix-css-color-extra-network-control--enabled fix extra-network-control--enabled color
| * fix extra-network-control--enabled colorw-e-w2024-02-111-5/+5
| | | | | | | | also add forgotten semicolon
* | Merge pull request #14910 from analysisjp/wsl2_flxAUTOMATIC11112024-02-171-7/+5
|\ \ | | | | | | fixed webui.sh issue that occurred in WSL environment (fix: #14883)
| * | fixed webui.sh issue that occurred in WSL environment (fix: #14883)analysisjp2024-02-131-7/+5
| |/
* | Merge pull request #14916 from light-and-ray/use_original_document_titleAUTOMATIC11112024-02-171-1/+8
|\ \ | | | | | | Use original App Title in progress bar
| * | Use original App Title in progress barAndray2024-02-141-1/+8
| |/
* | Merge pull request #14932 from AUTOMATIC1111/fix/esc-interruptAUTOMATIC11112024-02-171-2/+4
|\ \ | | | | | | Only trigger interrupt on `Esc` when interrupt button visible
| * | Fix `Esc` interrupt when button not visiblecatboxanon2024-02-151-2/+4
| |/
* | Merge pull request #14933 from ↵AUTOMATIC11112024-02-171-1/+4
|\ \ | | | | | | | | | | | | AUTOMATIC1111/fix/graceful-mtime-hash-cache-exception Gracefully handle mtime read exception from cache
| * | Gracefully handle mtime read exception from cachecatboxanon2024-02-151-1/+4
| |/
* | Merge pull request #14934 from AUTOMATIC1111/fix/normalize-cmd-arg-pathsAUTOMATIC11112024-02-173-22/+27
|\ \ | | | | | | Normalize command-line argument paths
| * | Normalize cmd arg pathscatboxanon2024-02-153-22/+27
| |/ | | | | | | | | | | In particular, this fixes an issue on Windows where some functions will misbehave if forward slashes are provided rather than double backslashes.
* | Merge pull request #14939 from AUTOMATIC1111/Fix-extranetworks-search-reloadAUTOMATIC11112024-02-171-1/+1
|\ \ | | | | | | Fix the bugs that search/reload will disappear when using other ExtraNetworks extensions
| * | Update extraNetworks.jsKohaku-Blueleaf2024-02-161-1/+1
| |/
* | Merge pull request #14930 from RedDeltas/feat/launch_utils/file_mode_for_cloneAUTOMATIC11112024-02-171-1/+1
|\ \ | |/ |/| Added core.filemode=false so doesn't track changes in file permission…
| * Added core.filemode=false so doesn't track changes in file permissions in ↵RedDeltas2024-02-151-1/+1
|/ | | | more restrictive environments
* add before_token_counter callback and use it for prompt commentsAUTOMATIC11112024-02-113-1/+43
|
* Count tokens of enabled stylesAUTOMATIC11112024-02-112-7/+17
|
* call the right function for token counter in img2imgAUTOMATIC11112024-02-111-1/+1
|
* add propmpt comments supportAUTOMATIC11112024-02-111-0/+32
|
* add infotext entry for emphasis; put emphasis into a separate file, add an ↵AUTOMATIC11112024-02-116-13/+89
| | | | option to parse but still ignore emphasis
* Merge pull request #14874 from hako-mikan/masterAUTOMATIC11112024-02-112-1/+4
|\ | | | | Add option to disable normalize embeddings after after calculating emphasis.
| * Update sd_hijack_clip.pyhako-mikan2024-02-091-1/+1
| |
| * add optionhako-mikan2024-02-092-1/+4
| |
| * Merge branch 'AUTOMATIC1111:master' into masterhako-mikan2024-02-0974-785/+2367
| |\
| * \ Merge branch 'dev' into masterhako-mikan2023-11-0974-566/+1485
| |\ \
| * | | Fix model switch bughako-mikan2023-11-091-1/+1
| | | |