dvir-bria commited on
Commit
590e1d6
1 Parent(s): b8c8d70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -65,7 +65,7 @@ from diffusers import ControlNetModel, StableDiffusionXLControlNetPipeline
65
  import torch
66
 
67
  controlnet = ControlNetModel.from_pretrained(
68
- "briaai/ControlNet-Canny",
69
  torch_dtype=torch.float16
70
  )
71
 
 
65
  import torch
66
 
67
  controlnet = ControlNetModel.from_pretrained(
68
+ "briaai/BRIA-2.2-ControlNet-Canny",
69
  torch_dtype=torch.float16
70
  )
71