The LoRA Easy Training system uses three specialized notebooks for different stages of the training process:
Dataset_Maker_Widget.ipynb- Prepare images and captions for trainingUnified_LoRA_Trainer.ipynb- Configure and execute LoRA trainingUtilities_Notebooks.ipynb- Calculate training parameters and resize LoRA models
Download and extract datasets from URLs (Hugging Face, Civitai) or local ZIP files through the widget interface.
Upload individual images directly into your dataset folder using the file upload widgets.
Use the integrated gallery-dl tool to scrape images and metadata from over 300 supported websites.
To use custom models or VAEs, you need direct download links. Here's how to find them:
- Navigate to the model or VAE page
- Check the URL for
?modelVersionId=XXXXXX - Copy the entire URL if the ID is present
- If no ID is visible, switch between model versions to make it appear
- Scroll to the "Files" section on the model page
- Right-click the Download button
- Select "Copy Link Address" from the context menu
- Go to the model or VAE repository main page
- Copy the URL from your browser's address bar
- Navigate to "Files and versions" tab
- Find the specific file you want
- Click the "..." menu next to the file
- Right-click "Download" and copy the link address
- Resizing: Batch resize images to target resolutions with quality options
- Quality optimization: Adjust compression and quality settings
- FiftyOne Integration: Visual tag editing interface for dataset inspection
- Batch operations: Apply changes to multiple images simultaneously
- Caption management: Edit and refine training captions
The unified architecture features:
- Automatic model detection: Identifies SDXL vs SD 1.5 models automatically
- Kohya backend integration: Uses proven training strategies and scripts
- Cross-platform compatibility: Works with conda, venv, and system Python installations
- Memory optimization: Automatic VRAM detection and profile selection
- Environment agnostic: Supports local, VastAI, and RunPod deployments



