Open pcstx opened 11 months ago
试了一下阿里的 通义万相-文本生成图像,效果还行,感觉可以支持 😊
curl --location 'https://dashscope.aliyuncs.com/api/v1/services/aigc/text2image/image-synthesis' \
--header 'X-DashScope-Async: enable' \
--header 'Authorization: Bearer <YOUR-DASHSCOPE-API-KEY>' \
--header 'Content-Type: application/json' \
--data '{
"model": "wanx-v1",
"input": {
"prompt": "一只奔跑的猫"
},
"parameters": {
"style": "<sketch>",
"size": "1024*1024",
"n":4,
"seed":42
}
}'
一只奔跑的猫
例行检查
功能描述 接口地址通义万相 跟DALL.E接口类似,兼容支持下
应用场景 文字生成图片