nos icon indicating copy to clipboard operation
nos copied to clipboard

`nos serve`: Serve optimized `nos` model by name

Open spillai opened this issue 1 year ago • 0 comments

  • nos serve -m stability-ai/stable-diffusion-v2: Serve optimized nos model (blocking)
  • nos serve -d stability-ai/stable-diffusion-v2: Serve optimized `nos model (daemon/detached)
  • nos serve -c deployment.yml: Serve collection of models (blocking)
  • nos serve -d -c deployment.yml: Serve collection of models (daemon/detached)

spillai avatar Apr 24 '23 22:04 spillai