Commit graph

240 commits

Author SHA1 Message Date
Zangwei Zheng
070f8a3dfb Merge branch 'dev/v1.0.1' of https://github.com/hpcaitech/Open-Sora-dev into dev/v1.0.1 2024-04-02 21:17:22 +08:00
Zangwei Zheng
b522fc89f1 update config 2024-04-02 21:17:13 +08:00
xyupeng
35989f54d6 Dev/pxy (#24)
* update scoring/matching

* update scoring/matching

* update scoring/matching

* update scoring/matching

* update scoring/matching

* update scoring/matching

* update scoring/matching

* update scoring/matching
2024-04-02 21:01:27 +08:00
Hongxin Liu
810ebeeb6a [feature] support dp for optical flow scoring (#23) 2024-04-02 19:04:33 +08:00
Zangwei Zheng
065774a501 [feat] resize images 2024-04-02 16:55:03 +08:00
Zangwei Zheng
00c20261f0 update data pipeline 2024-04-02 15:55:58 +08:00
Zangwei Zheng
72bd0313bf Merge branch 'dev/v1.0.1' of https://github.com/hpcaitech/Open-Sora-dev into dev/v1.0.1 2024-04-02 14:57:13 +08:00
Hongxin Liu
c618f77bdc [feature] move t5 text processing to csvutil (#22)
* [feature] move t5 text processing to csvutil

* polish code
2024-04-02 14:56:44 +08:00
Zheng Zangwei (Alex Zheng)
b5414b36b8 Dev/datapipe (#21)
* fix #210

* fix #209

* fix #188

* [docs] add training order

* update data pipeline

---------

Co-authored-by: Sze-qq <68757353+Sze-qq@users.noreply.github.com>
2024-04-02 14:51:21 +08:00
Zangwei Zheng
0971cbc8c3 Merge branch 'main' into dev/v1.0.1 2024-04-02 13:38:32 +08:00
Zheng Zangwei (Alex Zheng)
7612d22fc6 Exp/image mix (#20)
* [exp] image mixed training

* [exp] add batch info

* [exp] launch

* update num_step_per_epoch

* [feat] verify image mix training
2024-04-02 13:35:09 +08:00
xyupeng
f15ef17937 Merge pull request #19 from hpcaitech/dev/pxy
Dev/pxy
2024-04-02 12:50:36 +08:00
xyupeng
72de650382 update scoring 2024-04-02 11:30:52 +08:00
xyupeng
ef2834cf36 update scoring 2024-04-02 11:14:53 +08:00
xyupeng
d6a4aeda74 update scoring 2024-04-02 11:13:41 +08:00
xyupeng
ca53b1a21b update data processing 2024-04-02 10:51:40 +08:00
Frank Lee
baf91f835e updated sampler workload and state dict (#18) 2024-04-01 21:10:51 +08:00
Frank Lee
b8b78c6733 Hotfix/sampler (#16)
* fixed variable video sampler

* polish

* polish
2024-04-01 20:37:41 +08:00
Hongxin Liu
bdb9b7ccbf [hotfix] fix attn impl (#17) 2024-04-01 20:37:15 +08:00
xyupeng
833c70f2ae add optical flow 2024-04-01 20:00:27 +08:00
Zangwei Zheng
5ade5e5984 [fix] use decord for tools 2024-04-01 16:45:23 +08:00
Zangwei Zheng
ff15a0acfb [docs] data processing 2024-04-01 16:08:53 +08:00
Zangwei Zheng
c553ee274f better aspect ratio 2024-04-01 14:27:13 +08:00
Zangwei Zheng
37aa96e76c Merge branch 'dev/v1.0.1' of https://github.com/hpcaitech/Open-Sora-dev into dev/v1.0.1 2024-04-01 11:45:46 +08:00
Zangwei Zheng
4bfb90295b update csvutil 2024-04-01 11:45:38 +08:00
Frank Lee
a9e8220c7c fixed image size in sampler (#15)
* fixed image size in sampler

* polish
2024-04-01 11:43:56 +08:00
Zangwei Zheng
cdd3b5eb74 llava fix and config modification 2024-03-31 23:44:37 +08:00
Zheng Zangwei (Alex Zheng)
f1ee27ba2f [feat] llava support image and text (#13)
* [feat] llava support image and text

* add resize for image

* update gpt4 caption

* update prompt for llava image captioning
2024-03-31 20:59:33 +08:00
Frank Lee
46f9af34fc fixed multiprocessing dataloader (#14) 2024-03-31 20:59:22 +08:00
Frank Lee
0f2bb1700b refactored llava captioning (#12) 2024-03-31 01:11:03 +08:00
Zangwei Zheng
fb6bd34443 delete intepolate 2024-03-30 23:57:03 +08:00
Zangwei Zheng
d7811a1a0e update config 2024-03-30 17:27:44 +08:00
Zangwei Zheng
353f84c253 Merge branch 'dev/zangwei' into dev/v1.0.1 2024-03-30 17:06:43 +08:00
Zangwei Zheng
987283fa1b [fix] transform may not fit enough 2024-03-30 17:05:15 +08:00
Zheng Zangwei (Alex Zheng)
a289bced09 Dev/zangwei (#10)
* format and some fix

* support csv for llava
2024-03-30 13:46:23 +08:00
Zangwei Zheng
b44acc022c support csv for llava 2024-03-30 13:45:24 +08:00
Zheng Zangwei (Alex Zheng)
f9f539f07e format and some fix (#8) 2024-03-30 13:34:19 +08:00
Zangwei Zheng
fd22c286fb Merge branch 'dev/v1.0.1' of https://github.com/hpcaitech/Open-Sora-dev into dev/zangwei 2024-03-30 13:03:21 +08:00
Frank Lee
a0bdaced4e replaced numpy ops with torch ops (#9)
* replaced numpy ops with torch ops

* polish

* polish
2024-03-30 13:01:58 +08:00
Zangwei Zheng
52aeb3769f format and some fix 2024-03-30 12:02:48 +08:00
Frank Lee
223cc34c46 Merge pull request #7 from hpcaitech/dev/variable
Dev/variable
2024-03-30 10:57:07 +08:00
Zheng Zangwei (Alex Zheng)
2679bad9a0 update readme (#6) 2024-03-29 23:34:53 +08:00
Zheng Zangwei (Alex Zheng)
682a699aec Update image process (#5)
* [docs] update tool docs

* update aes
2024-03-29 23:34:10 +08:00
Hongxin Liu
5e82d1493b [feature] refactor sampler (#4)
* [feature] refactor sampler

* [feature] support sampler resuming

* [feature] support sampler resuming
2024-03-29 23:32:12 +08:00
Hongxin Liu
c0fe4b384c [hotfix] fix caption embedder (#3) 2024-03-29 23:30:47 +08:00
Zangwei Zheng
889788dd49 [wip] image wrong with flashattn 2024-03-28 22:35:07 +08:00
Zangwei Zheng
2d4a5df287 [wip] image wrong with flashattn 2024-03-28 22:04:43 +08:00
Zangwei Zheng
a01f6da20e [feat] support for stdit2 sampling 2024-03-28 21:35:33 +08:00
Zangwei Zheng
1d9036b3ed Merge branch 'dev/variable' of https://github.com/hpcaitech/Open-Sora-dev into dev/variable 2024-03-28 19:27:24 +08:00
Zangwei Zheng
8b778213d1 [feat] complete dynamic pos 2024-03-28 19:27:17 +08:00