sayakpaul HF staff commited on
Commit
09cae90
1 Parent(s): c91b0e0
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -47,5 +47,5 @@ def get_image_for_adapters(pipeline_to_benchmark):
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"
50
- ).convert("L")
51
  return image
 
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"
50
+ ).convert("RGB")
51
  return image