Video-Motion-Customization icon indicating copy to clipboard operation
Video-Motion-Customization copied to clipboard

RuntimeError: expected scalar type Float but found Half

Open tanshuai0219 opened this issue 11 months ago • 0 comments

prompt_embeds = self.text_encoder( text_input_ids.to(device), attention_mask=attention_mask, )

get eroor "RuntimeError: expected scalar type Float but found Half"

tanshuai0219 avatar Mar 24 '25 06:03 tanshuai0219