EmbeddingItem: {
    sd_checkpoint?: string;
    sd_checkpoint_name?: string;
    shape: number;
    step?: number;
    vectors: number;
}

Type declaration

  • Optional sd_checkpoint?: string

    The hash of the checkpoint this embedding was trained on, if available

  • Optional sd_checkpoint_name?: string

    The name of the checkpoint this embedding was trained on, if available. Note that this is the name that was used by the trainer; for a stable identifier, use sd_checkpoint instead

  • shape: number

    The length of each individual vector in the embedding

  • Optional step?: number

    The number of steps that were used to train this embedding, if available

  • vectors: number

    The number of vectors in the embedding