Overview
TheOpenComicAI.models static property provides access to all available AI models organized by type.
Type
Structure
Themodels object is organized hierarchically:
- Top level: Model types (
upscale,descreen,artifact-removal) - Second level: Model keys (string identifiers)
- Values:
ModelObjectcontaining model configuration
Example usage
Iterating through models
Related properties
- modelsList - Array of all model keys
- modelsTypeList - Models organized by type in array format