An open API service indexing awesome lists of open source software.

https://github.com/aatrick/lightdiffusion-og

Original version of LightDiffusion with only one python script and only supporting SD1.5 image generation
https://github.com/aatrick/lightdiffusion-og

ai artificial-intelligence deep-learning diffusion generative-ai gui image-generation pytorch stable-diffusion text2image torch

Last synced: 25 days ago
JSON representation

Original version of LightDiffusion with only one python script and only supporting SD1.5 image generation

Awesome Lists containing this project

README

        

# 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](https://github.com/Aatrick/Aatricks1111/assets/113598245/c127a5c5-1662-485f-b73d-fb1be75538b1)

## Installation

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

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