comfyui-workspace-manager
comfyui-workspace-manager copied to clipboard
Install Models broken: models_v5 no longer works as search index
From a user perspective, the spinner just spins when you open Install Models. Looking at the browser console and also Network->Response, it appears the index "models_v5" is no longer valid. This is the error in Network->Response in Dev Tools:
{
"message": "Inside .queries[0]
: Index models_v5
not found.",
"code": "index_not_found",
"type": "invalid_request",
"link": "https://docs.meilisearch.com/errors#index_not_found"
}