Rui Zhao

Results 33 comments of Rui Zhao

There are two possible reasons. 1) Our torch version is different, which means that the same random seed may generate different noises. 2) The released model has been updated later....

Sorry for the late reply. I checked the results you provided and found that only the result of the "panda riding a bicycle" is abnormal while other results are the...

I think it is abnormal to produce pure noise videos. Can you provide more details, such as the package versions and the configs you used?

Sorry for the late reply, I was busy on another project. This is just a simple implementation for injecting one spatial LoRA for each video, and the multiple spatial LoRAs...

Yes, for new motions, you need to train the LoRAs again. This is a typical setting in the tuning-based customization task.

This error seems like your video data is broken. Could you open the video file with a video browser?

Hi. This trick is just for faster training. You can simply set the probability to 0%.

In the forward process, setting lora_i = 0 makes sure the corresponding LoRA will not influence the outputs and the loss calculation. In the backward process, the corresponding optimizer will...

This is abnormal. Can you post more information here?