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
b5726358
Unverified
Commit
b5726358
authored
Jan 06, 2025
by
Sayak Paul
Committed by
GitHub
Jan 06, 2025
Browse files
[Tests] add slow and nightly markers to sd3 lora integation. (#10458)
add slow and nightly markers to sd3 lora integation.
parent
fdcbbdf0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/lora/test_lora_layers_sd3.py
tests/lora/test_lora_layers_sd3.py
+4
-0
No files found.
tests/lora/test_lora_layers_sd3.py
View file @
b5726358
...
@@ -29,9 +29,11 @@ from diffusers import (
...
@@ -29,9 +29,11 @@ from diffusers import (
from
diffusers.utils
import
load_image
from
diffusers.utils
import
load_image
from
diffusers.utils.import_utils
import
is_accelerate_available
from
diffusers.utils.import_utils
import
is_accelerate_available
from
diffusers.utils.testing_utils
import
(
from
diffusers.utils.testing_utils
import
(
nightly
,
numpy_cosine_similarity_distance
,
numpy_cosine_similarity_distance
,
require_peft_backend
,
require_peft_backend
,
require_torch_gpu
,
require_torch_gpu
,
slow
,
torch_device
,
torch_device
,
)
)
...
@@ -126,6 +128,8 @@ class SD3LoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
...
@@ -126,6 +128,8 @@ class SD3LoRATests(unittest.TestCase, PeftLoraLoaderMixinTests):
pass
pass
@
slow
@
nightly
@
require_torch_gpu
@
require_torch_gpu
@
require_peft_backend
@
require_peft_backend
class
LoraSD3IntegrationTests
(
unittest
.
TestCase
):
class
LoraSD3IntegrationTests
(
unittest
.
TestCase
):
...
...
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