{
  "model_name": "the-baker-flux2-lora",
  "base_model": "black-forest-labs/FLUX.2-dev",
  "output_dir": "/home/workspaces/thebaker/training/outputs",
  "dataset": {
    "images_dir": "/home/workspaces/thebaker/training/dataset/images",
    "captions_dir": "/home/workspaces/thebaker/training/dataset/captions",
    "resolution": 1024,
    "cache_latents": true
  },
  "training": {
    "rank": 16,
    "alpha": 8,
    "batch_size": 1,
    "gradient_accumulation_steps": 4,
    "max_train_steps": 2000,
    "learning_rate": 1e-4,
    "lr_scheduler": "cosine_with_restarts",
    "lr_warmup_steps": 100,
    "mixed_precision": "fp16",
    "seed": 42,
    "checkpointing_steps": 500,
    "save_state": true
  },
  "optimizer": {
    "type": "adamw",
    "beta1": 0.9,
    "beta2": 0.999,
    "weight_decay": 0.01,
    "epsilon": 1e-8
  },
  "validation": {
    "validation_prompts": [
      "the baker film style, fredric barakat portrait, aging patriarch in ornate room, grandeur with decay, chiaroscuro lighting, cinematic",
      "the baker film style, barakat estate interior, baroque catholic weight, phoenician memory, grandeur with decay, cinematic",
      "the baker film style, holy communion ceremony, maronite church, family gathering, chiaroscuro, cinematic",
      "the baker film style, nightclub interior, opulence with emptiness, violence hidden behind luxury, cinematic",
      "the baker film style, port of byblos at dawn, fishing caique, lebanon in background, blood and exile, cinematic"
    ],
    "validation_steps": 250,
    "num_validation_images": 1
  },
  "trigger_word": "the baker film style",
  "style_keywords": [
    "grandeur with decay",
    "chiaroscuro lighting",
    "cinematic",
    "baroque catholic weight",
    "phoenician memory",
    "lebanese diaspora",
    "morally compromised luxury"
  ]
}
