Skip to content

Subjects

A Subject is an identity — a person (AI-generated or real) that appears in generated content. Subjects maintain consistent appearance across multiple generations.

What Subjects Are

  • The person appearing in generated imagery (the "model")
  • Can be AI-generated identities or real people
  • Defined by a set of base images showing the subject in various shot types
  • Maintain visual consistency across different outfits, poses, and settings

Subject Types

Type Description
AI AI-generated identity, created through Identiq
REAL Real person, photographed for reference

Subject Properties

Field Description
Name Display name for the subject
Description Optional text describing the subject
Gender Male, Female, or Other
Age Class Kid, Teen, Young, Middle Age, Elder
Base Images Pack of images showing the subject in various shot types
Cover Image Primary display image

Base Images

Base images are the core asset defining a subject's appearance. They consist of a pack of images showing the subject in different shot types (full body, portrait, detail, etc.), providing reference material for content generation.

Note: The base_images JSON field on Subject is not yet integrated with the MediaResource system. Subject cover images use MediaResource; base images remain as direct URL references.

flowchart TB
    subgraph BaseImages [Base Images Pack]
        FB[Full Body Front]
        UB[Upper Body Front]
        Side[Full Body Side]
        Back[Full Body Back]
    end

    subgraph Usage [Platform Usage]
        Look1[Shooting Look 1]
        Look2[Shooting Look 2]
        Look3[Shooting Look 3]
    end

    BaseImages --> Subject[Subject]
    Subject --> Look1
    Subject --> Look2
    Subject --> Look3

Subject Usage

Subjects ensure that an organization can maintain a consistent "cast" of models across their catalog. The same subject can appear in different outfits, poses, and settings while maintaining recognizable identity.