Update README.md
Browse files
README.md
CHANGED
@@ -26,4 +26,8 @@ var result = await pipeline.GenerateImageAsync(promptOptions);
|
|
26 |
await result.SaveAsync("Result.png");
|
27 |
```
|
28 |
## Inference Result
|
29 |
-
![Intro Image](Sample.png)
|
|
|
|
|
|
|
|
|
|
26 |
await result.SaveAsync("Result.png");
|
27 |
```
|
28 |
## Inference Result
|
29 |
+
![Intro Image](Sample.png)
|
30 |
+
|
31 |
+
## License
|
32 |
+
|
33 |
+
The SDXL Turbo Model is licensed under the Stability AI Non-Commercial Research Community License, Copyright (c) Stability AI Ltd. All Rights Reserved.
|