Table of Contents

Enum AirAssetType

Namespace
CivitaiSharp.Sdk.Air
Assembly
CivitaiSharp.Sdk.dll

Supported asset types in the AIR (Artificial Intelligence Resource) identifier system.

public enum AirAssetType
Extension Methods

Fields

Checkpoint = 0

Base model checkpoint. Maps to API value "checkpoint".

Embedding = 4

Textual Inversion embedding. Maps to API value "embedding".

Hypernetwork = 5

Hypernetwork model. Maps to API value "hypernet".

Lora = 1

LoRA (Low-Rank Adaptation) adapter. Maps to API value "lora".

Lycoris = 2

LyCORIS model variant. Maps to API value "lycoris".

Vae = 3

VAE (Variational Autoencoder) model. Maps to API value "vae".

Remarks

API string mappings are defined in CivitaiSharp.Sdk.Extensions.SdkApiStringRegistry.