Sampler enum

Sampler type.

See Stability API documentation for more information.

Inheritance
Available extensions

Values

ddim → const Sampler

DDIM

const Sampler("DDIM")
ddpm → const Sampler

DDPM

const Sampler("DDPM")
kDpmpp2m → const Sampler

K_DPMPP_2M

const Sampler("K_DPMPP_2M")
kDpmpp2sAncestral → const Sampler

K_DPMPP_2S_ANCESTRAL

const Sampler("K_DPMPP_2S_ANCESTRAL")
kDpm2 → const Sampler

K_DPM_2

const Sampler("K_DPM_2")
kDpm2Ancestral → const Sampler

K_DPM_2_ANCESTRAL

const Sampler("K_DPM_2_ANCESTRAL")
kEuler → const Sampler

K_EULER

const Sampler("K_EULER")
kEulerAncestral → const Sampler

K_EULER_ANCESTRAL

const Sampler("K_EULER_ANCESTRAL")
kHeun → const Sampler

K_HEUN

const Sampler("K_HEUN")
kLms → const Sampler

K_LMS

const Sampler("K_LMS")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Value
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<Sampler>
A constant List of the values in this enum, in order of their declaration.