Revert seed_assets to only do models root, remove blake3 requirement for now, make posting assets endpoint inaccessible with a 501

This commit is contained in:
Jedrzej Kosinski
2026-01-26 19:28:00 -08:00
parent 702cfcde3a
commit 6a450a8070
5 changed files with 3 additions and 4 deletions

View File

@@ -689,7 +689,7 @@ class PromptServer():
@routes.get("/object_info")
async def get_object_info(request):
try:
seed_assets(["models", "input", "output"])
seed_assets(["models"])
except Exception as e:
logging.error(f"Failed to seed assets: {e}")
with folder_paths.cache_helper: