AYYasaswini commited on
Commit
988da55
1 Parent(s): 3b9d4ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ torch.manual_seed(1)
21
  logging.set_verbosity_error()
22
 
23
  torch_device = "cpu"
24
- t
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")