使用接口创建GPU实例,官网https://vylai.com/
comfui工作流接口 https://comfy-api.vylai.com 工作流云端托管,也可以调用模型,无并发限制
curl --location 'https://api.vylai.com/api/v1/container/create' \
--header 'X-Auth-Token: 9619f990-fdb6-415c-84be-26f0ca70b603-3710' \
--header 'Content-Type: application/json' \
--data '{
"task_id": "string",
"image_uid": "string",
"gpu_id": 0,
"gpu_num": 0,
"accessory": {}
}'{
"v": "string",
"code": 200,
"msg": "success",
"data": {}
}