( type="OpenSoraVAE_V1_2", from_pretrained="hpcai-tech/OpenSora-VAE-v1.2", micro_frame_size=17, micro_batch_size=4, ) text_encoder = dict( type="t5", from_pretrained="DeepFloyd/t5-v1_1-xxl", model_max_length=300, shardformer=True, ) scheduler = dict( type="rflow", use_...
Breadcrumbs Open-Sora /configs /opensora-v1-2 /train / stage1.pyTop File metadata and controls Code Blame 110 lines (102 loc) · 2.86 KB Raw # Dataset settings dataset = dict( type="VariableVideoTextDataset", transform_name="resize_crop", ) # backup # bucket_config = { # 20s/it...
这意味着,Open-Sora不再仅仅是处理平面图像的“高手”,而是能够全方位、无死角地捕捉并理解这个复杂多变的立体世界,为视频生成带来了前所未有的真实感和沉浸感。 尤为值得一提的是,Open-Sora Plan v1.2在文本生成视频的能力上实现了质的飞跃。用户只需简单输入一段文字描述,AI便能迅速将其转化为生动...
Open-Sora v1 Report OpenAI's Sora is amazing at generating one minutes high quality videos. However, it reveals almost no information about its details. To make AI more "open", we are dedicated to build an open-source version of Sora. This report describes our first attempt to...
Expand Up @@ -8,7 +8,6 @@ To contribute to Open-Sora, we would like to first guide you to set up a proper You can refer to the [Installation Section](./README.md#installation) and replace `pip install -v .` with `pip install -v -e .`. ### Code Style We have some stati...
Expand Up @@ -8,7 +8,6 @@ To contribute to Open-Sora, we would like to first guide you to set up a proper You can refer to the [Installation Section](./README.md#installation) and replace `pip install -v .` with `pip install -v -e .`. ### Code Style We have some stati...
@@ -8,7 +8,6 @@ To contribute to Open-Sora, we would like to first guide you to set up a proper 88 99 You can refer to the[Installation Section](./README.md#installation)and replace`pip install -v .`with`pip install -v -e .`. ...
This project aim to reproduce Sora (Open AI T2V model), we wish the open source community contribute to this project. - kaktus-1/Open-Sora-Plan
This project aim to reproduce Sora (Open AI T2V model), we wish the open source community contribute to this project. - DachengLi1/Open-Sora-Plan
This project aim to reproduce Sora (Open AI T2V model), we wish the open source community contribute to this project. - 3a1b2c3/Open-Sora-Plan