ProGamerGov commited on
Commit
c5c3a0e
1 Parent(s): b4dfacf

Add note about bug

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -4,6 +4,8 @@ license: mit
4
 
5
  A collection of regularization / class instance datasets for the [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) model to use for DreamBooth prior preservation loss training. Files labeled with "mse vae" used the [stabilityai/sd-vae-ft-mse](https://huggingface.co/stabilityai/sd-vae-ft-mse) VAE. For ease of use, datasets are stored as zip files containing 512x512 PNG images. The number of images in each zip file is specified at the end of the filename.
6
 
 
 
7
 
8
  Currently this repository contains the following datasets (datasets are named after the prompt they used):
9
 
 
4
 
5
  A collection of regularization / class instance datasets for the [Stable Diffusion v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) model to use for DreamBooth prior preservation loss training. Files labeled with "mse vae" used the [stabilityai/sd-vae-ft-mse](https://huggingface.co/stabilityai/sd-vae-ft-mse) VAE. For ease of use, datasets are stored as zip files containing 512x512 PNG images. The number of images in each zip file is specified at the end of the filename.
6
 
7
+ There is currently a bug where HuggingFace is reporting that the datasets are pickled, when in fact they are simple ZIP files containing the images.
8
+
9
 
10
  Currently this repository contains the following datasets (datasets are named after the prompt they used):
11