afrofail
afrofail
This solved the problem! Thank you for taking the time to figure this out! Forge  Automatic1111 
> Haven't tested to verify myself yet, but taking a cursory look at the infotext in the screenshots, you're using `Euler a` in both UIs, but in Forge, your eta...
 
> ENSD  Changed ENSD to 0 and still have the same issue between the two.
> @afrofail Can you let me know if #494 resolves this for you? It's not a complete solution as it undoes some changes by lvmin, but it would make this...
> I believe AUTOMATIC1111 fixed the issue minutes after you posted: [45c46f4](https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/45c46f4cb3d6924882bd944712be168c7c2f605d) Did the issue fix itself - after you did a git pull? I did run the git pull....
Creating venv in directory venv using python "C:\Users\User\AppData\Local\Programs\Python\Python310\python.exe" venv "C:\stable-diffusion-webui\venv\Scripts\Python.exe" Python 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)] Commit hash: Installing torch Traceback (most recent call...
> Make sure that line 109 in "launch.py" reads exactly as follows: `run_python("import torch; assert torch.cuda.is_available(), 'Torch is not able to use GPU; add --skip-torch-cuda-test to COMMANDINE_ARGS variable to disable...
> Did you install by running `git clone` or download the source code as zip? If you did not `git clone`, this will happen, and you need to do `git...
> I'll give it a shot and see if this helps. Thanks for the input and keeping tabs with issues all the time, I know it's really hard to keep...