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 1f46e71 commit 467a34aCopy full SHA for 467a34a
genai/image_generation/imggen_with_txt.py
@@ -26,7 +26,7 @@ def generate_images(output_file: str) -> Image:
26
# output_file = "output-image.png"
27
28
image = client.models.generate_images(
29
- model="imagen-4.0-generate-preview-06-06",
+ model="imagen-4.0-generate-001",
30
prompt="A dog reading a newspaper",
31
config=GenerateImagesConfig(
32
image_size="2K",
0 commit comments