Fix link of bird
#5
by
lz1oceani
- opened
README.md
CHANGED
|
@@ -98,7 +98,7 @@ import torch
|
|
| 98 |
import numpy as np
|
| 99 |
from diffusers.utils import load_image
|
| 100 |
|
| 101 |
-
image = load_image("https://huggingface.co/lllyasviel/sd-controlnet-
|
| 102 |
image = np.array(image)
|
| 103 |
|
| 104 |
low_threshold = 100
|
|
|
|
| 98 |
import numpy as np
|
| 99 |
from diffusers.utils import load_image
|
| 100 |
|
| 101 |
+
image = load_image("https://huggingface.co/lllyasviel/sd-controlnet-canny/tree/main/images/bird.png")
|
| 102 |
image = np.array(image)
|
| 103 |
|
| 104 |
low_threshold = 100
|