Class ListTunesRequest

Constructors

Properties

base_checkpoint?: string | Asset

ID of base checkpoint as a string, or the Asset object representing the checkpoint.

engine?: BaseEngine

BaseEngine of assets such as "image/stable-diffusion-v1-5"

limit?: number

Max number of tunes to return.

name?: string

Tune name, alphanumeric, -, and _ allowed.

offset?: number

Where to start including next list of assets

trigger_words?: string | string[]

Either a string array or a string representing trigger words.

tune_type?: string

TuneType - a valid tune_type, such as "lora_tune"

Generated using TypeDoc