IrinaSvetlana commited on
Commit
8b36359
1 Parent(s): 31598eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -161,7 +161,9 @@ pipe.scheduler = diffusers.EulerDiscreteScheduler.from_config(
161
 
162
  # load and disable LCM
163
  #pipe.load_lora_weights("latent-consistency/lcm-lora-sdxl")
164
- pipe.load_lora_weights("TheLastBen/Papercut_SDXL")
 
 
165
  #pipe.disable_lora()
166
 
167
  pipe.cuda()
 
161
 
162
  # load and disable LCM
163
  #pipe.load_lora_weights("latent-consistency/lcm-lora-sdxl")
164
+ #pipe.load_lora_weights("TheLastBen/Papercut_SDXL")
165
+ pipe.load_lora_weights("Norod78/sdxl-PaperCutouts-Dreambooth")
166
+
167
  #pipe.disable_lora()
168
 
169
  pipe.cuda()