A data scientist needs to generate high-quality images from text prompts using Google Cloud. Which service should they use?
Trap 1: PaLM 2
PaLM 2 is a large language model for text, not image generation.
Trap 2: Gemini Pro Vision
Gemini Pro Vision can process images but is not optimized for generating high-quality images from scratch.
Trap 3: Codey
Codey is specialized for code generation, not images.
- A
Imagen
Imagen is Google's diffusion-based model for generating images from text prompts.
- B
PaLM 2
Why wrong: PaLM 2 is a large language model for text, not image generation.
- C
Gemini Pro Vision
Why wrong: Gemini Pro Vision can process images but is not optimized for generating high-quality images from scratch.
- D
Codey
Why wrong: Codey is specialized for code generation, not images.