Replies: 2 comments 4 replies
-
Add |
Beta Was this translation helpful? Give feedback.
-
If you have problems with CPU mode, try installing Pytouch CPU version.Administrator Console (PowerShell or Command Prompt)PS C:\Users\user>cmd Edit WebUI_user.bat and add environment variables.set COMMANDLINE_ARGS= --skip-torch-cuda-test --precision full --no-half --use-cpu SD GFPGAN BSRGAN ESRGAN SCUNet CodeFormer --all *Add --no half as most CPUs do not support AVX 512 (BFloat16). If you have problems with GPU mode, check if your CUDA version and Python's GPU allocation are correct.For Windows 11, assign Python.exe to a specific CUDA GPU from the multi-GPU list. *For older Geforces with no CUDA support that don't automatically switch to CPU mode, this step may fix the issue. (Keplor architecture or Older and Multi GPU or Hybrid Graphics System) xformers are not supported in CPU Mode. If you have set --xformers to bat file as an environment variable even once, please uninstall it.*Administrator Console (PowerShell or Command Prompt) Change the alias settings if you have problems running Python.When reverting to the GPU version*For Windown+Radeon, you can use Shark Stable Diffuion (Vulkan MLIR/IREE Compiler). Administrator Console (PowerShell or Command Prompt)PS C:\Users\user>cmd *A runtime error may occur if the version of the Geforce driver and CUDA toolkit and PyTorch Compatibility do not match. Edit WebUI_user.bat for Low Vram CARD (4GB 512x512 Recommended)set COMMANDLINE_ARGS=--medvram |
Beta Was this translation helpful? Give feedback.
-
I have tried using "--use-cpu all" this lets the webui to start but the generate button does not work or do anything, nothing shows for an output for any error or anything. Also looks like the text for it is red but i am not 100% sure, it might also just be the browser or something.
Beta Was this translation helpful? Give feedback.
All reactions