Uh oh!
There was an error while loading. Please reload this page.
Fix multi-prompt inference - #7208
Conversation
sayakpaul
commented
Mar 5, 2024
Can you show an example of where the current code (without the changes in this PR) fails? |
nikitabalabin
commented
Mar 6, 2024
images[1] and images[2] will be generated with wrong prompt_attention_mask. |
sayakpaul
commented
Mar 7, 2024
Thanks! Could we add a fast test for this as well? |
HuggingFaceDocBuilderDev
commented
Mar 7, 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. |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
yiyixuxu
commented
Dec 3, 2024
hi @nikitabalabin |
yiyixuxu
commented
Dec 3, 2024
can we run |
sayakpaul
commented
Dec 3, 2024
@hlky was the close expected? |
hlky
commented
Dec 3, 2024
Rebase to fix conflict went wrong 😅 |
Fix generation of multiple images with multiple prompts, e.g len(prompts)>1, num_images_per_prompt>1
What does this PR do?
Fixes # (issue)
Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
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.