Skip to content
New issue

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

OSError: LanguageBind/Open-Sora-Plan-v1.2.0 does not appear to have a file named diffusion_pytorch_model.bin. #429

Open
DZY-irene opened this issue Sep 4, 2024 · 0 comments

Comments

@DZY-irene
Copy link

Hi, I encountered an error while running
transformer_model = OpenSoraT2V.from_pretrained(args.model_path, subfolder="93x720p", cache_dir=args.cache_dir, low_cpu_mem_usage=False, device_map=None, torch_dtype=weight_dtype).
My bash command is

    python opensora/sample/sample_long_videos.py \
        --model_path LanguageBind/Open-Sora-Plan-v1.2.0 \
        --num_frames 93 \
        --height 720 \
        --width 1280 \
        --cache_dir "./cache_dir" \
        --text_encoder_name google/mt5-xxl \
        --text_prompt examples/prompt_list_0.txt \
        --ae CausalVAEModel_D4_4x8x8 \
        --ae_path "mylocalpath" \
        --save_img_path "./sample_video_29x4800p_cfg7.5_step100" \
        --fps 24 \
        --guidance_scale 7.5 \
        --num_sampling_steps 100 \
        --enable_tiling \
        --max_sequence_length 512 \
        --sample_method EulerAncestralDiscrete \
        --model_type "dit" \

How can I resolve this? Looking forward to your response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant