CiaraStrawberry / TemporalKit

An all in one solution for adding Temporal Stability to a Stable Diffusion Render via an automatic1111 extension
GNU General Public License v3.0
1.91k stars 125 forks source link

ModuleNotFoundError: No module named 'tqdm.auto' #133

Open AmMo73 opened 7 months ago

AmMo73 commented 7 months ago

getting this error on Mac, does anyone have a solve for it? thx!!

kigy1 commented 7 months ago

this solution work with me in windows but i thinks it's same

use pip install tqdm==4.57.0

this how if you dont know how to do it in your sd folder go to (venv) then (Scripts) and copy the full path

in cmd type cd path-you-copy-it it will be some thing like that cd C:\Users\pc\Desktop\ai\stable-diffusion-webui-master1.7.0\venv\Scripts

then type activate (for active the environment)

then type pip install tqdm==4.57.0

done

cocomine commented 5 months ago

I'm waiting for the owner to approve the merge, as a short term solution you can use my forked version first https://github.com/cocomine/TemporalKit

seetimee commented 5 months ago

I'm waiting for the owner to approve the merge, as a short term solution you can use my forked version first https://github.com/cocomine/TemporalKit

it worked THANKS