Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
cd813499
Unverified
Commit
cd813499
authored
Jun 23, 2025
by
Dhruv Nair
Committed by
GitHub
Jun 23, 2025
Browse files
[CI] Skip ONNX Upscale tests (#11774)
update
parent
fbddf028
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/pipelines/stable_diffusion/test_onnx_stable_diffusion_upscale.py
...es/stable_diffusion/test_onnx_stable_diffusion_upscale.py
+4
-0
No files found.
tests/pipelines/stable_diffusion/test_onnx_stable_diffusion_upscale.py
View file @
cd813499
...
@@ -42,6 +42,10 @@ if is_onnx_available():
...
@@ -42,6 +42,10 @@ if is_onnx_available():
import
onnxruntime
as
ort
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
):
class
OnnxStableDiffusionUpscalePipelineFastTests
(
OnnxPipelineTesterMixin
,
unittest
.
TestCase
):
# TODO: is there an appropriate internal test set?
# TODO: is there an appropriate internal test set?
hub_checkpoint
=
"ssube/stable-diffusion-x4-upscaler-onnx"
hub_checkpoint
=
"ssube/stable-diffusion-x4-upscaler-onnx"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment