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