stable-diffusion-webui-docker icon indicating copy to clipboard operation
stable-diffusion-webui-docker copied to clipboard

No module named ‘tqdm.auto’

Open Muxelmann opened this issue 6 months ago • 2 comments

When installing sd-webui-text2video with the CUDA image I get the following error:

...
File "/app/stable-diffusion-webui/venv/lib/python3.11/site-packages/huggingface_hub/utils/tqdm.py", line 89, in ‹module>
    from tqdm.auto import tqdm as old tqdm
ModuleNotFoundError: No module named 'tqdm.auto'

It appears not to be related to the webui, and the issue is still open for sd-webui-text2video. They do suggest a workaround there (install a certain tqdm version), but I am not sure how to implement it with miniconda. Maybe the issue can be resolved with an updated container?

Muxelmann avatar Aug 18 '24 12:08 Muxelmann