From 67a37efcd9a180014539b44144f6b3e071adbc6f Mon Sep 17 00:00:00 2001 From: hackit-coder Date: Sun, 6 Oct 2024 09:06:36 +0530 Subject: [PATCH] Update README.md Made the interface good by adjusting images. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a351ab667..cb92698c7 100644 --- a/README.md +++ b/README.md @@ -92,27 +92,27 @@ We also provide a some command line based examples using state of the art models the LLaMA model using the same quantization techniques as [llama.cpp](https://github.com/ggerganov/llama.cpp). - + - [Stable Diffusion](./candle-examples/examples/stable-diffusion/): text to image generative model, support for the 1.5, 2.1, SDXL 1.0 and Turbo versions. - + - [Wuerstchen](./candle-examples/examples/wuerstchen/): another text to image generative model. - + - [yolo-v3](./candle-examples/examples/yolo-v3/) and [yolo-v8](./candle-examples/examples/yolo-v8/): object detection and pose estimation models. - + - [segment-anything](./candle-examples/examples/segment-anything/): image segmentation model with prompt. - + - [SegFormer](./candle-examples/examples/segformer/): transformer based semantic segmentation model. - [Whisper](./candle-examples/examples/whisper/): speech recognition model.