- Notifications
You must be signed in to change notification settings - Fork6.1k
[Modular] Fast Tests#11937
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
[Modular] Fast Tests#11937
Uh oh!
There was an error while loading.Please reload this page.
Conversation
HuggingFaceDocBuilderDev commentedJul 16, 2025
The docs for this PR livehere. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
@@ -20,12 +20,6 @@ | |||
] | |||
) | |||
TEXT_TO_IMAGE_BATCH_PARAMS = frozenset(["prompt", "negative_prompt"]) |
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 just rearranged a bit, i.e. put all the batch inputs together, image inputs together
did not delete or add anything
Uh oh!
There was an error while loading.Please reload this page.
I added a fast test for modular sdxl so we have something
feel free to refactor them!