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 beca339 commit 1cd5d8dCopy full SHA for 1cd5d8d
vdp/model/v1alpha/task_text_to_image.proto
@@ -12,7 +12,7 @@ message TextToImageInput {
12
// The steps
13
optional int64 steps = 2 [ (google.api.field_behavior) = OUTPUT_ONLY ];
14
// The guidance scale
15
- optional int64 cfg_scale = 3 [ (google.api.field_behavior) = OUTPUT_ONLY ];
+ optional float cfg_scale = 3 [ (google.api.field_behavior) = OUTPUT_ONLY ];
16
// The seed
17
optional int64 seed = 4 [ (google.api.field_behavior) = OUTPUT_ONLY ];
18
}
0 commit comments