func cancelGeneration()

in Diffusion/Common/State.swift [104:106]


    func cancelGeneration() {
        pipeline?.setCancelled()
    }