Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoRA test fixes #6163

Merged
merged 5 commits into from
Dec 15, 2023
Merged

LoRA test fixes #6163

merged 5 commits into from
Dec 15, 2023

Conversation

DN6
Copy link
Collaborator

@DN6 DN6 commented Dec 13, 2023

What does this PR do?

Fixes for failings LoRA slow tests in the CI.

Fixes # (issue)

Before submitting

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

@DN6 DN6 requested a review from sayakpaul December 13, 2023 14:07
@@ -343,6 +343,21 @@ def test_stable_diffusion_attn_processors(self):
image = sd_pipe(**inputs).images
assert image.shape == (1, 64, 64, 3)

@unittest.skipIf(not torch.cuda.is_available() or not is_xformers_available(), reason="xformers requires cuda")
def test_stable_diffusion_set_xformers_attn_processors(self):
# disable_full_determinism()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove this?

Copy link
Member

@sayakpaul sayakpaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@DN6 DN6 merged commit f5dfe2a into main Dec 15, 2023
16 checks passed
donhardman pushed a commit to donhardman/diffusers that referenced this pull request Dec 18, 2023
* update

* update

* update

* update

---------

Co-authored-by: Sayak Paul <[email protected]>
AmericanPresidentJimmyCarter pushed a commit to AmericanPresidentJimmyCarter/diffusers that referenced this pull request Apr 26, 2024
* update

* update

* update

* update

---------

Co-authored-by: Sayak Paul <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants