In this repository I will experiment with different pipelines and workflows for stable diffusion primeraly using the hugging face Diffusors library. Furthermore I will try to train dreambooths and LoRas.
- > 16 GB RAM
- GPU with > 8 GB VRAM
- Python 3.11
git clone https://github.com/MrWhatZitToYaa/Diffusors.git
cd Diffusors
Optional (recommended): Create a virtual environment:
venv:
python3 -m venv diffVenv
source diffVenv/bin/activate
Then, install the package via
pip install -e .
To set up the development environment, run the following commands:
pip install -e .[dev]
If you use my repository for your research, please cite it using the following
@software{testingStableDiffusion_Tatsch,
author = {Nikita Tatsch},
title = {Tests with Stable Diffusion},
month = jan,
year = 2024,
publisher = {GitHub},
version = {1.0.0},
url = {https://github.com/MrWhatZitToYaa/Diffusors.git}
}