fix: 默认 1920x1920,支持首帧选择上一个的尾帧

This commit is contained in:
kongweigen
2026-01-20 18:50:23 +08:00
parent 7e1220091b
commit 94507ab80b
3 changed files with 101 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ func NewVolcEngineImageClient(baseURL, apiKey, model, endpoint, queryEndpoint st
func (c *VolcEngineImageClient) GenerateImage(prompt string, opts ...ImageOption) (*ImageResult, error) {
options := &ImageOptions{
Size: "1024x1024",
Size: "1920x1920",
Quality: "standard",
}