File size: 1,164 Bytes
0ee9c9b
 
 
 
 
 
 
 
 
 
 
 
6efe74d
 
 
 
 
 
 
 
 
 
 
 
 
d67f33f
6efe74d
d67f33f
 
0ee9c9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
license: mit
task_categories:
- text-to-image
- image-to-text
tags:
- comfyui
- stable-diffusion
- prompts
- vision
size_categories:
- n<1K
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: comfyui_prompt
    dtype: string
  splits:
  - name: train
    num_bytes: 886307.0
    num_examples: 1
  download_size: 892784
  dataset_size: 886307.0
---

# ComfyUI Vision-to-Prompt Dataset

This dataset contains raw images paired with exceptionally detailed prompts optimized for text-to-image generation in ComfyUI and Stable Diffusion. 

The prompts were generated using Llama 3.2 Vision by meticulously analyzing the core subjects, art styles, lighting, and camera composition of the original images.

## Dataset Structure

This dataset uses the standard Hugging Face `ImageFolder` format:
* **Images** are stored in the `data/` directory.
* **Prompts** are linked to the images via the `data/metadata.jsonl` file.

Because of this structure, you can view the images and their corresponding prompts side-by-side in the Dataset Viewer at the top of this page.