mirror of
https://github.com/DarthAffe/StableDiffusion.NET.git
synced 2025-12-12 13:28:35 +00:00
13 lines
140 B
C#
13 lines
140 B
C#
namespace StableDiffusion.NET;
|
|
|
|
public enum Prediction
|
|
{
|
|
EPS,
|
|
V,
|
|
EDM_V,
|
|
Flow,
|
|
FluxFlow,
|
|
Flux2Flow,
|
|
Default
|
|
}
|