From f813718f0d33838766fefd46bf0b12f32f132dac Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Mon, 22 Jul 2024 19:38:53 +0200 Subject: [PATCH] Updated readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 070da44..5371080 100644 --- a/README.md +++ b/README.md @@ -15,5 +15,10 @@ If you want to add your own native-libraries or need more control over which bac ### Example ```csharp using StableDiffusionModel sd = new(@"", new ModelParameter()); -using StableDiffusionImage image = sd.TextToImage("", new StableDiffusionParameter()); +IImage image = sd.TextToImage("", new StableDiffusionParameter()); ``` + + +To process the resulting image further you can write your own extensions or install one of the [HPPH](https://github.com/DarthAffe/HPPH)-extension sets: +[HPPH.System.Drawing](https://www.nuget.org/packages/HPPH.System.Drawing) +[HPPH.SkiaSharp](https://www.nuget.org/packages/HPPH.SkiaSharp) \ No newline at end of file