Meaowangxi commited on
Commit
3fef6c3
·
verified ·
1 Parent(s): 8cf799c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,7 +22,8 @@ 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
+ device = "cpu"
27
  ##################################################################################################################
28
  # 1. load pipeline
29
  ##################################################################################################################