Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
3 |
---
|
4 |
---
|
5 |
pipeline_tag: text-to-image
|
@@ -39,5 +41,4 @@ var result = await pipeline.GenerateImageAsync(promptOptions, schedulerOptions);
|
|
39 |
await result.SaveAsync("Result.png");
|
40 |
```
|
41 |
## Inference Result
|
42 |
-
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65f275d7b06ca1ff48a356fb/s4V0xtXJchfk9Uy_39VYo.png)
|
43 |
-
|
|
|
1 |
---
|
2 |
+
license: openrail++
|
3 |
+
base_model:
|
4 |
+
- stabilityai/stable-diffusion-xl-base-1.0
|
5 |
---
|
6 |
---
|
7 |
pipeline_tag: text-to-image
|
|
|
41 |
await result.SaveAsync("Result.png");
|
42 |
```
|
43 |
## Inference Result
|
44 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/65f275d7b06ca1ff48a356fb/s4V0xtXJchfk9Uy_39VYo.png)
|
|