From 4bd89ab2e1cfaaebf5c1a2c8cf5107fe88a8ae42 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 29 Aug 2023 15:27:03 +0530 Subject: [PATCH 1/3] How to run --- How to install and run.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/How to install and run.txt b/How to install and run.txt index 8e83ab7c..82212c33 100644 --- a/How to install and run.txt +++ b/How to install and run.txt @@ -1,18 +1,18 @@ -Congrats on downloading Stable Diffusion UI, version 2! +Congrats on downloading Easy Diffusion, version 3! -If you haven't downloaded Stable Diffusion UI yet, please download from https://github.com/easydiffusion/easydiffusion#installation +If you haven't downloaded Easy Diffusion yet, please download from https://github.com/easydiffusion/easydiffusion#installation After downloading, to install please follow these instructions: For Windows: - Please double-click the "Easy-Diffusion-Windows.exe" file and follow the instructions. -For Linux: -- Please open a terminal, unzip the Easy-Diffusion-Linux.zip file and go to the "easy-diffusion" directory. Then run ./start.sh +For Linux and Mac: +- Please open a terminal, and go to the "easy-diffusion" directory. Then run ./start.sh -That file will automatically install everything. After that it will start the Stable Diffusion interface in a web browser. +That file will automatically install everything. After that it will start the Easy Diffusion interface in a web browser. -To start the UI in the future, please run the same command mentioned above. +To start Easy Diffusion in the future, please run the same command mentioned above. If you have any problems, please: From c55ced93db77b04b3a3120775bcb4c42b74e1afe Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 29 Aug 2023 17:48:50 +0530 Subject: [PATCH 2/3] Update FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1a931ea0..80d9613c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,3 +1,4 @@ # These are supported funding model platforms ko_fi: easydiffusion +patreon: easydiffusion From 0c4318fb3145dd8218c074065ea0a36a11830d40 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 29 Aug 2023 17:49:50 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efebf1d..ae527260 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Just delete the `EasyDiffusion` folder to uninstall all the downloaded packages. - **Auto scan for malicious models**: Uses picklescan to prevent malicious models. - **Safetensors support**: Support loading models in the safetensor format, for improved safety. - **Auto-updater**: Gets you the latest improvements and bug-fixes to a rapidly evolving project. -- **Developer Console**: A developer-mode for those who want to modify their Stable Diffusion code, and edit the conda environment. +- **Developer Console**: A developer-mode for those who want to modify their Stable Diffusion code, modify packages, and edit the conda environment. **(and a lot more)**