mochentian

Results 3 issues of mochentian

CUDA_VISIBLE_DEVICES=0 python opensora/sample/sample_t2v.py --model_path LanguageBind/Open-Sora-Plan-v1.0.0 --text_encoder_name DeepFloyd/t5-v1_1-xxl --text_prompt examples/prompt_list_0.txt --ae CausalVAEModel_4x8x8 --version 65x512x512 --save_img_path "./sample_videos/prompt_list_0" --fps 24 --guidance_scale 7.5 --num_sampling_steps 250 --enable_tiling **I ran the above command to generate a...

我尝试用npu训练causalVAE,出现如下报错: Building datasets... /home/m00830934/anaconda3/envs/opensora-plan/lib/python3.8/site-packages/torch_npu/npu/utils.py:88: UserWarning: torch.npu.get_device_capability isn't implemented! warnings.warn("torch.npu.get_device_capability isn't implemented!") Traceback (most recent call last): File "/home/m00830934/code/Open-Sora-Plan/opensora/train/train_causalvae.py", line 108, in train(args[0]) File "/home/m00830934/code/Open-Sora-Plan/opensora/train/train_causalvae.py", line 97, in train trainer.fit( File...

model.resize_token_embeddings(32001)