Golem000 commited on
Commit
0ee9c9b
·
verified ·
1 Parent(s): e201584

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-to-image
5
+ - image-to-text
6
+ tags:
7
+ - comfyui
8
+ - stable-diffusion
9
+ - prompts
10
+ - vision
11
+ size_categories:
12
+ - n<1K
13
+ ---
14
+
15
+ # ComfyUI Vision-to-Prompt Dataset
16
+
17
+ This dataset contains raw images paired with exceptionally detailed prompts optimized for text-to-image generation in ComfyUI and Stable Diffusion.
18
+
19
+ 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.
20
+
21
+ ## Dataset Structure
22
+
23
+ This dataset uses the standard Hugging Face `ImageFolder` format:
24
+ * **Images** are stored in the `data/` directory.
25
+ * **Prompts** are linked to the images via the `data/metadata.jsonl` file.
26
+
27
+ 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.