Editable Mesh
...
Usage Guide
webui-user.bat/webui-user.sh command line parameters
7 min
you can add command line parameters to the webui user bat file to make some settings for the stable diffusion web ui edit batch file to add command line parameters to the webui user bat file , you can edit it by following the steps below tip tips for macos users macos users should perform the following processes in the webui user sh shell file instead of webui user bat 1\ right click on the webui user bat file and select 'edit' alt text 2 find the line set commandline args= and add the desired command line parameters next to it example if you added the api parameter @echo off set python= set git= set venv dir= set commandline args= api call webui bat 3\ enter additional parameters if there are more command line parameters you want to add, continue on the same line example if you added the api and xformers parameters together @echo off set python= set git= set venv dir= set commandline args= api xformers call webui bat 4 when you are done editing, save the file and close the window \ api the following must be added for integration between stable diffusion web ui and umodeler x tip access test in web browser if you have installed stable diffusion and webui on your computer, try accessing http //127 0 0 1 7860/sdapi/v1/samplers http //127 0 0 1 7860/sdapi/v1/samplers in your web browser if the api option is set correctly, a list of samplers will appear, and if the option setting is incorrect, you will see {"detail" "not found"} if the list of samplers appears but you cannot connect through umodeler x, it's likely an issue with umodeler x itself in that case, please contact us via discord or email if you see not found, check whether you have added the api option in the webui user bat or webui user sh file vram related parameters \ medvram enable settings optimized for systems with medium vram \ lowvram enable settings optimized for systems with low levels of vram \ xformers enable the use of the xformers library info xformers xformers is a transformer library , the library's optimizations allow for faster image generation and reduced vram usage command line parameter recommendations based on vram 4gb of vram lowvram xformers 8gb of vram medvram xformers 12gb or more of vram xformers