Skip to content

Commit 2895e0e

Browse files
authored
Merge pull request #13 from DarthAffe/HPPH
Updated readme
2 parents 17f3e34 + f813718 commit 2895e0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ If you want to add your own native-libraries or need more control over which bac
1515
### Example
1616
```csharp
1717
using StableDiffusionModel sd = new(@"<path_to_model>", new ModelParameter());
18-
using StableDiffusionImage image = sd.TextToImage("<prompt>", new StableDiffusionParameter());
18+
IImage<ColorRGB> image = sd.TextToImage("<prompt>", new StableDiffusionParameter());
1919
```
20+
21+
22+
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:
23+
[HPPH.System.Drawing](https://www.nuget.org/packages/HPPH.System.Drawing)
24+
[HPPH.SkiaSharp](https://www.nuget.org/packages/HPPH.SkiaSharp)

0 commit comments

Comments
 (0)