You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/image_generation/reference.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,11 @@ The calculator supports the following `node_options` for tuning the pipeline con
60
60
-`optional uint64 default_num_inference_steps` - default number of inference steps used for generation, if not specified by the request [default = 50];
61
61
-`optional uint64 max_num_inference_steps` - maximum number of inference steps allowed for generation. Requests exceeding this value will be rejected. [default = 100];
62
62
63
+
Static model resolution settings:
64
+
-`optional string resolution` - enforces static resolution for all requests. When specified, underlying models are reshaped to this resolution.
65
+
-`optional uint64 num_images_per_prompt` - used together with max_resolution, to define batch size in static model shape.
66
+
-`optional float guidance_scale` - used together with max_resolution
0 commit comments