InferenceParams
Note: Specific parameters are only valid for a particular model data type (parent) and are not generic.
Parameter Name | Type | Valid Parent Type | Description | Default | Range | Step | Required |
---|---|---|---|---|---|---|---|
LoraWeight | Float | Model | The influence weight when inferencing. Only available with the LoRA model. | 1 | -1~2 | 0.01 | |
Resolution | Int | PreProcessor | The resolution of images generated by the pre-processor. | 512 | 64~2048 | 64 | |
ControlWeight | Float | ControlModel | The influence weight of a ControlNet model when inferencing. | 1 | 0~2 | 0.01 | |
StartingStep | Float | ControlModel | Timing (ratio) of a ControlNet model to start intervening in the inference process. | 0 | 0~1 | 0.01 | |
EndingStep | Float | ControlModel | Timing (ratio) of a ControlNet model to stop intervening in the inference process. | 1 | 0~1 | 0.01 |