OpenAI says:
Must be one of
1024x1024,1792x1024, or1024x1792fordall-e-3model
But it is limited to 1024x1024 and prompting doesn’t change that. Is the size limited when using API (because both AI-solutions here use same limitation)?
OpenAI says:
Must be one of
1024x1024,1792x1024, or1024x1792fordall-e-3model
But it is limited to 1024x1024 and prompting doesn’t change that. Is the size limited when using API (because both AI-solutions here use same limitation)?
맞습니다, 다른 차원을 지원하기 위해 도구에 옵션을 하나 더 추가해야 합니다.
Contribute > Feature 로 이동을 진행합니다.
Nice. I reckoned it is actually limitation of API.
Also “quality” is hardcoded to hd but ideally would be a setting (standard or hd) to reduce cost.
The OP is actually sorted…
{
name: "aspect_ratio",
description: "The aspect ratio (optional, square by default)",
type: "string",
required: false,
enum: %w[tall square wide],
},
You can ask for wide, tall, square. Going to close this as complete, but @dsims feel free to open a new feature request on a quality param.