Devalinor

Results 3 comments of Devalinor

Go to AppData\Local\Programs\Python\Python310\Lib\site-packages\modelscope\models\multi_modal\video_synthesis\diffusion.py and change line 10 - 15 to ``` def _i(tensor, t, x): r"""Index tensor using t and format the output according to x. """ shape = (x.size(0),...

Choosing a higher value than 75 is no problem, the model will be converted without any issues. But using more than 75 tokens in the prompt window don't seem to...

> `Exception: bad shape for TensorRT input x: (1, 4, 64, 64)` seems suspect to me. The 1 should be 2. Cause the min batch size is 1, and the...