跳转到主要内容
GET
/
api
/
experiment
/
models
/
preview
/
{folder}
/
{path_index}
/
{filename}
Get model preview image
curl --request GET \
  --url https://cloud.comfy.org/api/experiment/models/preview/{folder}/{path_index}/{filename}
"<string>"

路径参数

folder
string
必填

The folder name containing the model

示例:

"checkpoints"

path_index
integer
必填

The path index (usually 0 for cloud service)

示例:

0

filename
string
必填

The model filename (with or without .webp extension)

示例:

"model.safetensors"

响应

Success - Model preview image

The response is of type file.