WoWoWoWololo commited on
Commit
2616bf3
·
verified ·
1 Parent(s): 6e2bc5b

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +135 -3
README.md CHANGED
@@ -1,3 +1,135 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - prompt
5
+ - stable diffusion
6
+ - positive prompt
7
+ - female prompt
8
+ - stable diffusion prompts
9
+ - prompt dataset
10
+ - not-for-all-audiences
11
+ size_categories:
12
+ - 1M<n<10M
13
+ task_categories:
14
+ - text-generation
15
+ language:
16
+ - en
17
+ ---
18
+
19
+ # stable-diffusion_female_prompts
20
+
21
+ <!-- Provide a quick summary of the dataset. -->
22
+
23
+ Stable Diffusion female prompts and some informations about the generated images
24
+
25
+ ## Dataset Details
26
+
27
+ ### Dataset Description
28
+
29
+ <!-- Provide a longer summary of what this dataset is. -->
30
+
31
+ - ⚠ PRECAUTION : This dataset contains NSFW and SFW prompts. ⚠
32
+
33
+ - Enhancing the dataset progress is going on and going to be updated frequently.
34
+ - These Huggingface datasets are used for enhancing the dataset:
35
+ - [FredZhang7/anime-prompts-180K](https://huggingface.co/datasets/FredZhang7/anime-prompts-180K)
36
+ - [FredZhang7/stable-diffusion-prompts-2.47M](https://huggingface.co/datasets/FredZhang7/stable-diffusion-prompts-2.47M)
37
+ - [thefcraft/civitai-stable-diffusion-337k](https://huggingface.co/datasets/thefcraft/civitai-stable-diffusion-337k)
38
+ - [Falah/stable_diffusion_prompts_dataset](https://huggingface.co/datasets/Falah/stable_diffusion_prompts_dataset)
39
+ - [daspartho/stable-diffusion-prompts](https://huggingface.co/datasets/daspartho/stable-diffusion-prompts)
40
+ - [andyyang/stable_diffusion_prompts_2m](https://huggingface.co/datasets/andyyang/stable_diffusion_prompts_2m)
41
+ - [poloclub/diffusiondb](https://huggingface.co/datasets/poloclub/diffusiondb)
42
+ - [yizhangliu/stable-diffusion-prompts](https://huggingface.co/datasets/yizhangliu/stable-diffusion-prompts)
43
+
44
+ ## Dataset Structure
45
+
46
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
47
+
48
+ - [x] The columns are showed in order.
49
+
50
+ | Column | Type | Default Value |
51
+ | :---------: | :----: | :-----------: |
52
+ | prompt | string | "" |
53
+ | model | string | "" |
54
+ | sampler | string | "" |
55
+ | upscaler | string | "" |
56
+ | steps | float | 0.0 |
57
+ | cfg | float | 0.0 |
58
+ | hires_scale | float | 0.0 |
59
+ | clip_skip | float | 0.0 |
60
+
61
+ - [x] The columns except ```prompt``` are added lately so can contain empty values.
62
+
63
+ ## Prompt Selection
64
+
65
+ - The steps for prompt selection are described below:
66
+
67
+ 1. The prompt is checked with unwanted prompts.
68
+ 2. If it contains one of them, the prompt is skipped.
69
+ 3. Checked with wanted prompts.
70
+ 4. If it contains any of the wanted prompts, it proceed.
71
+ 5. If it is not contain any prompts from the wanted prompts, then it is skipped.
72
+
73
+ ### Wanted Prompts
74
+
75
+ - The prompt is selected to add if it contains one of the below prompts.
76
+
77
+ ```
78
+ goddess
79
+ woman
80
+ women
81
+ girl
82
+ girls
83
+ her
84
+ she
85
+ female
86
+ females
87
+ stewardess
88
+ archduchness
89
+ duchness
90
+ empress
91
+ lady
92
+ wife
93
+ madam
94
+ miss
95
+ mistress
96
+ princess
97
+ actress
98
+ headmistress
99
+ heroine
100
+ landlady
101
+ barmaid
102
+ maid
103
+ hostess
104
+ waitress
105
+ queen
106
+ ```
107
+
108
+ ### Unwanted Prompts
109
+
110
+ - The prompt is skipped if it contains one of the below prompts.
111
+
112
+ ```
113
+ ugly
114
+ weird
115
+ creepy
116
+ loli
117
+ old woman
118
+ old lady
119
+ child
120
+ creature
121
+ kid
122
+ grandmother
123
+ grandma
124
+ lolita
125
+ old man
126
+ gross
127
+ disgusting
128
+ childish
129
+ underage
130
+ aged
131
+ shota
132
+ children
133
+ kids
134
+ childlike
135
+ ```