You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(musev) root@cde83a51a985:/workspace/scripts/gradio# python app.py
Already download the model.
Traceback (most recent call last):
File "/workspace/scripts/gradio/app.py", line 35, in
from gradio_video2video import online_v2v_inference
File "/workspace/scripts/gradio/gradio_video2video.py", line 17, in
from diffusers import AutoencoderKL
ImportError: cannot import name 'AutoencoderKL' from 'diffusers' (/workspace/diffusers/init.py)
The text was updated successfully, but these errors were encountered:
(musev) root@cde83a51a985:/workspace/scripts/gradio# python app.py
Already download the model.
Traceback (most recent call last):
File "/workspace/scripts/gradio/app.py", line 35, in
from gradio_video2video import online_v2v_inference
File "/workspace/scripts/gradio/gradio_video2video.py", line 17, in
from diffusers import AutoencoderKL
ImportError: cannot import name 'AutoencoderKL' from 'diffusers' (/workspace/diffusers/init.py)
The text was updated successfully, but these errors were encountered: