From f073b9c30ff9d247705487c5f3b2fd1e7eb4c972 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Thu, 14 Dec 2023 22:21:24 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2c634d6..10f6ba1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # StableDiffusion.NET -Based on -https://github.com/seasonjs/stable-diffusion.cpp-build +Based on +https://github.com/seasonjs/stable-diffusion.cpp-build https://github.com/leejet/stable-diffusion.cpp ## Usage @@ -13,4 +13,4 @@ Run `build.bat` to build the native libs (modify params like CUDA-builds if need using StableDiffusionModel sd = new(@"", new ModelParameter()); using StableDiffusionParameter parameter = new StableDiffusionParameter(); using Image image = sd.TextToImage("", parameter); -``` \ No newline at end of file +```