Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ _io16: model input is fp16, perform ops in fp16 and write the final result in fp
|
|
17 |
```csharp
|
18 |
// csharp example
|
19 |
// Create Pipeline
|
20 |
-
var pipeline = StableDiffusionPipeline.CreatePipeline("D:\\Models\\stable-diffusion-xl-base-1.
|
21 |
// Prompt
|
22 |
var promptOptions = new PromptOptions
|
23 |
{
|
@@ -29,4 +29,5 @@ var result = await pipeline.GenerateImageAsync(promptOptions, schedulerOptions);
|
|
29 |
await result.SaveAsync("Result.png");
|
30 |
```
|
31 |
## Inference Result
|
32 |
-

|
33 |
+
|