ResearcherXman commited on
Commit
3ddd9a0
1 Parent(s): 43c2435
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -129,6 +129,7 @@ pipe.scheduler = diffusers.EulerDiscreteScheduler.from_config(
129
  pipe.scheduler.config
130
  )
131
 
 
132
  pipe.load_ip_adapter_instantid(face_adapter)
133
  # load and disable LCM
134
  pipe.load_lora_weights("latent-consistency/lcm-lora-sdxl")
 
129
  pipe.scheduler.config
130
  )
131
 
132
+ pipe.cuda()
133
  pipe.load_ip_adapter_instantid(face_adapter)
134
  # load and disable LCM
135
  pipe.load_lora_weights("latent-consistency/lcm-lora-sdxl")