Code Monkey home page Code Monkey logo

Comments (4)

lalanikarim avatar lalanikarim commented on June 13, 2024 4

To fix this update moviepy package and tqdm package to latest versions.
Run the following commands from within automatic1111 folder where you have venv sub-folder

source ./venv/bin/activate
pip install moviepy==1.0.3
pip install tqdm==4.66.1

from sd-webui-text2video.

alienware377 avatar alienware377 commented on June 13, 2024 1

>216

It wasn't exactly "fixed" in that the plugin author didn't fix the problem, but it's easily fixable by yourself by using the methods outlined in the thread linked above.

I'm reopening this since I do think the extension author should look into fixing it. Basically the problem is just that this extension replaces your current tqdm installed version with an older one, presumably on accident, which breaks your entire auto1111 installation.

Simply upgrading the tqdm version, or removing the extension and deleting the venv folder, letting it repopulate, backing up the tqdm folders as mentioned in the link, re-installing the extension, then replacing the newly installed old tqdm with the backup, should work to fix it regardless of whether the extension author fixes the issue on their side.

from sd-webui-text2video.

alienware377 avatar alienware377 commented on June 13, 2024

i'm super dumb, i don't know how i didn't notice the same issue in the bug thread 2 wks ago. closing this now

from sd-webui-text2video.

Faisalalali avatar Faisalalali commented on June 13, 2024

Is this fixed? I'm still getting a similar error in the latest commit on a fresh install.

Details

Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
Version: v1.6.0
Commit hash: 5ef669de080814067961f28357256e8fe27544f4
Launching Web UI with arguments:
Traceback (most recent call last):
  File "C:\somewhere\sd.webui\webui\launch.py", line 48, in <module>
    main()
  File "C:\somewhere\sd.webui\webui\launch.py", line 44, in main
    start()
  File "C:\somewhere\sd.webui\webui\modules\launch_utils.py", line 432, in start
    import webui
  File "C:\somewhere\sd.webui\webui\webui.py", line 13, in <module>
    initialize.imports()
  File "C:\somewhere\sd.webui\webui\modules\initialize.py", line 21, in imports
    import gradio  # noqa: F401
  File "C:\somewhere\sd.webui\system\python\lib\site-packages\gradio\__init__.py", line 3, in <module>
    import gradio.components as components
  File "C:\somewhere\sd.webui\system\python\lib\site-packages\gradio\components\__init__.py", line 1, in <module>
    from gradio.components.annotated_image import AnnotatedImage
  File "C:\somewhere\sd.webui\system\python\lib\site-packages\gradio\components\annotated_image.py", line 8, in <module>
    from gradio_client.documentation import document, set_documentation_group
  File "C:\somewhere\sd.webui\system\python\lib\site-packages\gradio_client\__init__.py", line 1, in <module>
    from gradio_client.client import Client
  File "C:\somewhere\sd.webui\system\python\lib\site-packages\gradio_client\client.py", line 24, in <module>
    from huggingface_hub import CommitOperationAdd, SpaceHardware, SpaceStage
  File "C:\somewhere\sd.webui\system\python\lib\site-packages\huggingface_hub\__init__.py", line 332, in __getattr__
    submod = importlib.import_module(submod_path)
  File "importlib\__init__.py", line 126, in import_module
  File "C:\somewhere\sd.webui\system\python\lib\site-packages\huggingface_hub\hf_api.py", line 51, in <module>
    from huggingface_hub.utils import (
  File "C:\somewhere\sd.webui\system\python\lib\site-packages\huggingface_hub\utils\__init__.py", line 18, in <module>
    from . import tqdm as _tqdm  # _tqdm is the module
  File "C:\somewhere\sd.webui\system\python\lib\site-packages\huggingface_hub\utils\tqdm.py", line 63, in <module>
    from tqdm.auto import tqdm as old_tqdm
ModuleNotFoundError: No module named 'tqdm.auto'
Press any key to continue . . .

from sd-webui-text2video.

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.