Spaces:
Running
on
A10G
Running
on
A10G
change imahe
Browse files
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/
|
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"
|
|
|
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"
|