thefcraft commited on
Commit
d4db616
1 Parent(s): 4141cc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -12,6 +12,16 @@ source_datasets:
12
  - civitai
13
  ---
14
 
 
 
 
 
 
 
 
 
 
 
15
  ### Dataset Summary
16
 
17
  dataset:- civitai-stable-diffusion-337k this dataset contains 337k civitai images url with prompts etc. i use civitai api to get all prompts.
 
12
  - civitai
13
  ---
14
 
15
+
16
+ ### How to Use
17
+ ```
18
+ from datasets import load_dataset
19
+
20
+ dataset = load_dataset("thefcraft/civitai-stable-diffusion-337k")
21
+
22
+ print(dataset['train'][0])
23
+ ```
24
+
25
  ### Dataset Summary
26
 
27
  dataset:- civitai-stable-diffusion-337k this dataset contains 337k civitai images url with prompts etc. i use civitai api to get all prompts.