Table of Contents

Class PointEModel<T>.PointCounts

Namespace
AiDotNet.Diffusion.Models
Assembly
AiDotNet.dll

Standard Point-E point counts.

public static class PointEModel<T>.PointCounts
Inheritance
PointEModel<T>.PointCounts
Inherited Members

Fields

High

High resolution: 16384 points.

public const int High = 16384

Field Value

int

Low

Low resolution: 1024 points.

public const int Low = 1024

Field Value

int

Medium

Medium resolution: 4096 points (default).

public const int Medium = 4096

Field Value

int