cloneofsimo
commited on
Update README.md
Browse files
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))
|