Nguyen Lam Anh

Results 5 comments of Nguyen Lam Anh

> manifest > > > > > > > > > > thanks i solved with this

> Fixed in v1.14.2. > > Now calling `GeneratedImage.save` will automatically download image in full size. You can optionally pass `full_size=False` to save 512*512 preview version instead. It seem like...

> Probably due to your generated image has max width greater than 2048px. Could you please try modifying the following line locally to `self.url += "=s4096"` and check if it...

> Can you send me the prompt you used to generate the image? Yes. ``` response = await client.generate_content( "Ảnh con chó Kích thước z16:9.", model=Model.G_2_5_FLASH, ) ```

> So what's behind the scenes is that Google uses a "2-step" generation for every image generation request. When you send prompts in chat, the first step is triggered and...