Dall-E 3의 이미지 크기는?

OpenAI says:

Must be one of 1024x1024, 1792x1024, or 1024x1792 for dall-e-3 model

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)?

1개의 좋아요

맞습니다, 다른 차원을 지원하기 위해 도구에 옵션을 하나 더 추가해야 합니다.

Contribute > Feature 로 이동을 진행합니다.

2개의 좋아요

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.

3개의 좋아요