==== Installation ==== * [[https://www.youtube.com/watch?v=mcqREz9xE74|Rough video guide]] ==== Getting Cuda to work ==== * Test if Cuda is working for Pytorch: ''python -c "import torch; print(torch.cuda.is_available())"'' * Update nvidia drivers * If Cuda works but not in virtual environment update in the virtual environment: source /venv/bin/activate pip install -r requirements.txt pip install --upgrade pip setuptools wheel pip install --upgrade torch torchvision ==== Prompts ==== * [[https://www.reddit.com/r/StableDiffusion/comments/142ar2i/stable_diffusion_cheat_sheets/|cheat sheet]] * [[https://supagruen.github.io/StableDiffusion-CheatSheet/|cheat sheet with example images]]