Class DiTNoisePredictor<T>.ModelSizes
- Namespace
- AiDotNet.Diffusion.NoisePredictors
- Assembly
- AiDotNet.dll
Standard DiT model sizes.
public static class DiTNoisePredictor<T>.ModelSizes
- Inheritance
-
DiTNoisePredictor<T>.ModelSizes
- Inherited Members
Fields
Base
DiT-B/2: Base model with patch size 2.
public static readonly (int hiddenSize, int numLayers, int numHeads) Base
Field Value
Large
DiT-L/2: Large model with patch size 2.
public static readonly (int hiddenSize, int numLayers, int numHeads) Large
Field Value
Small
DiT-S/2: Small model with patch size 2.
public static readonly (int hiddenSize, int numLayers, int numHeads) Small
Field Value
XLarge
DiT-XL/2: Extra-large model with patch size 2.
public static readonly (int hiddenSize, int numLayers, int numHeads) XLarge