Skip to content

Latest commit

 

History

History
42 lines (38 loc) · 972 Bytes

File metadata and controls

42 lines (38 loc) · 972 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/install-stable-diffusion.html
false
false
ai
art
conda
cuda
github
gpu
machine-learning
nvidia
stable-diffusion
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