메인 콘텐츠로 건너뛰기
GET
/
api
/
experiment
/
models
/
{folder}
Get models in a specific folder
curl --request GET \
  --url https://cloud.comfy.org/api/experiment/models/{folder}
[
  {
    "name": "model.safetensors",
    "pathIndex": 0
  }
]

경로 매개변수

folder
string
필수

The folder name to list models from

예시:

"checkpoints"

응답

Success - List of models in the folder

name
string
필수

The filename of the model

예시:

"model.safetensors"

pathIndex
integer
필수

Index of the path where this model is located

예시:

0