From c1cff127aa92cd650578c975dab68d835d9fbd2e Mon Sep 17 00:00:00 2001 From: novarobot <88540431+novarobot@users.noreply.github.com> Date: Tue, 21 Mar 2023 20:42:22 +0100 Subject: [PATCH] Update README.md modify specific --- README.md | 47 +++++++++++++---------------------------------- 1 file changed, 13 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index 309cb38..f5970df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +FORK from https://github.com/darkhemic/stable-diffusion-cpuonly + +Debian 10 and Debian 11 work ! + +Windows NOT TESTED, visit original repo ! + # Stable Diffusion CPU only This fork of Stable-Diffusion doesn't require a high end graphics card and runs exclusively on your cpu. It's been tested on Linux Mint 22.04 and Windows 10. @@ -11,21 +17,7 @@ A install guide video is located here. https://www.youtube.com/watch?v=mTrA4uDiK ## Requirements -### Windows and Linux requirements - -Install Anaconda -https://www.anaconda.com/ -Yes even on a linux system anaconda needs to be installed. - -### Windows - -##### Install Visual Studio Community Edition to build 1 file. -Click on the free download and make sure to check "Desktop Development with C++" when installing as per this image -(https://learn.microsoft.com/en-us/cpp/get-started/media/vs2022-installer-workloads.png?view=msvc-170) - - -https://visualstudio.microsoft.com/downloads/?q=build+tools - +Miniconda : https://docs.conda.io/en/latest/miniconda.html ##### Install Git @@ -41,10 +33,6 @@ https://eternallybored.org/misc/wget/ download the .exe and I copied it to my C:/Windows/System directory (this isn't the correct way just the fastest to get it working) -reboot your system just to make sure everything is properly loaded up. - -### Linux Mint 22.04 - Install git and wget with the following command ``` sudo apt-get -y install git wget build-essential @@ -69,33 +57,24 @@ https://github.com/TencentARC/GFPGAN/releases/download/v1.3.0/GFPGANv1.3.pth copy the file to your stable-diffusion-cpuponly-main directory -### Windows - Running the install script -open a terminal or powershell and cd to your stable-diffusion-cpuonly-main directory and run -``` -.\install_sdco.bat -``` +create manual conda enviroment and activate ! (optional, but strongly recommended) + ### Linux - Running the install script open a terminal or powershell and cd to your stable-diffusion-cpuonly-main directory and run ``` -bash -i install_sdco.sh +install_sdco.sh ``` - -## Windows - Starting Stable-Diffusion-cpuonly +## Linux - Starting Stable-Diffusion-cpuonly Run the following command -``` -.\run_sdco.bat -``` -## Linux - Starting Stable-Diffusion-cpuonly +activate manual conda enviroment ! (optional, but strongly recommended) -Run the following command +run_sdco.sh ``` -bash -i run_sdco.sh -``` # Stable Diffusion