1. Update the models to 8 dec.
2. precision is default to `fp16` in CLI.
3. version is default to `v2.1base` in CLI as well as web.
4. The default scheduler is set to `EulerDiscrete` now.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>
1. Add schedulers option in web UI.
2. Remove random seed checkbox as the same functionality can be achieved
by passing -1(or any negative number) to the seed.
Signed-Off-by: Gaurav Shukla
Signed-off-by: Gaurav Shukla
1. Now the server can be launched with command line args.
2. The `precision` and `scheduler` parameters are now part of command
line args instead of UI.
3. Add vae encode model wrapper.
Signed-Off-by: Gaurav Shukla
* [WEB] CSS changes to the web-ui (#465)
This commit updates UI with styling.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>
* [WEB] Update the title (#466)
* [WEB] Add support for long prompts (#467)
* [WEB] fix background color
Signed-Off-by: Gaurav Shukla
* [WEB] Remove long prompts support
It removes support to long prompts due to higher lag in loading long prompts.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs>
* [WEB] Update nod logo and enable debug feature.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>
Signed-off-by: Gaurav Shukla
Signed-off-by: Gaurav Shukla <gaurav@nod-labs>
The vae and unet models(both fp16 and fp32 variant) can be loaded at
server startup in order to reduce web response time.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
This commit cache some of the model parameters to reduce the response
time of shark web.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>
This commit enables live preview feature and also updates stable
diffusion web UI.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>
This commit removes live preview feature for now as it's not functional.
This feature will be added in the next patch.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
This commit updates SD script to save the compiled module and also adds
live preview of generated images.
Signed-off-by: Gaurav Shukla<gaurav@nod-labs.com>
1. This commit adds support to display logs in the shark-web.
2. It also adds nod logo in the home page.
3. Stable-diffusion outputs are being saved now.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
Update the location of stable-diffusion mlir file since there is some
problem with iree-compile.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>
1. This commit adds stable-diffusion as a part of shark web.
2. The V-diffusion model has been disabled for now as it's not
working(will raise a different patch with fix).
3. Add standard output in the web ui.
4. Add instructions to launch the shark-web.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>
This commit removes unused parameters in the v-diffusion model. It also
updated the server parameters in order to make multiple requests to be
handled sequentially.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>