added more tests for the Assets logic

This commit is contained in:
bigcat88
2025-09-13 20:09:45 +03:00
parent bb9ed04758
commit 9b8e88ba6e
3 changed files with 230 additions and 1 deletions

View File

@@ -629,7 +629,7 @@ class PromptServer():
@routes.get("/object_info")
async def get_object_info(request):
await sync_seed_assets(["models"])
await sync_seed_assets(["models", "input", "output"])
with folder_paths.cache_helper:
out = {}
for x in nodes.NODE_CLASS_MAPPINGS: