Spaces:
Running
on
A10G
Running
on
A10G
fix
Browse files
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("
|
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
|