liuxiaoyu1104
Results
2
comments of
liuxiaoyu1104
in smpl_transfer.py , change result_dict["cam_t"] =cam_t to cam_t[1]= -1.0*cam_t[1] result_dict["cam_t"] = [np.array(cam_t, dtype=np.float32)], bendered is normal.
I encountered the same issue, where the first frame was too bright and the later frames were blurry, causing poor temporal consistency. I found that the problem was in https://github.com/huggingface/diffusers/blob/8eb73c872afbe59abab4580aaa591a9851a42e6d/src/diffusers/pipelines/cogvideo/pipeline_cogvideox_image2video.py#L385C9-L390C78....