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>
This commit adds adds `v_diffusion` model web visualization as a part of
shark web.
Signed-Off-by: Gaurav Shukla <gaurav@nod-labs.com>
Signed-off-by: Gaurav Shukla <gaurav@nod-labs.com>