fffiloni commited on
Commit
fb325b2
1 Parent(s): 55f32cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -29,9 +29,9 @@ device = "cuda"
29
  sd_path = "https://huggingface.co/runwayml/stable-diffusion-v1-5"
30
  inter_path = "checkpoints/flownet.pkl"
31
  controlnet_dict = {
32
- "pose": "https://huggingface.co/lllyasviel/control_v11p_sd15_openpose",
33
- "depth": "https://huggingface.co/lllyasviel/control_v11f1p_sd15_depth",
34
- "canny": "https://huggingface.co/lllyasviel/control_v11p_sd15_canny",
35
  }
36
 
37
  controlnet_parser_dict = {
 
29
  sd_path = "https://huggingface.co/runwayml/stable-diffusion-v1-5"
30
  inter_path = "checkpoints/flownet.pkl"
31
  controlnet_dict = {
32
+ "pose": "lllyasviel/control_v11p_sd15_openpose",
33
+ "depth": "lllyasviel/control_v11f1p_sd15_depth",
34
+ "canny": "lllyasviel/control_v11p_sd15_canny",
35
  }
36
 
37
  controlnet_parser_dict = {