-
Notifications
You must be signed in to change notification settings - Fork 126
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
problem starting a1111 because of tqdm error when installing temporalkit #104
Comments
Because the dependency currently used by this plug-in uses an old version of tqdm, an error occurs. The short-term solution is to manually install a new version(4.66.1) of tqdm.
|
Hello, it worked but i needed to install 4.57.0 for anyone that has the same problem i am going to pose the solution because it is different in linux python -m venv /home/stablediffusion/git/stable-diffusion-webui/venv/ EXPECTED OUTPUT: stablediffusion@stablediffusion: |
never mind version 4.66.1 seem to work find i think i did something wrong the first time |
Glad to hear you had success, remember to mark the issue as closed, thanks. |
My TemporalKit isn't showed in my sd, don't know why |
同样的操作,我的视频是7201280的,因为显卡不够,用TemporalKit第一步生成关键帧的时候选择360640,生成后也批量图生图了,为什么到TemporalKit的预处理这一步后,我的数字文件夹下的keys目录没有图片呢?请教, |
I've fixed it but since I don't have direct access to this repository, you can temporarily use my forked version https://github.com/cocomine/TemporalKit. |
Does not for me:
|
To solve, I ran
|
My SD version is 1.9.4, and I followed the steps to successfully start WebUI after installing Temporal Kit, but it's not shown in the WebUI, it says |
when i installed temporalkit and restarted a1111 i got this error
from tqdm.auto import tqdm as old_tqdm
ModuleNotFoundError: No module named 'tqdm.auto'
from what i can see this error is caused by the newer version of tqdm.
i read a tread on github about people having the same issue, i tryed all of there fixes but they do not seem to work.
they mention installing tqdm version 4.57.0 but it does not seem to work for me, maybe i am doing somthing wrong
url to the tread: https://discuss.huggingface.co/t/sd-auto-1111-no-module-named-tqdm-auto/49659/13
i am running under a vm of linux mint with a nvidia titan v and 16gb of ram
i did all of the sudo apt update / upgrade and the git pull stuff already
if anyone know a fix to this issue please let me know
The text was updated successfully, but these errors were encountered: