Progress on scaffolding for an EasyCache style implementation of Sortblock

This commit is contained in:
Jedrzej Kosinski
2025-08-31 00:59:01 -07:00
parent e2491f44e8
commit f655fcc5ce
3 changed files with 303 additions and 0 deletions

View File

@@ -2325,6 +2325,7 @@ async def init_builtin_extra_nodes():
"nodes_model_patch.py",
"nodes_easycache.py",
"nodes_audio_encoder.py",
"nodes_sortblock.py",
]
import_failed = []