On-Device-Stable-Diffusion icon indicating copy to clipboard operation
On-Device-Stable-Diffusion copied to clipboard

Sdxl

Open KintCark opened this issue 1 year ago • 2 comments

Hey can u please add stable diffusion sdxl and 1.5 these are the best versions of Stable Diffusion I like this needs more sd 1.4 models from civitai and but if u can please make an local sdxl Diffusion app please I really want to use sdxl offline:)

KintCark avatar Apr 01 '24 21:04 KintCark

Also make it where we can add different models

KintCark avatar Apr 08 '24 00:04 KintCark

Also make it where we can add different models

In this project, I utilized Keras' implementation of the Stable Diffusion 1.4 model as a proof of concept for On-Device Stable-Diffusion. Given the computational constraints of mobile devices, employing the SDXL model may not be feasible (though quantized models might work). To attempt running the SDXL model, you will have to convert the models into mobile-friendly formats such as TFlite or ONNX. Then, select a suitable scheduling algorithm and implement it in Dart. Both of these processes are time-consuming and challenging. Note that, if your objective is just local inference on a PC, there are numerous repositories available for such purposes

Anthrapper avatar Apr 17 '24 07:04 Anthrapper