Fine tuning GPU options
Finetune jobs can be run with different GPUs- affecting speed, price and quality.
Sample Comparison
Training Configuration
{
"resolution": 1024,
"repeats": 100,
"learning_rate": 0.0004,
"lr_scheduler": "constant",
"optimizer_type": "Adafactor",
"num_train_epochs": 500,
"steps": 500,
"gradient_accumulation_steps": 2,
"center_crop": false,
"lora_rank": 32,
"noise_offset": 0,
"max_grad_norm": 0,
"bucket_steps": 64,
"weight_decay": 0.01,
"relative_step": false,
"auto_caption": false,
"content_or_style": "balanced",
"batch_size": 2,
"linear": 16,
"linear_alpha": 16,
"prompt": "driving a F1 car",
"iterations": 300,
"captioning": true,
"priority": "QUALITY"
}
Last updated