Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 964 Bytes

install-stable-diffusion.md

File metadata and controls

43 lines (38 loc) · 964 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
install-stable-diffusion
miscellaneous
public
2022-09-12 15:01:25 -0700
2024-09-23 13:57:04 -0700
false
20220912220125
attachments/20220912220125.html
false
false
stable-diffusion
nvidia
gpu
cuda
conda
ai
art
machine-learning
github
Install InvokeAI Stable Diffusion Fork
tech-note

Follow steps here but it's easier to run the Anaconda install with the -b flag as below.

$ ./Anaconda3-2022.05-Linux-x86_64.sh -b

Furthermore, with Anaconda we don't want it to be activated on login, so disable that with the below command:

$ conda config --set auto_activate_base false