Meaowangxi commited on
Commit
118d3a5
·
verified ·
1 Parent(s): ec57fc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ image_encoder_path = "models/image_encoder"
22
  ip_ckpt = "models/ip-adapter_sd15.bin"
23
  controlnet_softEdge_model_path = "lllyasviel/control_v11p_sd15_softedge"
24
  controlnet_depth_model_path = "lllyasviel/control_v11f1p_sd15_depth"
25
- # device = "cuda:0"
26
  ##################################################################################################################
27
  # 1. load pipeline
28
  ##################################################################################################################
 
22
  ip_ckpt = "models/ip-adapter_sd15.bin"
23
  controlnet_softEdge_model_path = "lllyasviel/control_v11p_sd15_softedge"
24
  controlnet_depth_model_path = "lllyasviel/control_v11f1p_sd15_depth"
25
+ device = "cuda:0"
26
  ##################################################################################################################
27
  # 1. load pipeline
28
  ##################################################################################################################