ForserX / StableDiffusionUI

Stable Diffusion UI: Diffusers (CUDA/ONNX)
https://discord.gg/HMG82cYNrA
GNU General Public License v3.0
125 stars 14 forks source link

3.1.2 Doesn't download ONNX packages. #8

Closed brknsoul closed 1 year ago

brknsoul commented 1 year ago

After running XUI.exe, it asks to install ONNX packages, but instead running an install, it just starts the GUI.

(Also, 3.1.2's release is called "XUI.3.1.7z", rather than "XUI.3.1.2.7z")

ForserX commented 1 year ago

Do you have python 3.10 installed?

brknsoul commented 1 year ago

Yuppers. image

ForserX commented 1 year ago

Call

py --list
brknsoul commented 1 year ago

I think i'm missing something; image

ForserX commented 1 year ago

Well, that's the root of the problem. There is python, but there is no common name "py" that manages packages

brknsoul commented 1 year ago

How do I install py? Or should I reinstall python 3.10?

ForserX commented 1 year ago

Wait a minute. I need to figure out how to overcome this problem once and for all

brknsoul commented 1 year ago

Is "py" an alias for "python"?

ForserX commented 1 year ago

py - is python launcher.

brknsoul commented 1 year ago

Ok, i'm reinstalling python 3.10.11. I probably missed this; image

EDIT: Ok, now we're cooking! image

Excellent! Thanks for the assist for my derp! image

Closable.

ForserX commented 1 year ago

Eh, and I have already implemented a workaround of the problem.

brknsoul commented 1 year ago

I think it's more my fault. I guess a workaround could be simple "install python > custom > ensure py launcher is ticked" in your readme. :-P

DuckersMcQuack commented 1 year ago

I think it's more my fault. I guess a workaround could be simple "install python > custom > ensure py launcher is ticked" in your readme. :-P

I did just that, reinstalled python by ensuring py launcher was added, added to path and all, but i'm still stuck here. It started to download requirements for onnx, then the cmd disappeared and all that's left is these image

ForserX commented 1 year ago

Run

py  -v torch

If there is no mistake, then everything is fine