Closed ecureuilfourbe closed 1 year ago
you already solve this problem in another issue, my bad
nevermind problem is still there
do this
the problem is having the wrong version of numpy to fix
go to the folder you have automatic1111 install (the stable diffusion folder)
type cmd in the address bar (where the file path is) then enter
this will open cmd in the current folder
then type venv\scripts\activate (this will activate the virtual environment where SD is Installed)
then type pip uninstall numpy
when you rerun tiktok diffusion it will reinstall the correct numpy version
if you want you could install the correct numpy version yourself by typing
pip install "numpy<=1.23.5" (after pip uninstall)
already try that from previous issues, it does not work:
numpy was uninstalled at this point
"Le fichier spécifié est introuvable" = "Files not found"
try this instead pip install numpy==1.23.5
Nope, same error, maybe i'm doing something wrong, I must open the CMD, in the same folder as webui-user.bat , right ?
how about this try this instead pip install "numpy<=1.23.5"
I don't know, numpy is installed:
but I've got the same error again:
update, I fix previous error by learning how to read, but I've got new error, yeah \O/
Try launching again I think that this was an error with SD not having full access to some info until after a delay when you connect to it if you try again it should work
It works if I launch TikTok-Diffusion-webui-user.bat, leave it do it's thing, then launch TikTokDiffusion.bat ans kill the second cmd that open, I'm ok with that
Hello, after a torchvision error that I fix by
pip install torchvision
andpython.exe -m pip install --upgrade pip
, I got this new error, any idea ?Thank you,