lz1oceani commited on
Commit
7a6a604
1 Parent(s): 7f2f691

Update the bird's url

Browse files

Change the bird's url to https://huggingface.co/lllyasviel/sd-controlnet-canny/resolve/main/images/bird.png.

Files changed (1) hide show
  1. README.md +1 -1
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-hed/resolve/main/images/bird.png")
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