2025-11-30 17:45:49 +01:00

13 lines
143 B
C#

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