Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

做了个 gradio demo 和 jupyter notebook #22

Closed
O-O1024 opened this issue Jul 11, 2024 · 6 comments
Closed

做了个 gradio demo 和 jupyter notebook #22

O-O1024 opened this issue Jul 11, 2024 · 6 comments

Comments

@O-O1024
Copy link

O-O1024 commented Jul 11, 2024

解压文件放到 EchoMimic 根目录下
gradio demo and jupyter notebook.zip

@O-O1024
Copy link
Author

O-O1024 commented Jul 11, 2024

Gradio

搜狗截图20240711211409

@nitinmukesh
Copy link

nitinmukesh commented Jul 11, 2024

@O-O1024
What dependencies to be installed for gradio?
Anything else required other than pip install gradio

@O-O1024
Copy link
Author

O-O1024 commented Jul 11, 2024

@O-O1024 gradio 需要安装哪些依赖项? 除了 pip install gradio 之外,还需要其他什么

original requirements + gradio, IPython, may there are other modules
You can try to run these files and see what modules is required from the errors

@yuange250
Copy link
Contributor

厉害了我的哥👍👍👍

@stella0909
Copy link

已用,感恩!

@nitinmukesh
Copy link

nitinmukesh commented Jul 12, 2024

I am getting this error

(echomimic) C:\sd\EchoMimic>python gradio_app.py
Traceback (most recent call last):
  File "gradio_app.py", line 5, in <module>
    from my_infer_audio2vid import load_config, load_models, infer
  File "C:\sd\EchoMimic\my_infer_audio2vid.py", line 23, in <module>
    from src.models.unet_2d_condition import UNet2DConditionModel
  File "C:\sd\EchoMimic\src\models\unet_2d_condition.py", line 10, in <module>
    from diffusers.models.activations import get_activation
ModuleNotFoundError: No module named 'diffusers.models.activations'

Solution: Check diffusers version
pip install diffusers==0.24.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants