Meaowangxi commited on
Commit
0060beb
·
verified ·
1 Parent(s): 8f14f01

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -24,7 +24,6 @@ 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
- dtype = torch.float16 if device.type == 'cuda' else torch.float32
28
  ##################################################################################################################
29
  # 1. load pipeline
30
  ##################################################################################################################
 
24
  controlnet_depth_model_path = "lllyasviel/control_v11f1p_sd15_depth"
25
  # device = "cuda:0"
26
  device = "cpu"
 
27
  ##################################################################################################################
28
  # 1. load pipeline
29
  ##################################################################################################################