Bordoglor commited on
Commit
6f590ad
·
verified ·
1 Parent(s): ac06ba8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import random
4
 
5
  # import spaces #[uncomment to use ZeroGPU]
6
  from diffusers import DiffusionPipeline
 
7
  import torch
8
 
9
  model_repo_id = "stabilityai/sdxl-turbo" # Replace to the model you would like to use
 
4
 
5
  # import spaces #[uncomment to use ZeroGPU]
6
  from diffusers import DiffusionPipeline
7
+ from peft import PeftModel, LoraConfig
8
  import torch
9
 
10
  model_repo_id = "stabilityai/sdxl-turbo" # Replace to the model you would like to use