Datasets:

Size Categories:
1M<n<10M
ArXiv:
cloneofsimo commited on
Commit
6da9b64
1 Parent(s): 110413a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -106,7 +106,6 @@ Thats the dataloader! Now, below is the example usage. Notice how you have to re
106
  from diffusers.models import AutoencoderKL
107
  from diffusers.image_processor import VaeImageProcessor
108
 
109
- model = "stabilityai/your-stable-diffusion-model"
110
  vae = AutoencoderKL.from_pretrained("stabilityai/sdxl-vae").to("cuda:0")
111
 
112
  batch = next(iter(train_dataloader))
 
106
  from diffusers.models import AutoencoderKL
107
  from diffusers.image_processor import VaeImageProcessor
108
 
 
109
  vae = AutoencoderKL.from_pretrained("stabilityai/sdxl-vae").to("cuda:0")
110
 
111
  batch = next(iter(train_dataloader))