curl --request GET \
--url https://cloud.comfy.org/api/experiment/models/{folder}[
{
"name": "model.safetensors",
"pathIndex": 0
}
]Returns a list of models available in the specified folder. This is an experimental endpoint that provides enhanced model information.
curl --request GET \
--url https://cloud.comfy.org/api/experiment/models/{folder}[
{
"name": "model.safetensors",
"pathIndex": 0
}
]Documentation Index
Fetch the complete documentation index at: https://dripart-mintlify-e28287af.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.