ReiskaC
ReiskaC
I just installed webui-directml according to the guide and had several stumbling blocks: 1. The install script failed on a mystical error about denied access to onnx DLL's - As...
With --use-directml (and also with --use-directml --precision-full --no-half) I get the same failure on webui-user.bat: venv "F:\stable-diffusion-webui-directml\venv\Scripts\Python.exe" fatal: No names found, cannot describe anything. Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023,...
With "set COMMANDLINE_ARGS=--skip-torch-cuda-test --precision full --no-half" it starts up at least: venv "F:\stable-diffusion-webui-directml\venv\Scripts\Python.exe" fatal: No names found, cannot describe anything. Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64...
I did a full clean of the environment including uninstalling all python versions, reinstalling everything and incorporating @CS1o's guidance and got the environment running on GPU (Radeon 7900 XTX, 24GB)...
Sadly tying to upscale in img2img gives the same OoO errors: --- snip --- Traceback (most recent call last): File "F:\stable-diffusion-webui-directml\modules\call_queue.py", line 57, in f res = list(func(*args, **kwargs)) File...