Overview
Train a custom model with your images (fast)- Output Type: lora
- Base Model: sdxl
- Estimated Cost: 0.2 * max_train_steps credits
- Handler: replicate
Parameters
Required Parameters
string
required
Name of the LoRA (this will also be your trigger word)
- Label: Model Name
array<image>
required
Images to train your visual model. (Use at least 5 imgs, 10-20 is even better.)
- Label: Your training images
string
default:"style"
required
Type of model to train
- Label: Training Mode
- Options:
face,object,style
Optional Parameters
string
default:"sdxl"
Base Stable Diffusion model to finetune from
- Label: Base SD Model
- Options:
sdxl,sd15
integer
default:300
Number of training steps. Only increase this if you have lots of images (>50) otherwise the model wil overfit and will not look good.
- Label: Training steps
- Minimum: 100
- Maximum: 1200
integer
default:512
Resolution your images will be resized to for training (512 is great and your generations will still look perfect when rendering at eg 1024)
- Label: Resolution
- Minimum: 512
- Maximum: 768
integer
default:"random"
Set random seed for reproducibility. If blank, will be set randomly.
- Label: Seed
- Minimum: 0
- Maximum: 2147483647

