AnimateDiff
AnimateDiff copied to clipboard
AttributeError: 'Row' object has no attribute 'style'
A matching Triton is not available, some optimizations will not be enabled.
Error caught was: No module named 'triton'
Traceback (most recent call last):
File "/app/AnimateDiff/app.py", line 327, in
I think that the problem is that you are using gradio version 4 or above.
With gradio==3.41.2 it works fine for me.
pip uninstall gradio
pip install gradio==3.41.2
Fixed that for me