mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-03-01 19:30:24 +00:00
global refactoring; add support for Assets without the computed hash
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from .assets_scanner import sync_seed_assets
|
||||
from .database.db import init_db_engine
|
||||
from .assets_scanner import start_background_assets_scan
|
||||
from .api.assets_routes import register_assets_system
|
||||
|
||||
|
||||
__all__ = ["init_db_engine", "start_background_assets_scan"]
|
||||
__all__ = ["init_db_engine", "sync_seed_assets", "register_assets_system"]
|
||||
|
||||
Reference in New Issue
Block a user