init()

in Diffusion/Common/Pipeline/Pipeline.swift [69:72]


    init(_ pipeline: StableDiffusionPipelineProtocol, maxSeed: UInt32 = UInt32.max) {
        self.pipeline = pipeline
        self.maxSeed = maxSeed
    }