Update README.md
Browse files
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 |
|