13 lines
140 B
C#

namespace StableDiffusion.NET;
public enum Prediction
{
EPS,
V,
EDM_V,
Flow,
FluxFlow,
Flux2Flow,
Default
}