Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ torch.manual_seed(1)
|
|
21 |
logging.set_verbosity_error()
|
22 |
|
23 |
torch_device = "cpu"
|
24 |
-
|
25 |
|
26 |
# Load the autoencoder model which will be used to decode the latents into image space.
|
27 |
vae = AutoencoderKL.from_pretrained("CompVis/stable-diffusion-v1-4", subfolder="vae")
|
|
|
21 |
logging.set_verbosity_error()
|
22 |
|
23 |
torch_device = "cpu"
|
24 |
+
|
25 |
|
26 |
# Load the autoencoder model which will be used to decode the latents into image space.
|
27 |
vae = AutoencoderKL.from_pretrained("CompVis/stable-diffusion-v1-4", subfolder="vae")
|