Uh oh!
There was an error while loading. Please reload this page.
Fix num_images_per_prompt>1 with Skip Guidance Layers in StableDiffusion3Pipeline - #10086
Conversation
hlky
commented
Dec 2, 2024
HuggingFaceDocBuilderDev
commented
Dec 2, 2024
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. |
yiyixuxu
commented
Dec 2, 2024
can we add more tests here to test num_images_per_prompt =2 for SLG with and without CFG |
yiyixuxu
commented
Dec 2, 2024
feel free to merge once tested is add (or you can add test in a separate PR!) |
hlky
commented
Dec 2, 2024
Yes it's easily missed, important to check batch support for new models etc. going forward. Looks like tests for |
sayakpaul
commented
Dec 3, 2024
I think it would make sense to introduce/revisit the pipeline tester mixin to see how we can make it more general so that this is tested by default without us having to write it for every pipeline/model test suite. WDYT? Feel free to ping me and @DN6 if you need further ideas here. |




What does this PR do?
#10085 (comment) for some further details.
Fixes#10085
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.
cc @sayakpaul@japppie