Skip to content

Commit e339693

Browse files
committed
更新图像生成配置,调整默认图像大小为836x1216,以提升生成效果。
1 parent 09e944d commit e339693

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

handlers/commands/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# 图像生成配置
3232
IMAGE_OPTIMIZE_MODELS = ["deepseek-r1", "gemini-flash"]
33-
DEFAULT_SIZE = "1024x1024"
33+
DEFAULT_SIZE = "836x1216"
3434
DEFAULT_STEP = 16
3535
DEFAULT_MODEL = "flux"
3636
DEFAULT_CFG = 1

0 commit comments

Comments
 (0)