feat: 绘画页面对接腾讯混元文生图

This commit is contained in:
2024-03-15 18:01:32 +08:00
parent 350a7ec626
commit e69774679a
8 changed files with 360 additions and 153 deletions

2
typings/schema.d.ts vendored
View File

@@ -84,7 +84,7 @@ namespace HunYuan {
interface req {
device_id: string
prompt: string
negative_prompt: string
negative_prompt?: string
styles: number
resolution: string
}