Skip to content

getSdVae() returns wrong schema #5

Description

@Appstun

getSdVae() returns a schema of { title: string; alias: string; path: string; metadata: Record<string, unknown>; } (StableDiffusionLora) but if you print this to the console the schema is { modal_name: string; filename: string; }
image

here is the type that need to be added:

export type StableDiffusionVae = {
  modal_name: string;
  filename: string;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions