We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I run open sora plan (v1.3), for each video it takes about 11 minutes to generate it in 1*NVIDIA A100(80GB). Is it normal?
1*NVIDIA A100(80GB)
CUDA_VISIBLE_DEVICES=0 torchrun --nnodes=1 --nproc_per_node 1 --master_port 29514 \ -m opensora.sample.sample \ --model_path "/root/autodl-tmp/Open-Sora-Plan-1.3.1/Open-Sora-Plan-v1.3.0/any93x640x640" \ --version v1_3 \ --num_frames 93 \ --height 640 \ --width 640 \ --cache_dir "../cache_dir" \ --text_encoder_name_1 "/root/autodl-tmp/Open-Sora-Plan-1.3.1/model/hub/models--hf-models--mt5-xxl/snapshots/e07c395916dfbc315d4e5e48b4a54a1e8821b5c0" \ --text_prompt "examples/medsora_prompt_output.txt" \ --ae WFVAEModel_D8_4x8x8 \ --ae_path "/root/autodl-tmp/Open-Sora-Plan-1.3.1/Open-Sora-Plan-v1.3.0/vae" \ --save_img_path "./train_1_3_nomotion_fps18" \ --fps 18 \ --guidance_scale 7.5 \ --num_sampling_steps 100 \ --max_sequence_length 512 \ --sample_method EulerAncestralDiscrete \ --seed 42 \ --num_samples_per_prompt 1 \ --rescale_betas_zero_snr \ --prediction_type "v_prediction"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run open sora plan (v1.3), for each video it takes about 11 minutes to generate it in
1*NVIDIA A100(80GB)
. Is it normal?The text was updated successfully, but these errors were encountered: