【新增】AI:进一步统一 DALL、SD 的绘制实现

This commit is contained in:
YunaiV
2024-06-01 14:16:37 +08:00
parent 0563503102
commit 6856f5f192
34 changed files with 220 additions and 587 deletions

View File

@@ -1,24 +0,0 @@
### chat dallDrawing
POST {{baseUrl}}/admin-api/ai/image/dallDrawing
Content-Type: application/json
Authorization: {{token}}
{
"modal": "dall-e-3",
"size": "1024x1024",
"style": "vivid",
"prompt": "中国长城"
}
### chat midjourney
POST {{baseUrl}}/admin-api/ai/image/midjourney
Content-Type: application/json
Authorization: {{token}}
{
"prompt": "Cute cartoon style mobile game scene, a colorful camping car with an outdoor table and chairs next to it on the road in a spring forest, the simple structure of the camper van, soft lighting, C4D rendering, 3d model in the style of a cartoon, cute shape, a pastel color scheme, closeup view from the side angle, high resolution, bright colors, a happy atmosphere."
}