Update the bird's url
Browse filesChange the bird's url to https://huggingface.co/lllyasviel/sd-controlnet-canny/resolve/main/images/bird.png.
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/resolve/main/images/bird.png")
|
102 |
image = np.array(image)
|
103 |
|
104 |
low_threshold = 100
|