diff --git a/.gitignore b/.gitignore index 9ff7b7f7..047b7b5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,6 @@ # Files *.safetensors *.gguf -*.png -*.jpeg -*.jpg *.bin *.mp3 *.wav diff --git a/README.md b/README.md index 0160d481..0b9b9bea 100644 --- a/README.md +++ b/README.md @@ -189,4 +189,4 @@ will create an interactive session with text generation | --------------------- | --------------- | --------- | -------------------------------- | | stable-diffusion-v1-4 | Computer Vision | GGUF | `nexa gen-image sd1-4` | | stable-diffusion-v1-5 | Computer Vision | GGUF/ONNX | `nexa gen-image sd1-5` | -| lcm-dreamshaper | Computer Vision | GGUF/ONNX | `nexa gen-image lcm-dreamshaper` | +| lcm-dreamshaper | Computer Vision | GGUF/ONNX | `nexa gen-image lcm-dreamshaper` | \ No newline at end of file diff --git a/assets/banner.png b/assets/banner.png new file mode 100644 index 00000000..fcaa3859 Binary files /dev/null and b/assets/banner.png differ