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 68ead6a commit 48a92cdCopy full SHA for 48a92cd
firebaseai/FirebaseAIExample/Features/Imagen/ImagenViewModel.swift
@@ -65,7 +65,7 @@ class ImagenViewModel: ObservableObject {
65
)
66
var generationConfig = ImagenGenerationConfig()
67
generationConfig.numberOfImages = 4
68
- generationConfig.aspectRatio = .landscape4x3
+ generationConfig.aspectRatio = .square1x1
69
70
model = firebaseService.imagenModel(
71
modelName: modelName,
0 commit comments