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
- Host: GitHub
- URL: https://github.com/aatrick/lightdiffusion-og
- Owner: Aatrick
- License: gpl-3.0
- Created: 2024-12-12T22:35:54.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T22:56:56.000Z (4 months ago)
- Last Synced: 2024-12-12T23:31:13.261Z (4 months ago)
- Topics: ai, artificial-intelligence, deep-learning, diffusion, generative-ai, gui, image-generation, pytorch, stable-diffusion, text2image, torch
- Language: Python
- Homepage: https://aatrick.github.io/LightDiffusion/
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## 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
```