Commands
nomisia list
List all the available models that you can run with Nomisia and show their memory requirements.
nomisia list
nomisia run
Run the specified model on your local machine.
nomisia run [model-name]
nomisia stop
Stop the running container and Gradio application for the specified model.
nomisia stop [model-name]
nomisia log
Check the logs from the API and Gradio interface for the specified model.
nomisia log api [model-name]
nomisia log gradio [model-name]
nomisia update
Check for latest update and applied it to your Nomisia installation.
nomisia update