mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-04-21 23:19:05 +00:00
optimization: initial scan speed(batching tags)
This commit is contained in:
@@ -6,6 +6,7 @@ from .projection import is_scalar, project_kv
|
||||
from .tags import (
|
||||
add_missing_tag_for_asset_id,
|
||||
ensure_tags_exist,
|
||||
insert_tags_from_batch,
|
||||
remove_missing_tag_for_asset_id,
|
||||
)
|
||||
|
||||
@@ -19,5 +20,6 @@ __all__ = [
|
||||
"ensure_tags_exist",
|
||||
"add_missing_tag_for_asset_id",
|
||||
"remove_missing_tag_for_asset_id",
|
||||
"insert_tags_from_batch",
|
||||
"visible_owner_clause",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user