Giter Site home page Giter Site logo

Comments (6)

O-O1024 avatar O-O1024 commented on July 30, 2024 1

@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

from echomimic.

O-O1024 avatar O-O1024 commented on July 30, 2024

Gradio

搜狗截图20240711211409

from echomimic.

nitinmukesh avatar nitinmukesh commented on July 30, 2024

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

from echomimic.

yuange250 avatar yuange250 commented on July 30, 2024

厉害了我的哥👍👍👍

from echomimic.

stella0909 avatar stella0909 commented on July 30, 2024

已用,感恩!

from echomimic.

nitinmukesh avatar nitinmukesh commented on July 30, 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

from echomimic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.