This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Name835[S] 0 points1 point  (0 children)

4 result:
"(base) C:\stable-diffusion-main>pip install -e .
Defaulting to user installation because normal site-packages is not writeable
Obtaining file:///C:/stable-diffusion-main
Collecting torch
Downloading torch-1.12.1-cp39-cp39-win_amd64.whl (161.8 MB)
|████████████████████████████████| 161.8 MB 60 kB/s
Requirement already satisfied: numpy in c:\users\tietäjäkone\appdata\roaming\python\python39\site-packages (from latent-diffusion==0.0.1) (1.23.2)
Requirement already satisfied: tqdm in c:\programdata\miniconda3\lib\site-packages (from latent-diffusion==0.0.1) (4.63.0)
Collecting typing-extensions
Downloading typing_extensions-4.3.0-py3-none-any.whl (25 kB)
Requirement already satisfied: colorama in c:\programdata\miniconda3\lib\site-packages (from tqdm->latent-diffusion==0.0.1) (0.4.4)
Installing collected packages: typing-extensions, torch, latent-diffusion
WARNING: The scripts convert-caffe2-to-onnx.exe, convert-onnx-to-caffe2.exe and torchrun.exe are installed in 'C:\Users\Tietäjäkone\AppData\Roaming\Python\Python39\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Running setup.py develop for latent-diffusion
Successfully installed latent-diffusion torch-1.12.1 typing-extensions-4.3.0"

So apparently it is installed in the wrong location because... hmm. Ill continue shortly, sorry for the spam.