curl --request GET \
--url https://cloud.comfy.org/api/experiment/models[
{
"name": "checkpoints",
"folders": [
"checkpoints"
]
}
]Returns a list of model folders available in the system. This is an experimental endpoint that replaces the legacy /models endpoint.
curl --request GET \
--url https://cloud.comfy.org/api/experiment/models[
{
"name": "checkpoints",
"folders": [
"checkpoints"
]
}
]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.