Opensora-PKU v1.3.0 : merge to v0.3.0-dev #847
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The purpose of this PR is to merge the Opensora-PKU v1.3.0 code into the branch v0.3.0-dev.
I directly copied the opensora_pku/ folder from the master branch to the corresponding folder of the v0.3.0-dev branch. Three additional files required for test are listed as:
prompt_list_opendv_16
,train_t2v_stage3_finetune_opendv_16.sh
,sample_opendv_16.sh
.I have run all steps in the testing procedures with this PR. All scripts have passed. I made a minor modification to
train_t2v_diffusers.py
:This is because
pretrain_train_network
frommindone/trainers/zero.py
has updated its key arguments names: inmaster
branch, it'soptimizer_parallel_group
, but in0.3.0-dev
branch, it'sop_group
.