IDKiro commited on
Commit
cdd67f8
1 Parent(s): 6994be4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import PIL.Image
7
  import torch
8
 
9
  from diffusers import StableDiffusionPipeline, AutoencoderKL, AutoencoderTiny
 
10
 
11
  device = "cuda"
12
  weight_type = torch.float16
 
7
  import torch
8
 
9
  from diffusers import StableDiffusionPipeline, AutoencoderKL, AutoencoderTiny
10
+ from peft import PeftModel
11
 
12
  device = "cuda"
13
  weight_type = torch.float16