Prerequisites
- An EigenAI account with available credits.
- A training dataset as a
.zipfile containing paired source and target images.
Create an image editing job
Click Fine-Tune a Model on the Fine-tuning page, then select the Image Editing tab to open the 3-step wizard.Step 1 — Upload
Provide your dataset name and upload your image pairs.| Field | Description |
|---|---|
| Dataset Name | A name to identify this dataset. Required. |
| Use an existing dataset | Pick a previously uploaded image editing dataset instead of uploading a new zip. |
| Dataset File (.zip) | A .zip file up to 10 GB containing your image pairs. |
- Folder names in
edit_images/must match the target image filenames inimages/(without extension). - Each folder can contain one or more reference images.
- Supported formats: PNG, JPG, JPEG, WebP.
prompts.jsonkeys must match image names (without extension).
Step 2 — Configure
Configure the base model and training hyperparameters. Base model| Model | Description |
|---|---|
| Qwen-Image-Edit | Standard image editing model with balanced performance. |
| Qwen-Image-Edit-2509 | Updated model with improved editing capabilities. |
| Parameter | Options | Default | Description |
|---|---|---|---|
| LoRA Rank | 8, 16, 32, 64, 128 | 32 | Controls the capacity of the LoRA adapter. Higher rank = more expressive but slower to train. |
| Training Epochs | 1, 2, 3, 4, 5 | 3 | How many times the model trains over the full dataset. |
| Learning Rate | Conservative (5×10⁻⁵), Balanced (1×10⁻⁴), Aggressive (2×10⁻⁴) | Balanced | Controls how quickly the model adapts. |
| Field | Description |
|---|---|
| Output Name | Custom name for the trained LoRA. Auto-generated if left blank. |
Step 3 — Review
Review the training summary before launching.| Field | Description |
|---|---|
| Dataset | The dataset name you provided. |
| Model | The selected base model. |
| LoRA Rank | The selected rank value. |
| Epochs | Number of training epochs. |
| Learning Rate | The selected learning rate. |
| Accelerator | Hardware used for training (H200 × 8). |
| Estimated cost | Credit cost for this training run (Beta pricing). |