I have been playing with training a Flux LoRA model locally on a M3 Pro 36GB Macbook. The results have been really good, but the mistakes are too weird to delete.
model: name: klein-4b quantization: bf16
lora: rank: 64 alpha: 64.0 target_layers: attention
training: batch_size: 1 max_steps: 1500 warmup_steps: 25 learning_rate: 1.0e-4 weight_decay: 0.0001After a few more local experiments to find the sweet spot between dataset and settings I’ll put this into a job on huggingface with 9B and a CUDA-native process with ai-toolkit and a single 48 GB L40S (--flavor l40sx1).











