* Convenient command to test image generation from the command line, without writing python code: `python -m sdkit -p 'Astronaut riding a horse' -m 'path/to/sd-model.safetensors'`
* Minor refactor - move torch-device utilities to `torchruntime`
* Minor bugfix (remove a missed hardcoding of cuda)
Install using `python -m pip install sdkit==2.0.22.2`