Models
With Nomisia, you can run various AI models on your local machine. Nomisia provides a simple and easy-to-use interface to run AI models without any hassle.
Available Models
Here are some of the models that you can run with Nomisia. You can have more information about the models on Nomisia’s official website model page.
Model Name | Model Full Name | Min Memory (MB) | Min GPU Memory (MB) | Description |
---|---|---|---|---|
playground | playground-v2.5-1024px-aesthetic | 13312 | 8192 | Aesthetic quality image generation |
sdcanny | sd-controlnet-canny | 13312 | 8192 | Canny-edge guided image generation |
stablediffusion3 | stable-diffusion-v3 | 13312 | 10240 | High-quality text-to-image generation |
sdxl | stable-diffusion-xl-refiner-1.0 | 13312 | 8192 | Advanced image refinement and generation |
ssd | ssd-1b | 4500 | 6000 | Compact and fast SDXL-based image generation |
flux | flux-v1-schnell | 32768 | 16384 | 12B-parameter model for high-quality text-to-image generation |
liveportrait | liveportrait | 13312 | 16384 | Animates still images to create realistic, dynamic facial movements |
animagine | animagine-xl-3.1 | 13312 | 10240 | Improved anime text-to-image model on Stable Diffusion XL |
Run Models
To run a model with Nomisia, you can use the following command.
nomisia run [model-name]
For example, to run the playground
model, you can use the following command.
nomisia run playground