IDKiro commited on
Commit
6a10ff7
·
verified ·
1 Parent(s): e06f5a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -6,9 +6,6 @@ import PIL.Image
6
  import torch
7
 
8
  from diffusers import StableDiffusionPipeline, AutoencoderKL, AutoencoderTiny
9
- import torch
10
-
11
- import torch
12
 
13
  device = "cpu" # Linux & Windows
14
  weight_type = torch.float32 # torch.float16 works as well, but pictures seem to be a bit worse
 
6
  import torch
7
 
8
  from diffusers import StableDiffusionPipeline, AutoencoderKL, AutoencoderTiny
 
 
 
9
 
10
  device = "cpu" # Linux & Windows
11
  weight_type = torch.float32 # torch.float16 works as well, but pictures seem to be a bit worse