Uh oh!
There was an error while loading. Please reload this page.
[Alpha-VLLM Team] Add Lumina-T2X to diffusers - #8652
Conversation
Uh oh!
There was an error while loading. Please reload this page.
yiyixuxu
commented
Jul 5, 2024
can you run |
PommesPeter
commented
Jul 5, 2024
run it~ |
HuggingFaceDocBuilderDev
commented
Jul 5, 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
Jul 5, 2024
@PommesPeter lumina tests still fail |
PommesPeter
commented
Jul 5, 2024
yep, we have fixed the problem from test class. |
yiyixuxu
commented
Jul 5, 2024
@PommesPeter we need the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
not sure what's the status of the pr since simple load is still failing?
importtorchfromdiffusersimportLuminaText2ImgPipelinepipe=LuminaText2ImgPipeline.from_pretrained("Alpha-VLLM/Lumina-Next-SFT-diffusers", torch_dtype=torch.bfloat16).cuda() |
PommesPeter
commented
Jul 6, 2024
sorry, we have network problem in pushing our newest model to huggingface. I'm re-pushing the newest model for lumina. |
PommesPeter
commented
Jul 6, 2024
Hi @vladmandic |
yiyixuxu
commented
Jul 6, 2024
@PommesPeter |
PommesPeter
commented
Jul 6, 2024
okay, i will fix the problem. |
@PommesPeter confirmed as working with updated model on hf. |
Uh oh!
There was an error while loading. Please reload this page.
yiyixuxu
commented
Jul 8, 2024
merged! thank you! |
PommesPeter
commented
Jul 8, 2024
wow! thank you for your reviewing to our pr |
--------- Co-authored-by: zhuole1025 <zhuole1025@gmail.com> Co-authored-by: YiYi Xu <yixu310@gmail.com>
What does this PR do?
Add Lumina-T2X to diffusers
Fixes#8652
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.