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