Skip to main content

Overview

Fine-tune image generation models to create images in your specific style, brand, or artistic direction. Perfect for branded content, character design, or artistic styles.

Your Data

Your training data should have:
  • Image column - Paths or URLs to your training images
  • Caption column - Text descriptions of each image
Example data in images.parquet:

Minimal Example

Key Parameters

Only these fields are required to start: All other parameters use sensible defaults.

Supported Models

Popular choices for image generation:
  • black-forest-labs/FLUX.1-dev - High quality, state-of-the-art
  • black-forest-labs/FLUX.2-dev - Latest version, even better quality
  • Qwen/Qwen-Image - Fast, good for quick iterations
See the full model list for all available options.

Data Requirements

For best results:
  • Quantity: 10-50 images minimum, 100-500 images ideal
  • Quality: High resolution, consistent style
  • Captions: Descriptive prompts that explain what makes your images unique
  • Consistency: Images should share common elements (style, subject, theme)

Monitor Progress

Image models generate sample outputs during training. Check them to see progress:

Next Steps

Common Issues

Ensure image paths are relative to your repository root, or use full URLs. Check that images are committed to your Oxen repository.
Reduce batch_size to 1. Image models require significant GPU memory.
Try training for more steps (3000-5000) or increase your dataset size. Ensure captions clearly describe the unique aspects of your style.
Start with 1000 steps for testing. FLUX models take 1-2 hours on GPU for 2000 steps.