Class LoraTuneInput

Constructors

Properties

base_checkpoint: Asset | LoraTuneCheckpoint

The base checkpoint used for this LoRA Tune.

files: string[] | Asset[] | LoraTuneFile[]

The files used for this LoRA Tune. If an Array of strings containing asset IDs are used or an array of assets, the caption will be set to trigger_words[0] in the request..

seed?: null | number

The seed used for this LoRA Tune.

steps: number

The number of steps used for this LoRA Tune.

trigger_words: string[]

The trigger words used for this tune. As of now, only one trigger word is supported. List is used for future-proofing.

tune_type?: any

Tune type. Valid options include "lora_tune".

Generated using TypeDoc