sayakpaul HF staff commited on
Commit
84892c9
1 Parent(s): c8c0e8b

change imahe

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -42,8 +42,8 @@ def get_image_for_controlnet(pipeline_to_benchmark):
42
  def get_image_for_adapters(pipeline_to_benchmark):
43
  if pipeline_to_benchmark == "SD T2I Adapters":
44
  image = load_image(
45
- "https://huggingface.co/TencentARC/t2iadapter_canny_sd14v1/resolve/main/images/canny.png"
46
- ).convert("L")
47
  elif pipeline_to_benchmark == "SDXL T2I Adapters":
48
  image = load_image(
49
  "https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/cond_canny.png"
 
42
  def get_image_for_adapters(pipeline_to_benchmark):
43
  if pipeline_to_benchmark == "SD T2I Adapters":
44
  image = load_image(
45
+ "https://huggingface.co/datasets/sayakpaul/sample-datasets/resolve/main/sd_t2i_canny.png"
46
+ )
47
  elif pipeline_to_benchmark == "SDXL T2I Adapters":
48
  image = load_image(
49
  "https://huggingface.co/Adapter/t2iadapter/resolve/main/figs_SDXLV1.0/cond_canny.png"