Interface ControlReferenceConfig

Configuration for a Control reference image.

interface ControlReferenceConfig {
    controlType?: ControlReferenceType;
    enableControlImageComputation?: boolean;
}

Properties

controlType?: ControlReferenceType

The type of control reference image to use.

enableControlImageComputation?: boolean

Defaults to False. When set to True, the control image will be computed by the model based on the control type. When set to False, the control image must be provided by the user.

MMNEPVFCICPMFPCPTTAAATR