removed default scanning of "input" and "output" folders; added separate endpoint for test suite.

This commit is contained in:
bigcat88
2025-09-16 11:28:29 +03:00
parent 0be513b213
commit 24a95f5ca4
4 changed files with 23 additions and 3 deletions

View File

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