interface ImageModelOptions {
    guidance: NumRange;
    sampler: Options<string>;
    scheduler: Options<string>;
    steps: NumRange;
    type: "image";
}

Properties

guidance: NumRange
sampler: Options<string>
scheduler: Options<string>
steps: NumRange
type: "image"