Enum CommercialUsePermission
- Namespace
- CivitaiSharp.Core.Models
- Assembly
- CivitaiSharp.Core.dll
Commercial use permissions used by model queries.
public enum CommercialUsePermission
- Extension Methods
Fields
Image = 1Commercial use is allowed for generated images only. Maps to API value "Image".
None = 0No commercial use is permitted. Maps to API value "None".
Rent = 2Commercial use is allowed for renting the model (e.g., on generation services). Maps to API value "Rent".
RentCivit = 3Commercial use is allowed for renting on the Civitai platform specifically. Maps to API value "RentCivit".
Sell = 4Commercial use is allowed including selling products made with the model. Maps to API value "Sell".
Remarks
API string mappings are defined in ApiStringRegistry.