We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8570053 commit 34a5893Copy full SHA for 34a5893
generative_ai/image_generation/generate_image.py
@@ -37,7 +37,7 @@ def generate_image(
37
38
vertexai.init(project=PROJECT_ID, location="us-central1")
39
40
- model = ImageGenerationModel.from_pretrained("imagen-3.0-generate-001")
+ model = ImageGenerationModel.from_pretrained("imagen-3.0-generate-002")
41
42
images = model.generate_images(
43
prompt=prompt,
0 commit comments