LocalDiffusionImpl
internal class LocalDiffusionImpl(val uNet: UNet, val tokenizer: LocalDiffusionTextTokenizer, val ortEnvironmentProvider: OrtEnvironmentProvider) : LocalDiffusion(source)
Implements LocalDiffusion behavior in the SDAI ONNX local diffusion feature layer.
Author
Dmitriy Moroz
Constructors
Link copied to clipboard
constructor(uNet: UNet, tokenizer: LocalDiffusionTextTokenizer, ortEnvironmentProvider: OrtEnvironmentProvider)
Properties
Link copied to clipboard
Exposes the ortEnvironmentProvider value used by the SDAI ONNX local diffusion feature layer.
Link copied to clipboard
Exposes the statusFlow value used by the SDAI ONNX local diffusion feature layer.
Link copied to clipboard
Exposes the tokenizer value used by the SDAI ONNX local diffusion feature layer.