Having trouble installing - I've tried several time #3944
Replies: 2 comments
-
|
Update: I did some googling and managed to make the Folder safe this got rid of many of the errors, however when I run the program, it installs TORCH and I still get this error. │ E:\sdnext\webui.py:12 in │ Any idea how I can fix this? |
Beta Was this translation helpful? Give feedback.
-
This should not be needed. This sounds like a permission issue - make sure you're using normal user when cloning sdnext and then running it the first time. You should never use administrator. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Windows 10 - 4090 GPU
I tried following the YouTube video instructions.
I also tried following the directions page.
I reinstalled both Git and Python version 3.10.6.
The first time I run the bath file I get this;
_E:\sdnext>webui.bat --debug --use-cuda
Using python: "C:\Users\mikie\AppData\Local\Programs\Python\Python310\python.exe"
Creating VENV: E:\sdnext\venv
Using VENV: E:\sdnext\venv
Traceback (most recent call last):
File "E:\sdnext\launch.py", line 330, in
main()
File "E:\sdnext\launch.py", line 238, in main
init_args() # setup argparser and default folders
File "E:\sdnext\launch.py", line 38, in init_args
import modules.cmd_args
File "E:\sdnext\modules\cmd_args.py", line 4, in
from modules.paths import data_path
File "E:\sdnext\modules\paths.py", line 7, in
from modules.errors import log
File "E:\sdnext\modules\errors.py", line 7, in
setup_logging()
File "E:\sdnext\installer.py", line 135, in setup_logging
from rich.theme import Theme
ModuleNotFoundError: No module named 'rich'
Press any key to continue . . ._
If I run the bat file again, I first get his warning.
WARNING Deleted files: ["tal: detected dubious ownership in repository at 'E:/sdnext'", ":/sdnext' is
on a file system that does not record ownership", 'add an exception for this directory, call:',
'it config --global --add safe.directory E:/sdnext']
It continues and then say's that it's install TORCH but then it stops working and I get this;
│ E:\sdnext\modules\loader.py:18 in │
│ │
│ 17 # os.environ.setdefault('TORCH_LOGS', '-all') │
│ ❱ 18 import torch # pylint: disable=C0411 │
│ 19 if torch.version.startswith('2.5.0'): │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
ModuleNotFoundError: No module named 'torch'
Press any key to continue . . .
This is on a brand new USB Hard Drive with nothing else on it.
Any ideas how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions