-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Rename Lumina(2)Text2ImgPipeline -> Lumina(2)Pipeline #10827
base: main
Are you sure you want to change the base?
Conversation
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Lumina2Transformer2DModel, | ||
) | ||
from diffusers.utils.testing_utils import torch_device | ||
|
||
from ..test_pipelines_common import PipelineTesterMixin | ||
|
||
|
||
class Lumina2Text2ImgPipelinePipelineFastTests(unittest.TestCase, PipelineTesterMixin): | ||
pipeline_class = Lumina2Text2ImgPipeline | ||
class Lumina2PipelineFastTests(unittest.TestCase, PipelineTesterMixin): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would add a deprecation test, too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with a minor comment on tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
don't forget to send a PR to all the affected Lumina repo's (I will let the author know once you send the PRs!)
What does this PR do?
Renames Lumina(2)Text2ImgPipeline -> Lumina(2)Pipeline for consistency
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.