Allen
commited on
Commit
•
46ca8ce
1
Parent(s):
801a9b1
Remove unused code and update README.md
Browse files- README copy.md +0 -18
- README.md +15 -0
README copy.md
DELETED
@@ -1,18 +0,0 @@
|
|
1 |
-
---
|
2 |
-
tags:
|
3 |
-
- text-to-image
|
4 |
-
- stable-diffusion
|
5 |
-
- diffusers
|
6 |
-
base_model: runwayml/stable-diffusion-v1-5
|
7 |
-
license: creativeml-openrail-m
|
8 |
-
instance_prompt: null
|
9 |
-
widget:
|
10 |
-
- text: >-
|
11 |
-
(Cinematic Aesthetic:1.4) Photo of a beautiful korean fashion model bokeh city night
|
12 |
-
parameters:
|
13 |
-
negative_prompt: >-
|
14 |
-
(worst_quality:2.0) (MajicNegative_V2:0.8) BadNegAnatomyV1-neg bradhands cartoon, cgi, render, illustration, painting, drawing
|
15 |
-
output:
|
16 |
-
url: images/demo.jpeg
|
17 |
-
---
|
18 |
-
<Gallery />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
1 |
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- diffusers
|
6 |
license: creativeml-openrail-m
|
7 |
+
instance_prompt: null
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
(Cinematic Aesthetic:1.4) Photo of a beautiful korean fashion model bokeh city night
|
11 |
+
parameters:
|
12 |
+
negative_prompt: >-
|
13 |
+
(worst_quality:2.0) (MajicNegative_V2:0.8) BadNegAnatomyV1-neg bradhands cartoon, cgi, render, illustration, painting, drawing
|
14 |
+
output:
|
15 |
+
url: images/demo.jpeg
|
16 |
---
|
17 |
+
|
18 |
+
<Gallery />
|