Imagen Generation Skill When to Invoke Use when: - Generating images from text prompts via Google Imagen on Vertex AI - Editing existing images with text instructions (image-to-image) - Inpainting / outpainting specific regions of an image - Upscaling images using Imagen upscaler - Integrating AI image generation into Python workflows --- Setup Prerequisites Enable Vertex AI Authentication --- Text-to-Image Generation --- Batch Generation --- Image Editing (Image-to-Image) --- Inpainting with Mask --- Upscaling --- Negative Prompts Use negative prompts to exclude unwanted elements: --- Imagen…