James

Results 18 comments of James

You need to increase your DDR3 or DDR4 RAM to 32GB, 64GB or 128GB. This is not about the memory of the GPU

I did the changes above, but I get this error: Traceback (most recent call last): File "src/launcher.py", line 146, in main(sys.argv[1:], exp_config.ExpConfig) File "src/launcher.py", line 142, in main session =...

> What Python version did you use when creating the conda environment? Can you use multiple GPUs, e.g. GPU0 and GPU1 ?

CUDA 12 is not supported by PyTorch You should uninstall CUDA12

I created a venv for Python 3.10.6, but I still get the error: RuntimeError: Couldn't install torch. Command: "C:\Users\James\stable-diffusion-webui\venv\Scripts\python.exe" -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113 Error code: 1 stdout:...

@aliencaocao I tried that: (automatic) C:\Users\James\stable-diffusion-webui>pip install torch-1.12.1+cu113-cp310-cp310-win_amd64.whl --force-reinstall Processing c:\users\james\stable-diffusion-webui\torch-1.12.1+cu113-cp310-cp310-win_amd64.whl Collecting typing-extensions Using cached typing_extensions-4.4.0-py3-none-any.whl (26 kB) Installing collected packages: typing-extensions, torch Attempting uninstall: typing-extensions Found existing installation: typing_extensions...

Hi everyone, I just went and downloaded Python 3.10.6 for Windows from https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe I opened a basic command prompt via cmd.exe, rather than Anaconda prompt. Did not activate a venv...

@aliencaocao could you please explain your reply above further? On my first attempt I first created an Python 3.6.10 environment in Windows (_I had not downloaded the Python 3.6.10 .exe...