thefcraft commited on
Commit
a49a2a8
1 Parent(s): 6f4a46d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -22,6 +22,13 @@ dataset = load_dataset("thefcraft/civitai-stable-diffusion-337k")
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.
 
22
  print(dataset['train'][0])
23
  ```
24
 
25
+ ### download images
26
+ download zip files from images dir
27
+ ```
28
+ from zipfile import ZipFile
29
+ with ZipFile("filename.zip", 'r') as zObject: zObject.extractall()
30
+ ```
31
+
32
  ### Dataset Summary
33
 
34
  dataset:- civitai-stable-diffusion-337k this dataset contains 337k civitai images url with prompts etc. i use civitai api to get all prompts.