mobile_app_open icon indicating copy to clipboard operation
mobile_app_open copied to clipboard

make the number of steps of stable diffusion configuration

Open freedomtan opened this issue 1 year ago • 0 comments

the tflite implementation https://github.com/mlcommons/mobile_app_open/blob/master/mobile_back_tflite/cpp/backend_tflite/stable_diffusion_pipeline.h#L40

supposed, both

  • the seed, and
  • the number of steps (default to 20)

should be configurable from the app or from the pbtxt (task description, https://github.com/mlcommons/mobile_app_open/blob/master/flutter/assets/tasks.pbtxt).

(let's change the tflite backend number of steps to 20 first).

freedomtan avatar Sep 24 '24 05:09 freedomtan