1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[CI] Skip ONNX Upscale tests (#11774)

update
This commit is contained in:
Dhruv Nair
2025-06-23 08:44:01 +02:00
committed by GitHub
parent fbddf02807
commit cd813499be

View File

@@ -42,6 +42,10 @@ if is_onnx_available():
import onnxruntime as ort
# TODO: (Dhruv) Update hub_checkpoint repo_id
@unittest.skip(
"There is a potential backdoor vulnerability in the hub_checkpoint. Skip running this test until resolved"
)
class OnnxStableDiffusionUpscalePipelineFastTests(OnnxPipelineTesterMixin, unittest.TestCase):
# TODO: is there an appropriate internal test set?
hub_checkpoint = "ssube/stable-diffusion-x4-upscaler-onnx"