Package-level declarations
Types
Link copied to clipboard
Provides the LocalDiffusionContract singleton used by the SDAI ONNX local diffusion feature layer.
Link copied to clipboard
internal class LocalDiffusionImpl(val uNet: UNet, val tokenizer: LocalDiffusionTextTokenizer, val ortEnvironmentProvider: OrtEnvironmentProvider) : LocalDiffusion
Implements LocalDiffusion behavior in the SDAI ONNX local diffusion feature layer.