Skip to main content

Posts

Showing posts from August, 2023

Sample images generated in stable-diffusion-webui

 Sample images generated in stable-diffusion-webui

stable-diffusion-webui set Clip skip slider

How to set Clip skip slider quick setting -->Click on Settings tab -->select User interface section

stable-diffusion-webui Lora usage

Stable-Diffusion-Webui Lora usage  Currently running 1.5.2 Lora can be used directly within webui without requiring any additional installation after setup. Where to place Lora files to use it within stable-diffusion-webui : (your-file-path) \stable-diffusion-webui\stable-diffusion-webui\models\Lora (make sure to download the compatible Lora files. SDv1.5 trained Lora will not run on SDv2+ .) How to activate Lora? --> Click on show/ hide extra networks -->Tab over to Lora . All available Lora files will be displayed . -->You can activate / use the lora prompt by simply clicking on the required Lora . Adjust the intensity to required level . Scale is 0 to 2. More Settings for Lora files and check details  -->click edit (tools symbol) --> Details about the Lora will be displayed including the related activation texts . --> Quick activation can be set here . -Auto generate prompts for copy paste , it is randomly generated  -Using the slider you can set default intensity

Stable-diffusion-webui output folders

 After generating the images the files will be stored to dated folders based on type of generation used. Located here : (your-file-path) \stable-diffusion-webui\stable-diffusion-webui\outputs Images generated using: Extras Tab -  will be stored to extras-images . Img2img - separate images will be stored to img2img-images . Grid images will be stored to img2img-grid . The same paths are used for inpaint generation. Txt2img -  separate images will be stored to txt2img-images . Grid images will be stored to  txt2img -grid .

Stable-diffusion-webui webui-user.bat file

webui-user.bat Various configuration for stable-diffusion-webui webui-user.bat file. Default file configuration The configuration available by default after cloning stable-diffusion-webui inside the webui-user.bat file. @echo off set PYTHON= set GIT= set VENV_DIR= set COMMANDLINE_ARGS= call webui.bat File configuration below 8gb gpu and 16xx series Use the below code if your gpu is under 8gb and of 16xx nvidia series. With this half precision errors will get resolved and more memory will be available for rendering. @echo off set PYTHON= set GIT= set VENV_DIR= set COMMANDLINE_ARGS= --no-half-vae --medvram call webui.bat File configuration for openpaint extension  Add --api flag to the args . This can also be clubbed with other args. This flag has to be set to use the openpaint withing the stable-diffusion-webui  @echo off set PYTHON= set GIT= set VENV_DIR= set COMMANDLINE_ARGS= --api call webui.bat File configuration for openpaint extension on low

Topics

Show more