Commit graph

168 commits

Author SHA1 Message Date
shenchenhui
afff661efd debug 2024-03-28 16:22:33 +08:00
shenchenhui
73ec879f71 debug 2024-03-28 16:13:50 +08:00
shenchenhui
3d9addba17 debug 2024-03-28 16:09:43 +08:00
shenchenhui
8a5de06b44 remove ml_collections 2024-03-28 16:06:00 +08:00
shenchenhui
a5917c6a3e added vae3d training code 2024-03-28 15:12:20 +08:00
Zangwei Zheng
621da78e34 Merge branch 'main' into dev/v1.0.1 2024-03-25 13:42:45 +08:00
Zangwei Zheng
28a814779c Merge branch 'main' of https://github.com/hpcaitech/Open-Sora 2024-03-25 13:42:36 +08:00
Zheng Zangwei (Alex Zheng)
1a913cd21b Docs/fix (#213)
* fix #210

* fix #209

* fix #188
2024-03-25 13:30:49 +08:00
Zheng Zangwei (Alex Zheng)
b454751f8f Docs/fix (#211)
* fix #210

* fix #209
2024-03-25 13:19:11 +08:00
Shreyangshu
7abee23c4c install gradio using pip before running the demo.py file (#202) 2024-03-25 11:45:56 +08:00
Zangwei Zheng
1db06e3196 Merge branch 'main' of https://github.com/hpcaitech/Open-Sora 2024-03-25 11:45:10 +08:00
Zangwei Zheng
bf29b9a4e6 add config 2024-03-25 11:16:30 +08:00
Zangwei Zheng
b1f6e128dc update convert_dataset and launch exp 2024-03-24 22:03:31 +08:00
Zangwei Zheng
0344b24264 [feat] add aesthetic score 2024-03-24 20:34:41 +08:00
Zangwei Zheng
bc27737f7c [feat] add more csv filter 2024-03-24 16:58:16 +08:00
Zangwei Zheng
26c583118b [feat] new training scheme for mask 2024-03-24 16:07:18 +08:00
Zangwei Zheng
7d478f5094 complete masked demo 2024-03-24 15:09:42 +08:00
Zangwei Zheng
dcbacb03a6 update config 2024-03-23 23:39:31 +08:00
Zangwei Zheng
81da63e0dd renaming 2024-03-23 22:24:01 +08:00
Zangwei Zheng
4e6e17d800 complete masked training 2024-03-23 22:06:19 +08:00
Zangwei Zheng
9c81cd61bc complete masked inference 2024-03-23 21:12:18 +08:00
Zangwei Zheng
403d21b978 support iddpm inference with mask 2024-03-23 20:46:27 +08:00
Zangwei Zheng
98e62a7c57 update inference z 2024-03-23 20:28:34 +08:00
Zheng Zangwei (Alex Zheng)
ac1b9ef57a Update README.md (#198) 2024-03-23 16:43:35 +08:00
Zangwei Zheng
7d27f5553e merge mask-related utils 2024-03-23 16:32:51 +08:00
Zangwei Zheng
24c707bfb9 update csvutil for vidprom 2024-03-23 16:02:26 +08:00
Zangwei Zheng
4b00625247 Merge branch 'main' of https://github.com/hpcaitech/Open-Sora 2024-03-23 15:19:42 +08:00
Sze-qq
745956ed15 Merge pull request #197 from hpcaitech/celaraze-main
Celaraze main
2024-03-23 15:19:32 +08:00
Zangwei Zheng
45d2716205 Merge branch 'celaraze-main' 2024-03-23 14:38:25 +08:00
Zangwei Zheng
bd80f6db0a modified docs/zh_CN/README.md 2024-03-23 14:37:57 +08:00
Zangwei Zheng
becf0e7d37 Merge branch 'main' of https://github.com/celaraze/Open-Sora into celaraze-main 2024-03-23 14:37:55 +08:00
fuchen.ljl
6d430b5ed1 Update README.md (#157)
Environment initialization, unified pip tool

Co-authored-by: Zheng Zangwei (Alex Zheng) <zangwei@comp.nus.edu.sg>
2024-03-23 14:25:46 +08:00
Watson
3eb17209f4 fix def get_model_numel() typing hint to Tuple[int, int] (#135) 2024-03-23 14:22:41 +08:00
Yanjia0
9b68d5a130 Update README_zh.md (#191)
Co-authored-by: Zheng Zangwei (Alex Zheng) <zangwei@comp.nus.edu.sg>
2024-03-23 14:14:35 +08:00
Yanjia0
9e10ab72a3 Update README_zh.md (#192)
repair links
2024-03-23 14:12:51 +08:00
jack-dev
af367f4d76 [demo] fixed a config mismatch (#193) (#196)
fixed #193
将中文README文件中的推理代码与英文版中进行同步
2024-03-23 14:12:00 +08:00
celaraze
3b0b952d45 Merge branch 'main' into main 2024-03-22 18:33:04 +08:00
Frank Lee
968c52c7ab [demo] fixed a config mismatch (#193) 2024-03-22 17:09:25 +08:00
Frank Lee
6b2715e40c Feature/gradio demo (#190)
* [gradio] added demo app

* polish
2024-03-22 15:07:04 +08:00
Sze-qq
35f54cc392 fix 404 error for command.md (#189)
Co-authored-by: siqi <siqi@siqis-MacBook-Pro.local>
2024-03-22 14:59:53 +08:00
Zangwei Zheng
41f0ce3209 hotfix: dit inference 2024-03-22 13:07:21 +08:00
从零开始学AI
966a0d0b97 [doc] README.md, activate the virtual env opensora (#171) 2024-03-21 20:08:30 +08:00
Frank Lee
2429b8709f [doc] fixed typos in readme (#175) 2024-03-21 14:46:36 +08:00
celaraze
9fcde52d25 Added missing content in the docs && fixed i18n 2024-03-20 17:11:23 +08:00
Jeslin P James
eb39707dba [doc] fix typo in acceleration.md (#155) 2024-03-20 16:27:37 +08:00
celaraze
8a19f3ba0e [doc] fixed links (#144)
fixed links.
2024-03-20 16:22:58 +08:00
Sze-qq
3db587b563 Merge pull request #163 from hpcaitech/doc/blog
[doc] add blog
2024-03-20 16:20:08 +08:00
binmakeswell
3e6bfd8c94 [doc] add blog 2024-03-20 16:15:21 +08:00
Zangwei Zheng
c7f693a29f update inference memory usage 2024-03-20 02:23:35 +08:00
Zangwei Zheng
50b7c86915 update readme 2024-03-19 22:26:47 +08:00