Stable-Diffusion-Android icon indicating copy to clipboard operation
Stable-Diffusion-Android copied to clipboard

Overview / recommendation for the default local models

Open GameOverFlowChart opened this issue 1 year ago • 1 comments

Upon first run the app gives you a bunch of models to choose from if you want to run it local. I know more about language models than image models. For users like me a short description for each model would be helpful. And maybe a suggestion if one is superior. The information could be in the app or even simpler in the readme of this GitHub page.

GameOverFlowChart avatar Jan 29 '25 21:01 GameOverFlowChart

There are 2 separate github repositories that host ONNX and MediaPipe models for SDAI app:

  • https://github.com/ShiftHackZ/Local-Diffusion-Models-SDAI-ONXX
  • https://github.com/ShiftHackZ/Local-Diffusion-Models-SDAI-MediaPipe

Every model has a link to model source, so you can read about additional information about each model there.

ShiftHackZ avatar Feb 11 '25 18:02 ShiftHackZ