feat: inline lora optimisations (#2967)

* feat: add performance loras to the end of the loras array

* fix: resolve circular dependency for unit tests

* feat: allow multiple matches for each token, optimize and extract method cleanup_prompt

* fix: update unit tests

* feat: ignore custom wildcards
This commit is contained in:
Manuel Schmid
2024-05-20 17:31:51 +02:00
committed by GitHub
parent c995511705
commit 65a8b25129
6 changed files with 93 additions and 37 deletions
+1 -2
View File
@@ -8,8 +8,7 @@ import modules.flags
import modules.sdxl_styles
from modules.model_loader import load_file_from_url
from modules.util import makedirs_with_log
from modules.extra_utils import get_files_from_folder
from modules.extra_utils import makedirs_with_log, get_files_from_folder
from modules.flags import OutputFormat, Performance, MetadataScheme