diff options
| -rw-r--r-- | blog/stable-diffusion-nixos.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/blog/stable-diffusion-nixos.markdown b/blog/stable-diffusion-nixos.markdown index 46b7bb9..058a4e6 100644 --- a/blog/stable-diffusion-nixos.markdown +++ b/blog/stable-diffusion-nixos.markdown @@ -104,6 +104,10 @@ this likely barely hacked together AI/ML thing. Here is what I needed to do in order to get things installed on NixOS: +First I cloned the [optimized version of Stable Diffusion for GPUs with low +amounts of vram](https://github.com/basujindal/stable-diffusion) and then I ran +these commands: + ``` $ nix shell nixpkgs#conda $ conda-shell |
