Limbicnation commited on
Commit
f042fe1
·
verified ·
1 Parent(s): adffa72

Add dataset README

Browse files
Files changed (1) hide show
  1. README.md +51 -26
README.md CHANGED
@@ -1,26 +1,51 @@
1
- ---
2
- license: cc-by-4.0
3
- dataset_info:
4
- features:
5
- - name: style_name
6
- dtype: string
7
- - name: prompt_text
8
- dtype: string
9
- - name: negative_prompt
10
- dtype: string
11
- - name: tags
12
- list: string
13
- - name: compatible_models
14
- list: string
15
- splits:
16
- - name: train
17
- num_bytes: 8291
18
- num_examples: 11
19
- download_size: 9994
20
- dataset_size: 8291
21
- configs:
22
- - config_name: default
23
- data_files:
24
- - split: train
25
- path: data/train-*
26
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - en
7
+ tags:
8
+ - image-generation
9
+ - diffusion
10
+ - prompts
11
+ - flux
12
+ - stable-diffusion
13
+ pretty_name: Image Diffusion Prompt Style
14
+ size_categories:
15
+ - n<1K
16
+ ---
17
+
18
+ # Image Diffusion Prompt Style
19
+
20
+ High-quality synthetic prompts for image diffusion models, optimized for **Flux**, **Z Image**, and **Qwen**.
21
+
22
+ ## Dataset Structure
23
+
24
+ | Column | Type | Description |
25
+ |--------|------|-------------|
26
+ | `style_name` | string | Short descriptive name |
27
+ | `prompt_text` | string | Full prompt with quality tokens |
28
+ | `negative_prompt` | string | Artifacts to avoid |
29
+ | `tags` | list | Lowercase keywords |
30
+ | `compatible_models` | list | Target models |
31
+
32
+ ## Usage
33
+
34
+ ```python
35
+ from datasets import load_dataset
36
+
37
+ ds = load_dataset("Limbicnation/Images-Diffusion-Prompt-Style", split="train")
38
+ prompt = ds[0]["prompt_text"]
39
+ ```
40
+
41
+ ## Aesthetic
42
+
43
+ Prompts emphasize the **Limbicnation** style:
44
+ - Cinematic lighting
45
+ - Intricate textures
46
+ - Evocative atmosphere
47
+ - Dramatic compositions
48
+
49
+ ## License
50
+
51
+ MIT