You're looking at a specific version of this model. Jump to the model overview.

edenartlab /sdxl-lora-trainer:b4a19aae

Input

*string
Shift + Return to add a new line

Training images for new LORA concept (can be image urls or a .zip file of images)

string
Shift + Return to add a new line

'face' / 'style' / 'object' (default)

Default: "object"

string
Shift + Return to add a new line

'sdxl' / 'sd15'

Default: "sdxl"

string
Shift + Return to add a new line

Name of new LORA concept

Default: "unnamed"

integer

Random seed for reproducible training. Leave empty to use a random seed

integer

Square pixel resolution which your images will be resized to for training, recommended: 512 or 640

Default: 512

integer

Batch size (per device) for training

Default: 4

integer

Number of training steps.

Default: 400

integer

Number of steps for token (textual_inversion) warmup.

Default: 50

integer

Number of steps between saving checkpoints. Set to very very high number to disable checkpointing, because you don't need intermediate checkpoints.

Default: 10000

boolean

Whether to use LoRA training. If set to False, will use full fine tuning

Default: true

number

Multiplier for internal learning rate of Prodigy optimizer

Default: 0.5

number

Learning rate for training textual inversion embeddings. Don't alter unless you know what you're doing.

Default: 0.001

number

Fraction of training steps after which to freeze textual inversion embeddings

Default: 0.5

integer

Rank of LoRA embeddings for the unet.

Default: 12

string
Shift + Return to add a new line

Which optimizer to use for the text_encoder_lora. ['adamw', None] are supported right now (None will disable txt-lora training)

Default: "adamw"

string
Shift + Return to add a new line

Which captioning model to use. ['gpt4-v', 'blip'] are supported right now

Default: "gpt4-v"

integer

How many new tokens to inject per concept

Default: 2

boolean

verbose output

Default: true

boolean

For debugging locally only (dont activate this on replicate)

Default: false

Output

No output yet! Press "Submit" to start a prediction.