Successfully launch stable-diffusion-webui on windows #15365
Replies: 1 comment 1 reply
-
--lowvram is only needed if you have a low memory gpu 6gb of vram and you want to run the SDXL models. do not use it if you have a better gpu because it will kill your generation speed by a lot. the launch arguments should be, for SD1.5 on a 6Gb Vram card set COMMANDLINE_ARGS=--xformers --theme dark which has only the optional xformers and forces the dark theme on automatic. If this doesn't work for you then you may have some issues with the installation these are the packages that have no issues at the moment of writing this comment automatic [v1.8.0] • python: 3.10.11 • torch: 2.1.2+cu121 • xformers: 0.0.23.post1 • gradio: 3.41.2 to make SDXL and pony generations on 6GbRAM you need only set COMMANDLINE_ARGS=--xformers --lowvram --theme dark this will generate images at 1300px more or less |
Beta Was this translation helpful? Give feedback.
-
Successfully launch stable-diffusion-webui.
【webui-user.bat 】sets the behavioral parameters of the application
set COMMANDLINE_ARGS= --lowvram --precision full --no-half --skip-torch-cuda-test
【webui.bat】 set python 3.10.6 path
set PYTHON="C:\Users\User\AppData\Local\Programs\Python\Python310\Python.exe"
Confirm【 installation python3.10.6】
C:\Users\User>python --version
Python 3.10.6
Confirm 【installing cuda driver】
C:\Users\User>nvcc --version
nvcc: NVIDIA (R) Cuda Compiler Driver
Copyright (c) 2005-2024 NVIDIA Corporation.
Built on Tue_Feb_27_16:28:36_Pacific_Standard_Time_2024
Cuda Compilation Tool, Version 12.4, V12.4.99
Build cuda_12.4.r12.4/compiler.33961263_0
I hope this helps you, my friends!
Beta Was this translation helpful? Give feedback.
All reactions