SdModel: Pick<SDInfoBase, "model_name" | "filename"> & {
    config: string;
    hash: string;
    sha256: string;
    title: string;
}

Represents the SD Model object