thefcraft commited on
Commit
1a8ac4d
1 Parent(s): 95f6202

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -24,6 +24,8 @@ print(dataset['train'][0])
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()
 
24
 
25
  ### download images
26
  download zip files from images dir
27
+ https://huggingface.co/datasets/thefcraft/civitai-stable-diffusion-337k/tree/main/images
28
+ it contains some images with id
29
  ```
30
  from zipfile import ZipFile
31
  with ZipFile("filename.zip", 'r') as zObject: zObject.extractall()