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
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?
The text was updated successfully, but these errors were encountered:
I will try this. However, my plan is to run the image on Unraid, so making a new image will probably be the way forward. I also tried making a new image based on a fork, but maybe it's more straight forward to simply base the new image on yours. If re-installing tqdm works, I'll post it here.
When installing sd-webui-text2video with the CUDA image I get the following error:
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?
The text was updated successfully, but these errors were encountered: