Table of Contents

Enum CommercialUsePermission

Namespace
CivitaiSharp.Core.Models
Assembly
CivitaiSharp.Core.dll

Commercial use permissions used by model queries.

public enum CommercialUsePermission
Extension Methods

Fields

Image = 1

Commercial use is allowed for generated images only. Maps to API value "Image".

None = 0

No commercial use is permitted. Maps to API value "None".

Rent = 2

Commercial use is allowed for renting the model (e.g., on generation services). Maps to API value "Rent".

RentCivit = 3

Commercial use is allowed for renting on the Civitai platform specifically. Maps to API value "RentCivit".

Sell = 4

Commercial use is allowed including selling products made with the model. Maps to API value "Sell".

Remarks

API string mappings are defined in ApiStringRegistry.