Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,10 @@ with ZipFile("filename.zip", 'r') as zObject: zObject.extractall()
|
|
33 |
|
34 |
### Dataset Summary
|
35 |
|
|
|
|
|
36 |
dataset:- civitai-stable-diffusion-337k this dataset contains 337k civitai images url with prompts etc. i use civitai api to get all prompts.
|
|
|
37 |
project:- https://github.com/thefcraft/nsfw-prompt-detection-sd I train a model on this dataset
|
38 |
|
39 |
DATA STRUCTURE for othertype/civitai.json:-
|
|
|
33 |
|
34 |
### Dataset Summary
|
35 |
|
36 |
+
GitHub URL:- https://github.com/thefcraft/civitai-stable-diffusion-337k
|
37 |
+
|
38 |
dataset:- civitai-stable-diffusion-337k this dataset contains 337k civitai images url with prompts etc. i use civitai api to get all prompts.
|
39 |
+
|
40 |
project:- https://github.com/thefcraft/nsfw-prompt-detection-sd I train a model on this dataset
|
41 |
|
42 |
DATA STRUCTURE for othertype/civitai.json:-
|