RyanL22 commited on
Commit
4c305dc
1 Parent(s): 66c6bd0

Update README.md

Browse files

Fix typo in example code

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ control_mode_depth = 2
70
  control_image_canny = load_image("https://huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro/resolve/main/assets/canny.jpg")
71
  control_mode_canny = 0
72
 
73
- width, height = control_image.size
74
 
75
  image = pipe(
76
  prompt,
 
70
  control_image_canny = load_image("https://huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Union-Pro/resolve/main/assets/canny.jpg")
71
  control_mode_canny = 0
72
 
73
+ width, height = control_image_depth.size
74
 
75
  image = pipe(
76
  prompt,