kijai / ComfyUI-ADMotionDirector

ComfyUI nodes for training AnimateDiff motion loras
Apache License 2.0
161 stars 14 forks source link

!!! Exception during processing!!! Expected tensor for argument #1 'indices' #16

Closed kratadata closed 4 months ago

kratadata commented 4 months ago

Whenever I try to run the training (using default settings), I am getting the following error when executing ADMD_TrainLora node:

RuntimeError: Expected tensor for argument #1 'indices' to have one of the following scalar types: Long, Int; but got torch.cuda.FloatTensor instead (while checking arguments for embedding)

I am running ComfyUI on 4090RTX with Cuda 12.1 and torch version 2.1.2. Any idea what might be causing it?