Skip to content

Commit 5342660

Browse files
committed
static shape doc
1 parent cd38f0b commit 5342660

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/image_generation/reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ The calculator supports the following `node_options` for tuning the pipeline con
6060
- `optional uint64 default_num_inference_steps` - default number of inference steps used for generation, if not specified by the request [default = 50];
6161
- `optional uint64 max_num_inference_steps` - maximum number of inference steps allowed for generation. Requests exceeding this value will be rejected. [default = 100];
6262

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
67+
6368

6469
## Models Directory
6570

0 commit comments

Comments
 (0)