Skip to main content
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>"

Path Parameters

folder
string
required

The folder name containing the model

Example:

"checkpoints"

path_index
integer
required

The path index (usually 0 for cloud service)

Example:

0

filename
string
required

The model filename (with or without .webp extension)

Example:

"model.safetensors"

Response

Success - Model preview image

The response is of type file.