跳转到主要内容
GET
/
api
/
experiment
/
models
Get available model folders
curl --request GET \
  --url https://cloud.comfy.org/api/experiment/models
[
  {
    "name": "checkpoints",
    "folders": [
      "checkpoints"
    ]
  }
]

响应

Success - List of model folders

name
string
必填

The name of the model folder

示例:

"checkpoints"

folders
string[]
必填

List of paths where models of this type are stored

示例:
["checkpoints"]