Imagen may be pulling in Gemini chat context
Imagen 1.5 is being used for alongside , and the problem is that the image result appears to be affected by the chat conversation. The goal is to make the follow only the image request, without bringing in earlier . The practical issue is separating s from the wider conversation so unwanted details do not appear in the generated image.
Key points
- Imagen 1.5 may be affected by .
- The desired behavior is to use only the image request, not earlier .
- Builders should separate chat input from s when combining models.
- A clean final reduces unwanted details in generated images.