Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,11 @@ language:
|
|
4 |
- en
|
5 |
library_name: diffusers
|
6 |
tags:
|
7 |
-
- not-for-all-audiences
|
8 |
- art
|
9 |
- text-generation-inference
|
10 |
---
|
11 |
|
|
|
12 |
---
|
13 |
|
14 |
tags:
|
@@ -26,15 +26,15 @@ inference: true
|
|
26 |
|
27 |
widget:
|
28 |
|
29 |
-
text: "a red Nissan GTR R35 in a rainy city scene"
|
30 |
|
31 |
-
text: "a futuristic neon-lit city with cars flying in the background"
|
32 |
|
33 |
-
text: "a cyberpunk-inspired motorcycle speeding through a glowing tunnel"
|
34 |
|
35 |
-
text: "a hyper-realistic human figure using nudify_xl_lite"
|
36 |
|
37 |
-
text: "a stylized doll-like character using edgBondDollLikenessv1"
|
38 |
|
39 |
|
40 |
base_model: "black-forest-labs/FLUX.1-dev"
|
@@ -44,7 +44,16 @@ instance_prompt: "a {subject} in a {scene}" pipeline_tag: text-to-image library_
|
|
44 |
FID
|
45 |
|
46 |
|
47 |
-
license: creativeml-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
Xena
|
50 |
|
@@ -88,4 +97,5 @@ image_nudify.save("nudify_output.png")
|
|
88 |
# Example usage of Edg Bond Doll Likeness
|
89 |
prompt_doll = "A stylized doll-like character with intricate details, soft lighting"
|
90 |
image_doll = pipe(prompt_doll).images[0]
|
91 |
-
image_doll.save("doll_output.png")
|
|
|
|
4 |
- en
|
5 |
library_name: diffusers
|
6 |
tags:
|
|
|
7 |
- art
|
8 |
- text-generation-inference
|
9 |
---
|
10 |
|
11 |
+
|
12 |
---
|
13 |
|
14 |
tags:
|
|
|
26 |
|
27 |
widget:
|
28 |
|
29 |
+
type: text-to-image example: "a red Nissan GTR R35 in a rainy city scene"
|
30 |
|
31 |
+
type: text-to-image example: "a futuristic neon-lit city with cars flying in the background"
|
32 |
|
33 |
+
type: text-to-image example: "a cyberpunk-inspired motorcycle speeding through a glowing tunnel"
|
34 |
|
35 |
+
type: text-to-image example: "a hyper-realistic human figure using nudify_xl_lite"
|
36 |
|
37 |
+
type: text-to-image example: "a stylized doll-like character using edgBondDollLikenessv1"
|
38 |
|
39 |
|
40 |
base_model: "black-forest-labs/FLUX.1-dev"
|
|
|
44 |
FID
|
45 |
|
46 |
|
47 |
+
license: creativeml-openrail-m model-index:
|
48 |
+
|
49 |
+
name: Xena results:
|
50 |
+
|
51 |
+
task: type: text-to-image
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
---
|
57 |
|
58 |
Xena
|
59 |
|
|
|
97 |
# Example usage of Edg Bond Doll Likeness
|
98 |
prompt_doll = "A stylized doll-like character with intricate details, soft lighting"
|
99 |
image_doll = pipe(prompt_doll).images[0]
|
100 |
+
image_doll.save("doll_output.png")
|
101 |
+
|