I found the Windows version of these scripts while watching this video on Youtube, I did not write any of the python scripts. Original location for Windows version: https://drive.google.com/file/d/1z7lDaItYAm-3zNSTCIm1nRVkn8As-Wh3/view
The following changes were made:
- Added
low_ram.sh
andlow_ram_nvidia.sh
- In
optimized/optimized_txt2img.py
file, on line 33, changeddoptimizedSD\v1-inference.yaml
tooptimized-scripts/v1-inference.yaml
- In
optimizedSD/optimized_txt2img.py
file, on line 34, changedmodel v1.3.ckpt
tomodels/ldm/stable-diffusion-v1/model.ckpt
- The same changes were made to
optimized-scripts/optimized_img2img.py
on line 50 and 51 - Renamed
optimizedSD
folder and all references tooptimized-scripts
The low_ram.sh
assumes you are using a 6700XT or 6750XT, please look up if you need to make adjustments for any other cards to the environment variables at the start of the file.