jtatman commited on
Commit
55994b0
1 Parent(s): 064b3a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -20,7 +20,46 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
  # Dataset Card for "stable-diffusion-prompts-uncensored"
25
 
26
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ license: mit
24
+ task_categories:
25
+ - image-generation
26
+ - mixed-media
27
+ - diffusers
28
+ language:
29
+ - en
30
+ tags:
31
+ - uncensored
32
+ - nsfw
33
+ - art
34
+ - not-for-all-audiences
35
+ - diffusers
36
+ - image generation
37
+ pretty_name: NSFW Prompts
38
+ size_categories:
39
+ - 100K<n<1M
40
  ---
41
  # Dataset Card for "stable-diffusion-prompts-uncensored"
42
 
43
+ ## Not SAFE for public - Definately Unfiltered
44
+
45
+ This dataset comes from prompts shared from images' metadata on Civitai. Not for the faint of heart.
46
+ 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.
47
+
48
+ The purpose of this dataset is to allow for analysis of prompts and feature analysis in prompts and negative prompts.
49
+
50
+ This could be for:
51
+ - similarity
52
+ - effective prompting
53
+ - prompt alignment or misalignment
54
+ - statistical research on prompts and categories
55
+ - popularity of image generation approaches
56
+ - mimimalism prompts with certain models
57
+ - matching generated prompts to images for LLAVA purposes
58
+ - mimimizing prompts for better context usage
59
+ - social research on interest level and creative approaches
60
+ - modeling based on prompts for automating prompt generation strategy
61
+ - modeling of categorical interest and similarity
62
+ - modeling of evolution of prompts based on model versioning
63
+
64
+ A seperate upload will include metadata statistics such as cry count, laugh count, etc. for semantic analysis based on prompt length and content.
65
+