diffusers
[Alpha-VLLM Team] Add Lumina-T2X to diffusers
#8652
Merged

[Alpha-VLLM Team] Add Lumina-T2X to diffusers #8652

yiyixuxu merged 103 commits into huggingface:main from PommesPeter:lumina
PommesPeter
PommesPeter init lumina-t2i pipeline
05160385
PommesPeter added pipeline code
bd2445ea
PommesPeter added flag-dit and next-dit model
65a6991c
PommesPeter fixed typo and added test code
a0f7e183
PommesPeter init lumina-t2i pipeline
dfb826e5
PommesPeter added pipeline code
e516d507
PommesPeter added flag-dit and next-dit model
6db8b822
PommesPeter fixed typo and added test code
4b598ad6
PommesPeter reformated demo and models
609f3db0
zhuole1025 Add heun sampler for flow matching models
08fcefb2
PommesPeter Added Lumina-Next-SFT model to diffusers
576171c8
PommesPeter Merge branch 'lumina' of https://github.com/PommesPeter/diffusers int…
b707add9
PommesPeter Format code style and fixed merge unused code
f93b9033
PommesPeter Updated docs about lumina
1ad8e2b1
PommesPeter Fixed timestep scale
627b3836
PommesPeter PommesPeter changed the title Add Lumina-T2X to diffusers [WIP] Add Lumina-T2X to diffusers 1 year ago
PommesPeter Fixed import error
d50b85ea
PommesPeter Fixed bug on flow match heun
18762c88
PommesPeter Update: run the pipeline successfully
e3b20b1a
PommesPeter Removed unused files
a6d34b4d
PommesPeter Fixed bugs
8c40b5c5
PommesPeter Fixed bugs
63331aec
PommesPeter Fixed prompt embedding bugs
f45485e4
PommesPeter Removed unused code
c49c16bb
yiyixuxu
yiyixuxu commented on 2024-06-21
zhuole1025 Fix bugs
69b02cbf
zhuole1025 Add lumina tests
cf2da8b5
PommesPeter Implement attention in diffusres
759781ee
PommesPeter Merge branch 'lumina' of https://github.com/PommesPeter/diffusers int…
5c9739ec
PommesPeter Fixed AttnProcessor
367e9f97
PommesPeter Delete debug.py
2da4cbbb
PommesPeter Fixed convert scripts
21999fc3
PommesPeter Format code quality and style
8b0d0968
PommesPeter Merge branch 'lumina' of https://github.com/PommesPeter/diffusers int…
042e01b2
PommesPeter PommesPeter changed the title [WIP] Add Lumina-T2X to diffusers [Alpha-VLLM Team] Add Lumina-T2X to diffusers 1 year ago
yiyixuxu
yiyixuxu commented on 2024-06-25
yiyixuxu
yiyixuxu commented on 2024-06-26
zhuole1025 Refactor qknorm in attention processor
47cf4646
PommesPeter Updated attention implementation and models
947e002e
PommesPeter Merge branch 'lumina' of https://github.com/PommesPeter/diffusers int…
43e7464d
PommesPeter Update src/diffusers/models/attention.py
11b54e7e
PommesPeter Merge branch 'lumina' of https://github.com/PommesPeter/diffusers int…
0485471f
PommesPeter Updated attention implementation and models
097c5fa8
PommesPeter Updated attention implementation and models
d78f0e03
PommesPeter Merge branch 'main' into lumina
b2c04412
PommesPeter Fixed bugs
0b559a07
PommesPeter Format code
36f7e114
yiyixuxu
yiyixuxu commented on 2024-06-27
yiyixuxu
yiyixuxu commented on 2024-06-27
PommesPeter Update src/diffusers/models/transformers/lumina_nextdit2d.py
940769df
PommesPeter Update src/diffusers/pipelines/lumina/pipeline_lumina.py
cc692ee9
PommesPeter Update src/diffusers/models/transformers/lumina_nextdit2d.py
599a1ed4
PommesPeter Update src/diffusers/models/transformers/lumina_nextdit2d.py
07262996
PommesPeter Update src/diffusers/models/transformers/lumina_nextdit2d.py
fd6e9ed7
PommesPeter Update src/diffusers/models/transformers/lumina_nextdit2d.py
b5e76d64
PommesPeter Update src/diffusers/pipelines/lumina/pipeline_lumina.py
4379b31a
PommesPeter Merge branch 'lumina' of https://github.com/PommesPeter/diffusers int…
29770b12
PommesPeter Refactor proportational attention
b692707e
PommesPeter Refactor freqs_cis
4f73fbef
PommesPeter Fxied typo
388e07ca
PommesPeter Removed init weight distribution and typo
73f69b7a
zhuole1025 Fix some bugs in attnetion
91c934ca
zhuole1025 Fix bugs in attention
f84ab691
PommesPeter Fixed convert weight scripts
327c31e8
PommesPeter Fixed typo
899a5c05
yiyixuxu
yiyixuxu commented on 2024-06-29
PommesPeter Update src/diffusers/models/attention_processor.py
38cbaf9b
PommesPeter Update src/diffusers/models/attention_processor.py
082665c2
PommesPeter Update src/diffusers/models/attention_processor.py
f6c5a182
PommesPeter Update src/diffusers/models/attention_processor.py
a9410c86
PommesPeter Update src/diffusers/models/attention_processor.py
02378b00
PommesPeter Update src/diffusers/models/transformers/lumina_nextdit2d.py
a81c554d
PommesPeter Update src/diffusers/models/attention_processor.py
aee650dd
PommesPeter Update src/diffusers/models/transformers/lumina_nextdit2d.py
e9a45c3e
PommesPeter Update src/diffusers/models/attention_processor.py
98eb745f
PommesPeter Refactor attention output and Removed residual in Attn
df2b7d05
PommesPeter PommesPeter requested a review from yiyixuxu yiyixuxu 1 year ago
yiyixuxu
yiyixuxu commented on 2024-06-30
PommesPeter Apply suggestions from code review
6cd9936d
PommesPeter Update src/diffusers/models/transformers/lumina_nextdit2d.py
127d1df1
PommesPeter Apply suggestions from code review
f51c75cb
PommesPeter Fixed name of FFN
cc881011
PommesPeter Merge branch 'lumina' of https://github.com/PommesPeter/diffusers int…
e637fd54
PommesPeter Apply suggestions from code review
c70694f9
PommesPeter Renamed input name
f0904b13
PommesPeter Merge branch 'lumina' of https://github.com/PommesPeter/diffusers int…
6fa84cc0
PommesPeter Updated rotary emb
c589ce65
zhuole1025
zhuole1025 Remove useless codes
07129102
PommesPeter PommesPeter requested a review from yiyixuxu yiyixuxu 1 year ago
yiyixuxu
yiyixuxu commented on 2024-07-01
PommesPeter Apply suggestions from code review
32a163c1
PommesPeter Updated variable name
d57cc16e
zhuole1025 Refactor positional embedding
0b197c45
zhuole1025 Refactor positional embedding
e232b8c1
PommesPeter Updated AdaLN
8ea9c276
PommesPeter Merge branch 'lumina' of https://github.com/PommesPeter/diffusers int…
93d458d5
PommesPeter Added comment about time-aware denosing and Fixed a bug from typo
eb94171d
PommesPeter Fixed code format and Removed unused code
780c9457
PommesPeter Fixed code format and Removed unused code
0f596b6a
PommesPeter Removed unpatchify
cf1f2379
yiyixuxu
yiyixuxu commented on 2024-07-03
yiyixuxu yiyixuxu requested a review from DN6 DN6 1 year ago
PommesPeter Update src/diffusers/models/transformers/lumina_nextdit2d.py
b2a834c0
PommesPeter Update src/diffusers/models/attention_processor.py
0da4a17f
PommesPeter Fixed typo
2981da0c
PommesPeter
yiyixuxu
PommesPeter
PommesPeter Run style and fix-copies
3694034c
PommesPeter Fixed typo and docs
800dfeb4
yiyixuxu
yiyixuxu commented on 2024-07-05
PommesPeter added new scheduler
5c1a965c
yiyixuxu
PommesPeter updated fix-copies
dc821ed1
PommesPeter
HuggingFaceDocBuilderDev
yiyixuxu
PommesPeter updated fix-copies
021d5a66
PommesPeter
yiyixuxu
PommesPeter Fixed style
5e19d486
yiyixuxu
yiyixuxu commented on 2024-07-05
PommesPeter Refactor test func with dummy model
425d6928
yiyixuxu
yiyixuxu commented on 2024-07-05
yiyixuxu Update tests/pipelines/lumina/test_lumina_nextdit.py
7e458373
vladmandic
PommesPeter
PommesPeter
yiyixuxu update test
0547f4a2
yiyixuxu Merge branch 'main' into lumina
fb2da651
yiyixuxu
PommesPeter
vladmandic
yiyixuxu
yiyixuxu commented on 2024-07-06
PommesPeter Updated slow test case
19aa5853
yiyixuxu style
44daf8c5
yiyixuxu yiyixuxu merged 98388670 into main 1 year ago
yiyixuxu
PommesPeter

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone