updated readme and metadata
Browse files
README.md
CHANGED
|
@@ -28,7 +28,47 @@ configs:
|
|
| 28 |
data_files:
|
| 29 |
- split: train
|
| 30 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
---
|
| 32 |
# Dataset Card for "stable-diffusion-prompts-stats-full-uncensored"
|
| 33 |
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
data_files:
|
| 29 |
- split: train
|
| 30 |
path: data/train-*
|
| 31 |
+
license: mit
|
| 32 |
+
task_categories:
|
| 33 |
+
- image-to-image
|
| 34 |
+
- text-classification
|
| 35 |
+
- text-to-image
|
| 36 |
+
language:
|
| 37 |
+
- en
|
| 38 |
+
tags:
|
| 39 |
+
- uncensored
|
| 40 |
+
- nsfw
|
| 41 |
+
- stable diffusion
|
| 42 |
+
- art
|
| 43 |
+
- not-for-all-audiences
|
| 44 |
+
pretty_name: stable diffusion prompts
|
| 45 |
+
size_categories:
|
| 46 |
+
- 1M<n<10M
|
| 47 |
---
|
| 48 |
# Dataset Card for "stable-diffusion-prompts-stats-full-uncensored"
|
| 49 |
|
| 50 |
+
# Dataset Card for "stable-diffusion-prompts-uncensored"
|
| 51 |
+
|
| 52 |
+
## Not SAFE for public - Definately Unfiltered with URL links
|
| 53 |
+
|
| 54 |
+
This dataset comes from prompts shared from images' metadata on Civitai. Not for the faint of heart.
|
| 55 |
+
Thanks to Civitai.com for all the models, building a playground, allowing fine tuning of models, and generally being a good influence on model building and generation.
|
| 56 |
+
|
| 57 |
+
The purpose of this dataset is to allow for analysis of prompts and feature analysis in prompts and negative prompts.
|
| 58 |
+
|
| 59 |
+
This could be for:
|
| 60 |
+
- semantic evaluation (see stats column)
|
| 61 |
+
- prompt quality
|
| 62 |
+
- effective prompting
|
| 63 |
+
- prompt alignment or misalignment
|
| 64 |
+
- statistical research on prompts and categories
|
| 65 |
+
- popularity of image generation approaches
|
| 66 |
+
- mimimalism prompts with certain models
|
| 67 |
+
- matching generated prompts to images for LLAVA purposes
|
| 68 |
+
- mimimizing prompts for better context usage
|
| 69 |
+
- social research on interest level and creative approaches
|
| 70 |
+
- modeling based on prompts for automating prompt generation strategy
|
| 71 |
+
- modeling of categorical interest and similarity
|
| 72 |
+
- modeling of evolution of prompts based on model versioning
|
| 73 |
+
|
| 74 |
+
A seperate upload includes only prompts, negative prompts, and model name for brevity, squeamishness, and research purposes.
|