Merge branch 'master' into assets-redo-part2

This commit is contained in:
Jedrzej Kosinski
2026-01-26 14:38:18 -08:00
144 changed files with 7128 additions and 1343 deletions

View File

@@ -682,6 +682,8 @@ class PromptServer():
if hasattr(obj_class, 'API_NODE'):
info['api_node'] = obj_class.API_NODE
info['search_aliases'] = getattr(obj_class, 'SEARCH_ALIASES', [])
return info
@routes.get("/object_info")