The client instance used for processing requests.
Optional
init_body: RequestBody = {}The initial request body to be used for processing.
Readonly
clientThe client instance used for processing requests.
Private
processingConfigures inpainting settings for image processing.
The fill type for inpainting, defaults to original.
Optional
options: { Optional parameters for inpainting.
Optional
fullWhether to use full resolution for inpainting.
Optional
fullPadding to apply when using full resolution.
Optional
maskInvert the mask for inpainting.
The pipeline instance.
Sets the mask for image processing.
The mask image (base64).
Optional
options: { Optional parameters.
Optional
blur?: numberThe blur value for the mask.
Optional
blurX?: numberThe blur value for the mask in the X direction.
Optional
blurY?: numberThe blur value for the mask in the Y direction.
Optional
round?: BodyValue<"mask_round">Whether to round the mask.
The pipeline instance.
Sets the model checkpoint to be used for processing.
The checkpoint identifier for the model.
Optional
restore_afterwards: boolean = falseWhether to restore the original model checkpoint after processing.
The pipeline instance.
Overrides some of the processing settings.
The settings to override.
Optional
restore_afterwards: boolean = falseWhether to restore the original settings after processing.
The pipeline instance.
Private
run_Private
run_Adds an extension to the list of extensions.
The extension to be added.
The current SDProcessing object.
Constructs a new Pipeline instance.