Blue2Giant/free_style_lora_meta

Dataset

0

stars

141

commits

1

linked in READMEs

Jun 16, 2026

updated

README

Free Style LoRA Meta

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.

Data Structure

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

Distribution

Base ModelCategoryCountDescription
FLUXContent LoRA91LoRAs trained for specific content/subject reproduction
FLUXStyle LoRA1460LoRAs trained for artistic style transfer
IllustriousContent LoRA799Content-focused LoRAs on Illustrious (anime/illustration model)
IllustriousStyle LoRA191Style-focused LoRAs on Illustrious
QwenContent LoRA19Content LoRAs on Qwen-based architecture
QwenStyle LoRA53Style LoRAs on Qwen-based architecture
Total2613

File Descriptions

{lora_id}.json (Main Metadata)

Contains the primary information about each LoRA model:

  • Model source and download URL
  • Training trigger words / activation tokens
  • Base model version and architecture
  • LoRA rank, training steps, and hyperparameters
  • Associated tags and categories

{lora_id}_img{N}.json (Per-Image Parameters)

Generation parameters used to produce each demo image:

  • Prompt and negative prompt
  • Sampling method, steps, CFG scale
  • Seed and resolution

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.

Base Model Descriptions

  • FLUX: High-quality text-to-image diffusion model known for prompt adherence and photorealistic output.
  • Illustrious: A community-driven anime/illustration-focused model, excelling at stylized 2D artwork.
  • Qwen: Qwen-based multimodal architecture adapted for image generation with instruction-following capabilities.

Use Cases

  • LoRA Quality Evaluation: Compare generation quality across different LoRAs and base models.
  • Style/Content Classification: Use metadata and demo images to build style or content classifiers.
  • Triplet-based Similarity Judgment: This data supports triplet evaluation pipelines for measuring style/content similarity between LoRA outputs.
  • Training Recipe Analysis: Study how different training configurations affect output quality.

License

This dataset is provided for research and evaluation purposes.

Contributors

Blue2Giant

141 commits

Blue2Giant/free_style_lora_meta

Dataset

0

stars

141

commits

1

linked in READMEs

Jun 16, 2026

updated

README

Free Style LoRA Meta

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.

Data Structure

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

Distribution

Base ModelCategoryCountDescription
FLUXContent LoRA91LoRAs trained for specific content/subject reproduction
FLUXStyle LoRA1460LoRAs trained for artistic style transfer
IllustriousContent LoRA799Content-focused LoRAs on Illustrious (anime/illustration model)
IllustriousStyle LoRA191Style-focused LoRAs on Illustrious
QwenContent LoRA19Content LoRAs on Qwen-based architecture
QwenStyle LoRA53Style LoRAs on Qwen-based architecture
Total2613

File Descriptions

{lora_id}.json (Main Metadata)

Contains the primary information about each LoRA model:

  • Model source and download URL
  • Training trigger words / activation tokens
  • Base model version and architecture
  • LoRA rank, training steps, and hyperparameters
  • Associated tags and categories

{lora_id}_img{N}.json (Per-Image Parameters)

Generation parameters used to produce each demo image:

  • Prompt and negative prompt
  • Sampling method, steps, CFG scale
  • Seed and resolution

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.

Base Model Descriptions

  • FLUX: High-quality text-to-image diffusion model known for prompt adherence and photorealistic output.
  • Illustrious: A community-driven anime/illustration-focused model, excelling at stylized 2D artwork.
  • Qwen: Qwen-based multimodal architecture adapted for image generation with instruction-following capabilities.

Use Cases

  • LoRA Quality Evaluation: Compare generation quality across different LoRAs and base models.
  • Style/Content Classification: Use metadata and demo images to build style or content classifiers.
  • Triplet-based Similarity Judgment: This data supports triplet evaluation pipelines for measuring style/content similarity between LoRA outputs.
  • Training Recipe Analysis: Study how different training configurations affect output quality.

License

This dataset is provided for research and evaluation purposes.

Contributors

Blue2Giant

141 commits