Kvikontent
commited on
Commit
•
20d47ef
1
Parent(s):
c0847c0
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,7 @@
|
|
2 |
license: openrail
|
3 |
language:
|
4 |
- en
|
|
|
5 |
library_name: diffusers
|
6 |
pipeline_tag: text-to-image
|
7 |
tags:
|
@@ -16,15 +17,17 @@ tags:
|
|
16 |
- lora
|
17 |
base_model: runwayml/stable-diffusion-v1-5
|
18 |
widget:
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
|
28 |
---
|
29 |
|
30 |
# Midjourney V6
|
@@ -54,4 +57,4 @@ image_bytes = query({
|
|
54 |
import io
|
55 |
from PIL import Image
|
56 |
image = Image.open(io.BytesIO(image_bytes))
|
57 |
-
```
|
|
|
2 |
license: openrail
|
3 |
language:
|
4 |
- en
|
5 |
+
- ru
|
6 |
library_name: diffusers
|
7 |
pipeline_tag: text-to-image
|
8 |
tags:
|
|
|
17 |
- lora
|
18 |
base_model: runwayml/stable-diffusion-v1-5
|
19 |
widget:
|
20 |
+
- text: ed sheeran made of thnderstorm clouds, lights, thunder, rain, particles
|
21 |
+
output:
|
22 |
+
url: images/ed.png
|
23 |
+
- text: silhouette of a dog in the thunderstorm clouds, thumder, photo, bad weather,
|
24 |
+
output:
|
25 |
+
url: images/dog.png
|
26 |
+
- text: >-
|
27 |
+
A professional photo of a beautiful night waterfall in the jungle with a
|
28 |
+
touch of blue and a few fireflies flying around
|
29 |
+
output:
|
30 |
+
url: images/water.png
|
31 |
---
|
32 |
|
33 |
# Midjourney V6
|
|
|
57 |
import io
|
58 |
from PIL import Image
|
59 |
image = Image.open(io.BytesIO(image_bytes))
|
60 |
+
```
|