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 = 0Base model checkpoint. Maps to API value "checkpoint".
Embedding = 4Textual Inversion embedding. Maps to API value "embedding".
Hypernetwork = 5Hypernetwork model. Maps to API value "hypernet".
Lora = 1LoRA (Low-Rank Adaptation) adapter. Maps to API value "lora".
Lycoris = 2LyCORIS model variant. Maps to API value "lycoris".
Vae = 3VAE (Variational Autoencoder) model. Maps to API value "vae".
Remarks
API string mappings are defined in CivitaiSharp.Sdk.Extensions.SdkApiStringRegistry.