Compare commits

...

1 Commits

Author SHA1 Message Date
DN6
3037c2d45e update 2025-06-23 10:42:56 +05:30

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"