Spaces:
Sleeping
Sleeping
fix: url
Browse files
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/
|
| 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
|