This dataset contains metadata and demo images for LoRA (Low-Rank Adaptation) models evaluated across three base model architectures. It serves as a reference for understanding LoRA training quality, visual style/content characteristics, and evaluation configurations.
free_style_lora_meta/
├── flux/ # FLUX-based LoRA evaluations
│ └── {lora_id}/
│ ├── {lora_id}.json # Main metadata (training config, trigger words, model info)
│ ├── {lora_id}_img{1-6}.json # Per-image generation parameters
│ └── demo_images/
│ └── {lora_id}_img{1-6}.jpeg # Generated demo images
├── illustrious/ # Illustrious-based LoRA evaluations
│ └── {lora_id}/
│ ├── {lora_id}.json
│ ├── {lora_id}_img{1-6}.json
│ └── demo_images/
│ └── {lora_id}_img{1-6}.jpeg
└── qwen/ # Qwen-based LoRA evaluations
└── {lora_id}/
├── {lora_id}.json
├── {lora_id}_img{1-6}.json
└── demo_images/
└── {lora_id}_img{1-6}.jpeg
| Base Model | Category | Count | Description |
|---|---|---|---|
| FLUX | Content LoRA | 91 | LoRAs trained for specific content/subject reproduction |
| FLUX | Style LoRA | 1460 | LoRAs trained for artistic style transfer |
| Illustrious | Content LoRA | 799 | Content-focused LoRAs on Illustrious (anime/illustration model) |
| Illustrious | Style LoRA | 191 | Style-focused LoRAs on Illustrious |
| Qwen | Content LoRA | 19 | Content LoRAs on Qwen-based architecture |
| Qwen | Style LoRA | 53 | Style LoRAs on Qwen-based architecture |
| Total | 2613 |
{lora_id}.json (Main Metadata)Contains the primary information about each LoRA model:
{lora_id}_img{N}.json (Per-Image Parameters)Generation parameters used to produce each demo image:
demo_images/ (Visual Demos)Generated sample images (JPEG) that demonstrate the LoRA's effect. Typically 6 images per LoRA, showing the model's capability across different prompts.
This dataset is provided for research and evaluation purposes.
141 commits
This dataset contains metadata and demo images for LoRA (Low-Rank Adaptation) models evaluated across three base model architectures. It serves as a reference for understanding LoRA training quality, visual style/content characteristics, and evaluation configurations.
free_style_lora_meta/
├── flux/ # FLUX-based LoRA evaluations
│ └── {lora_id}/
│ ├── {lora_id}.json # Main metadata (training config, trigger words, model info)
│ ├── {lora_id}_img{1-6}.json # Per-image generation parameters
│ └── demo_images/
│ └── {lora_id}_img{1-6}.jpeg # Generated demo images
├── illustrious/ # Illustrious-based LoRA evaluations
│ └── {lora_id}/
│ ├── {lora_id}.json
│ ├── {lora_id}_img{1-6}.json
│ └── demo_images/
│ └── {lora_id}_img{1-6}.jpeg
└── qwen/ # Qwen-based LoRA evaluations
└── {lora_id}/
├── {lora_id}.json
├── {lora_id}_img{1-6}.json
└── demo_images/
└── {lora_id}_img{1-6}.jpeg
| Base Model | Category | Count | Description |
|---|---|---|---|
| FLUX | Content LoRA | 91 | LoRAs trained for specific content/subject reproduction |
| FLUX | Style LoRA | 1460 | LoRAs trained for artistic style transfer |
| Illustrious | Content LoRA | 799 | Content-focused LoRAs on Illustrious (anime/illustration model) |
| Illustrious | Style LoRA | 191 | Style-focused LoRAs on Illustrious |
| Qwen | Content LoRA | 19 | Content LoRAs on Qwen-based architecture |
| Qwen | Style LoRA | 53 | Style LoRAs on Qwen-based architecture |
| Total | 2613 |
{lora_id}.json (Main Metadata)Contains the primary information about each LoRA model:
{lora_id}_img{N}.json (Per-Image Parameters)Generation parameters used to produce each demo image:
demo_images/ (Visual Demos)Generated sample images (JPEG) that demonstrate the LoRA's effect. Typically 6 images per LoRA, showing the model's capability across different prompts.
This dataset is provided for research and evaluation purposes.
141 commits