From c2fb7418896a0fa05dc3e59fc96312c6e9cdd471 Mon Sep 17 00:00:00 2001 From: Techuuu <135726634+Techuuu@users.noreply.github.com> Date: Tue, 31 Oct 2023 21:04:25 +0530 Subject: [PATCH] Update Readme.md Fixed typos and improved docs. --- Readme.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Readme.md b/Readme.md index 48c6c8c..e79ac56 100644 --- a/Readme.md +++ b/Readme.md @@ -18,19 +18,19 @@ Using OpenVINO, it took 10 seconds to create a single 512x512 image on a Core i7 ![FastSD CPU Desktop GUI Screenshot](https://raw.githubusercontent.com/rupeshs/fastsdcpu/main/docs/images/fastsdcpu-gui.jpg) ## Features -- Supports 256,512,768 image sizes -- Supports Windows and Linux -- Saves images and diffusion setting used to generate the image -- Settings to control,steps,guidance and seed -- Added safety checker setting -- Maximum inference steps increased to 25 +- Supports 256,512,768 image sizes. +- Supports Windows and Linux. +- Saves images and diffusion setting used to generate the image. +- Settings to control,steps,guidance and seed. +- Added safety checker setting. +- Maximum inference steps increased to 25. - Added [OpenVINO](https://github.com/openvinotoolkit/openvino) support -- Added web UI -- Added CommandLine Interface(CLI) -- Fixed OpenVINO image reproducibility issue -- Fixed OpenVINO high RAM usage,thanks [deinferno](https://github.com/deinferno) -- Added multiple image generation support -- Application settings +- Added web UI. +- Added CommandLine Interface.(CLI) +- Fixed OpenVINO image reproducibility issue. +- Fixed OpenVINO high RAM usage,thanks [deinferno](https://github.com/deinferno) . +- Added multiple image generation support. +- Application settings. ## OpenVINO support @@ -58,7 +58,7 @@ You can run in desktop GUI mode or web UI mode. #### Desktop GUI - To start desktop GUI double click `start.bat` #### Web UI -- To start web UI double click `start-webui.bat` +- To start web UI, double click `start-webui.bat` ## FastSD CPU on Linux Ensure that you have Python 3.8 or higher version installed.