aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Try to reverse the dtype checking mechanism"Kohaku-Blueleaf2024-01-291-2/+5
| | | | This reverts commit d243e24f539d717b221992e894a5db5a321bf3cd.
* Try to reverse the dtype checking mechanismKohaku-Blueleaf2024-01-291-5/+2
|
* lintingKohaku-Blueleaf2024-01-291-1/+0
|
* Fix potential bugsKohaku-Blueleaf2024-01-291-2/+7
|
* fix the typo -- thanks CyberbeingAUTOMATIC11112024-01-291-1/+1
|
* Add Pad conds v0 optionAUTOMATIC11112024-01-276-19/+78
|
* Merge pull request #14773 from AUTOMATIC1111/rework-set_named_argAUTOMATIC11112024-01-271-8/+20
|\ | | | | rework set_named_arg
| * set_named_arg fuzzy optionw-e-w2024-01-271-2/+3
| |
| * rework set_named_argw-e-w2024-01-271-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-regexAUTOMATIC11112024-01-271-1/+1
|\ \ | | | | | | fix CLIP Interrogator topN regex
| * | fix CLIP Interrogator topN regexw-e-w2024-01-271-1/+1
| |/ | | | | | | Co-Authored-By: Martin Rizzo <60830236+martin-rizzo@users.noreply.github.com>
* / fix txt2img_upscalew-e-w2024-01-271-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 #14525w-e-w2024-01-262-1/+2
|
* Merge pull request #14715 from stefanbenten/sb/embedding-refreshAUTOMATIC11112024-01-231-0/+5
|\ | | | | modules/api/api.py: add api endpoint to refresh embeddings list
| * modules/api/api.py: add api endpoint to refresh embeddings listStefan Benten2024-01-211-0/+5
| |
* | Merge pull request #14707 from AUTOMATIC1111/multi-styles-base-styles-fileAUTOMATIC11112024-01-234-47/+52
|\ \ | | | | | | re-work multi --styles-file
| * | re-work multi --styles-filew-e-w2024-01-204-47/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --styles-file change to append str --styles-file is [] then defaults to [styles.csv] --styles-file accepts paths or paths with wildcard "*" the first `--styles-file` entry is use as the default styles file path if filename a wildcard then the first matching file is used if no match is found, create a new "styles.csv" in the same dir as the first path when saving a new style it will be save in the default styles file when saving a existing style, it will be saved to file it belongs to order of the styles files in the styles dropdown can be controlled to a certain degree by the order of --styles-file
* | | add an option to not overlay original image for inpainting for #14727AUTOMATIC11112024-01-232-1/+8
| | |
* | | make extras tab collumns resizableAndray2024-01-231-1/+2
| | |
* | | put extra networks controls row into the tabs UI element for #14588AUTOMATIC11112024-01-222-3/+3
| | |
* | | Merge pull request #14588 from Sj-Si/feature/extra-networks-tree-viewAUTOMATIC11112024-01-226-157/+420
|\ \ \ | | | | | | | | Feature: Extra Networks Tree View
| * | | Remove unnecessary template and simplify tree list.Sj-Si2024-01-211-10/+1
| | | |
| * | | Add option in settings to enable/disable tree view by default.Sj-Si2024-01-202-0/+8
| | | |
| * | | Add toggle button for tree view. Use default settings for sortmode and ↵Sj-Si2024-01-201-0/+7
| | | | | | | | | | | | | | | | direction.
| * | | Fix various bugs including refresh bug.Sj-Si2024-01-181-15/+16
| | | |
| * | | Fix embeddings add/remove to/from prompt on click bugs.Sj-Si2024-01-181-1/+1
| | | |
| * | | fix bugsSj-Si2024-01-162-19/+19
| | | |
| * | | Finish cleanup.Sj-Si2024-01-162-40/+124
| | | |
| * | | Run lintingSj-Si2024-01-151-5/+4
| | | |
| * | | Move extra network tab buttons into tree view;Sj-Si2024-01-151-179/+91
| | | |
| * | | fix bugs. introduce new ones.Sj-Si2024-01-151-92/+95
| | | |
| * | | continue cleanup and redesign.Sj-Si2024-01-131-33/+144
| | | |
| * | | Merge changes from devSj-Si2024-01-1171-2137/+2159
| |\ \ \
| * | | | Finish base layout. Fix bugs. Need to test for stability and clean up.Sj-Si2024-01-114-78/+51
| | | | |
| * | | | begin redesign of tree module.Sj-Si2024-01-102-72/+93
| | | | |
| * | | | fix lintingSj-Si2024-01-081-3/+3
| | | | |
| * | | | Add tree-view display for extra networks.Sj-Si2024-01-082-99/+254
| | |_|/ | |/| |
* | | | Merge pull request #14709 from AUTOMATIC1111/improve-get_crop_regionAUTOMATIC11112024-01-212-35/+10
|\ \ \ \ | | | | | | | | | | improve get_crop_region
| * | | | improve get_crop_regionw-e-w2024-01-212-35/+10
| | |_|/ | |/| |
* | | | add docstringArturo Albacete2024-01-201-0/+1
| | | |
* | | | restore saving fieldsArturo Albacete2024-01-201-1/+1
| | | |
* | | | skip if headers haven't changedArturo Albacete2024-01-201-3/+5
| | | |
* | | | merge devArturo Albacete2024-01-2016-55/+168
|\| | |
| * | | Merge pull request #14689 from AUTOMATIC1111/fix-nested-manual-castAUTOMATIC11112024-01-201-2/+9
| |\ \ \ | | | | | | | | | | Fix nested manual cast
| | * | | Avoid exceptions to be silencedKohaku-Blueleaf2024-01-201-6/+5
| | | | |
| | * | | Avoid early disableKohaku-Blueleaf2024-01-201-0/+4
| | | | |
| | * | | Fix nested manual castKohaku-Blueleaf2024-01-181-1/+5
| | | |/ | | |/|
| * | | Merge pull request #14637 from ↵AUTOMATIC11112024-01-202-3/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | light-and-ray/fix_tab_indexes_resets_after_restart_ui [Bug] Fix tab indexes are reseted after restart UI
| | * | | fix tab indexes reset after restart uiAndray2024-01-202-3/+3
| | |/ /
| * | | Merge pull request #14639 from ↵AUTOMATIC11112024-01-201-1/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | light-and-ray/fix_extension_check_for_requirements [Bug] Fix extension check for requirements