https://github.com/ccode-lang/kindastable-diffusion
https://github.com/ccode-lang/kindastable-diffusion
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ccode-lang/kindastable-diffusion
- Owner: Ccode-lang
- Created: 2023-02-24T23:01:20.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T23:16:44.000Z (over 3 years ago)
- Last Synced: 2025-10-26T09:22:59.567Z (8 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kinda stable diffusion
Just some optimized stable diffusion scripts I made.
# calling from cmd
```bash
python .py []
```
# PC specs needed
* 8GB vram.
* Cuda capable GPU.
* Windows 10 or more.
# setting up
1. Install Cuda 11.7 or more
2. Install python 3 (I use 3.10)
3. Install PyTorch.
3. Run `pip install -r requirements.txt`
4. You are ready to go! (On first run (of each generator) it takes a while to start up because it downloads the model that it needs (if you want to uninstall these they are contained within the `.config` folder inside your home folder under transformers.))