Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Readme.md #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down