zhiweili commited on
Commit
f04f727
1 Parent(s): fb2eb91

change to controlnet-p2p app

Browse files
Files changed (1) hide show
  1. app_haircolor_img2img.py +1 -1
app_haircolor_img2img.py CHANGED
@@ -49,7 +49,7 @@ controlnet = [
49
  torch_dtype=torch.float16,
50
  ),
51
  ControlNetModel.from_pretrained(
52
- "lllyasviel/control_v11p_sd15_canny",
53
  torch_dtype=torch.float16,
54
  ),
55
  ]
 
49
  torch_dtype=torch.float16,
50
  ),
51
  ControlNetModel.from_pretrained(
52
+ "lllyasviel/control_v11p_sd15_lineart",
53
  torch_dtype=torch.float16,
54
  ),
55
  ]