Update README.md
Browse files







@@ -1,11 +1,10 @@
|
|
1 |
-
|
2 |
-
license: openrail
|
3 |
---
|
4 |
license: creativeml-openrail-m
|
5 |
tags:
|
6 |
- stable-diffusion
|
7 |
- text-to-image
|
8 |
-
|
9 |
code example:
|
10 |
|
11 |
from diffusers import StableDiffusionPipeline
|
@@ -22,5 +21,8 @@ prompt = "arcaneface, a beautiful girl"
|
|
22 |
image = pipe(prompt).images[0]
|
23 |
|
24 |
image.save("example.png")
|
|
|
|
|
25 |
|
|
|
26 |
|
|
|
1 |
+
|
|
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
tags:
|
5 |
- stable-diffusion
|
6 |
- text-to-image
|
7 |
+
---
|
8 |
code example:
|
9 |
|
10 |
from diffusers import StableDiffusionPipeline
|
|
|
21 |
image = pipe(prompt).images[0]
|
22 |
|
23 |
image.save("example.png")
|
24 |
+
---
|
25 |
+
|
26 |
|
27 |
+
picture example:
|
28 |
|