Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 765 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 765 Bytes

LightDiffusion-og

The purpose of this repository and project is to remake the famous stable-diffusion in only one python script, with the least number of lines and in the least complex way.

Features

  • Original Txt2Img
  • One click install and run (once you've added your .safetensors model)
  • Attention syntax
  • NVIDIA GPU only (with xformers)
  • Saved state in between starts
  • GUI
  • DPM Adaptive

Screenshot 2024-04-26 190424

Installation

Simply clone the repository, add your SD1.5 model in the parent directory and run the run.bat or run.sh file.

git clone https://github.com/Aatrick/LightDiffusion-og.git
cd LightDiffusion-og
.\run.bat