{
  "workflow_name": "Basic LoRA Trainer",
  "version": "2.1",
  "description": "Simplified workflow perfect for beginners with automatic parameter selection",
  "author": "Kontext LoRA Community",
  "created_date": "2025-01-01",
  "requirements": {
    "comfyui_version": "latest",
    "custom_nodes": [
      "ComfyUI-Manager",
      "rgthree-comfy",
      "ComfyUI-KJNodes"
    ],
    "models": [
      "FLUX.1 Kontext [dev]",
      "T5 Text Encoder",
      "VAE Decoder"
    ]
  },
  "settings": {
    "learning_rate": 2e-4,
    "training_steps": 1000,
    "noise_offset": 0.1,
    "lora_rank": 16,
    "alpha": 32,
    "batch_size": 1,
    "precision": "fp16"
  },
  "instructions": [
    "1. Load this workflow into ComfyUI",
    "2. Place your reference image in the input node",
    "3. Set your character name in the caption field",
    "4. Click 'Queue Prompt' to start training",
    "5. Training will complete in 5-15 minutes"
  ],
  "download_url": "https://kontextlora.com/downloads/basic-lora-trainer.json",
  "tutorial_url": "https://kontextlora.com/tutorials/basic-workflow/",
  "tags": ["beginner", "simple", "automatic", "fp16"]
}