imagesLucasFang/FLUX-Reason-6Mtext-to-imagemultimodalreasoningfluxbilingualchineseenglishsynthetic-imagesfine-tuningapache-2.0

FLUX-Reason-6M: 6M Reasoning-Focused Text-to-Image Dataset

Category
Images
Records
5,890,279 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~841500.11 MB
Downloads
0

About this data

6 million high-quality images synthesized by FLUX.1-dev with 20M bilingual (English/Chinese) descriptions, engineered to instill complex reasoning capabilities in text-to-image generative models.

Schema

NameTypeDescription
idVARCHARUnique identifier for the image record
imageSTRUCT(bytes BLOB, path VARCHAR)JPEG image binary data and file path generated by FLUX.1-dev
caption_compositionVARCHAREnglish description focusing on spatial arrangement and composition
caption_composition_cnVARCHARChinese description focusing on spatial arrangement and composition
bool_caption_compositionBOOLEANWhether composition caption is valid or present
score_compositionINTEGERQuality score for compositional accuracy (0-100 scale)
caption_entityVARCHAREnglish description of objects, entities, and their attributes
caption_entity_cnVARCHARChinese description of objects, entities, and their attributes
bool_caption_entityBOOLEANWhether entity caption is valid or present
score_entityINTEGERQuality score for entity identification accuracy (0-100 scale)
caption_textVARCHAREnglish description of any visible text or written content
caption_text_cnVARCHARChinese description of any visible text or written content
bool_caption_textBOOLEANWhether text caption is valid or present
score_textINTEGERQuality score for text recognition accuracy (0-100 scale)
caption_imaginativeVARCHAREnglish creative or imaginative interpretation of the image
caption_imaginative_cnVARCHARChinese creative or imaginative interpretation of the image
bool_caption_imaginativeBOOLEANWhether imaginative caption is valid or present
score_imaginativeINTEGERQuality score for creative description relevance (0-100 scale)
caption_styleVARCHAREnglish description of artistic style, medium, and visual aesthetics
caption_style_cnVARCHARChinese description of artistic style, medium, and visual aesthetics
bool_caption_styleBOOLEANWhether style caption is valid or present
score_styleINTEGERQuality score for style description accuracy (0-100 scale)
caption_abstractVARCHAREnglish abstract or conceptual interpretation of the image
caption_abstract_cnVARCHARChinese abstract or conceptual interpretation of the image
bool_caption_abstractBOOLEANWhether abstract caption is valid or present
score_abstractINTEGERQuality score for abstract reasoning relevance (0-100 scale)
caption_originalVARCHAREnglish original prompt used to generate the image
caption_original_cnVARCHARChinese original prompt used to generate the image
bool_caption_originalBOOLEANWhether original prompt is valid or present
score_originalINTEGERQuality score for prompt-image alignment (0-100 scale)
caption_detailVARCHAREnglish detailed description with fine-grained visual elements
caption_detail_cnVARCHARChinese detailed description with fine-grained visual elements
bool_caption_detailBOOLEANWhether detail caption is valid or present
score_image_clarityINTEGERImage clarity and definition quality score (0-100 scale)
score_image_structureINTEGERImage structural integrity and composition coherence score (0-100 scale)

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "FLUX-Reason-6M: 6M Reasoning-F" })
// Found: ac2d04af-7b9e-46a6-8515-1d4dfc0905b8
get_download_url({ dataset_id: "ac2d04af-7b9e-46a6-8515-1d4dfc0905b8" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/ac2d04af-7b9e-46a6-8515-1d4dfc0905b8/download-url