Table of Contents

Class MVDreamConfig

Namespace
AiDotNet.Diffusion.Models
Assembly
AiDotNet.dll

Configuration for MVDream model.

public class MVDreamConfig
Inheritance
MVDreamConfig
Inherited Members

Properties

CameraDistance

Camera distance from object center.

public double CameraDistance { get; set; }

Property Value

double

Default

Gets the default configuration.

public static MVDreamConfig Default { get; }

Property Value

MVDreamConfig

DefaultElevation

Default elevation angle in degrees.

public double DefaultElevation { get; set; }

Property Value

double

DefaultNumViews

Default number of views to generate.

public int DefaultNumViews { get; set; }

Property Value

int

ImageSize

Image resolution for each view.

public int ImageSize { get; set; }

Property Value

int

UseMultiViewAttention

Whether to use multi-view attention.

public bool UseMultiViewAttention { get; set; }

Property Value

bool