حجم الصور الخاص بـ 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)

You are right, we need to add another option to the tool to support other dimensions

Moving this to 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 إعجابات