johnowhitaker commited on
Commit
b600bc0
1 Parent(s): aedd297

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ dataset_info:
39
 
40
  This is derived from https://huggingface.co/datasets/tglcourse/lsun_church_train
41
 
42
- Each image is cropped to 256px square and encoded to a 32x32x4 latent representation using the same VAE as that employed by Stable Diffusion
43
 
44
  Decoding
45
  ```python
 
39
 
40
  This is derived from https://huggingface.co/datasets/tglcourse/lsun_church_train
41
 
42
+ Each image is cropped to 256px square and encoded to a 4x32x32 latent representation using the same VAE as that employed by Stable Diffusion
43
 
44
  Decoding
45
  ```python