You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there. When generating images at 512×768 using Euler A, 20 sampling steps, no highres fix, with --xformers --medvram enabled, my system RAM spikes to 100% while GPU VRAM usage is low. Only things using my GPU at the moment are DWM and CSRSS. It causes Windows to freeze and sometimes crashes Opera GX (other browsers too, mostly) and some other apps like Discord, Steam etc. at the same time. PyTorch correctly detects my GPU, so the generation is supposed to run on VRAM.
With my settings I think even my 2060 can handle 512x768 and it does most of the time, but this crash thing and RAM spike also happens frequently. Using Python: 3.10.6, OS: Windows 10 (19045.6216), Torch: 2.1.2+cu121, xformers: 0.0.23.post1.
If there is something wrong with my setup please guide me to fix it. Thank you in advance.
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS= --xformers --medvram --force-enable-xformers
set XFORMERS_FORCE_DISABLE_TRITON=1
call webui.bat
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there. When generating images at 512×768 using Euler A, 20 sampling steps, no highres fix, with --xformers --medvram enabled, my system RAM spikes to 100% while GPU VRAM usage is low. Only things using my GPU at the moment are DWM and CSRSS. It causes Windows to freeze and sometimes crashes Opera GX (other browsers too, mostly) and some other apps like Discord, Steam etc. at the same time. PyTorch correctly detects my GPU, so the generation is supposed to run on VRAM.
With my settings I think even my 2060 can handle 512x768 and it does most of the time, but this crash thing and RAM spike also happens frequently. Using Python: 3.10.6, OS: Windows 10 (19045.6216), Torch: 2.1.2+cu121, xformers: 0.0.23.post1.
If there is something wrong with my setup please guide me to fix it. Thank you in advance.
About torch and cuda:
Webui-user.bat:
Beta Was this translation helpful? Give feedback.
All reactions