sayakpaul HF staff commited on
Commit
cf42f63
1 Parent(s): 579ce76
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -33,7 +33,7 @@ def get_image_for_controlnet(pipeline_to_benchmark):
33
  ).convert("RGB")
34
  elif pipeline_to_benchmark == "SDXL ControlNet":
35
  image = load_image(
36
- "https://huggingface.co/datasets/hf-internal-testing/diffusers-images/blob/main/sd_controlnet/hf-logo.png"
37
  ).convert("RGB")
38
 
39
  return image
 
33
  ).convert("RGB")
34
  elif pipeline_to_benchmark == "SDXL ControlNet":
35
  image = load_image(
36
+ "https://huggingface.co/datasets/hf-internal-testing/diffusers-images/resolve/main/sd_controlnet/hf-logo.png"
37
  ).convert("RGB")
38
 
39
  return image