widget samples
Browse files
README.md
CHANGED
@@ -7,11 +7,50 @@ tags:
|
|
7 |
- stable-diffusion
|
8 |
- text-to-image
|
9 |
- diffusers
|
10 |
-
- di.
|
11 |
inference: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
language:
|
13 |
- en
|
14 |
-
pipeline_tag: text-to-image
|
15 |
---
|
16 |
|
17 |
# FFusionXL "temp" Model Card
|
@@ -35,5 +74,4 @@ from diffusers import DiffusionPipeline
|
|
35 |
import torch
|
36 |
|
37 |
pipe = DiffusionPipeline.from_pretrained("FFusion/FFusionXL-BASE", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
|
38 |
-
```
|
39 |
-
|
|
|
7 |
- stable-diffusion
|
8 |
- text-to-image
|
9 |
- diffusers
|
10 |
+
- di.FFusion.ai
|
11 |
inference: true
|
12 |
+
widget:
|
13 |
+
- text: >-
|
14 |
+
a sprinkled donut sitting on top of a table, blender donut tutorial,
|
15 |
+
colorful hyperrealism, everything is made of candy, hyperrealistic digital
|
16 |
+
painting, covered in sprinkles and crumbs, vibrant colors hyper realism,
|
17 |
+
colorful smoke explosion background
|
18 |
+
example_title: Donut FFusion
|
19 |
+
- text: >-
|
20 |
+
a cup of coffee with a tree in it, surreal art, awesome great composition,
|
21 |
+
surrealism!!!!, cafe in the clouds, perfectly realistic yet surreal,
|
22 |
+
surreal realistic, floating trees, amazing composition, dream scenery art,
|
23 |
+
whimsical surrealism, surreal composition, trending artistic art,
|
24 |
+
surrealism art, surreal scene, surrealistic painting, surreal style,
|
25 |
+
surreal illustration
|
26 |
+
example_title: Coffee FFusion
|
27 |
+
- text: >-
|
28 |
+
brightly colored headphones with a splash of paint and music notes, vibing
|
29 |
+
to music, artistic illustration, stunning artwork, music is life,
|
30 |
+
beautiful digital artwork, headphones on, listening to music, music
|
31 |
+
poster, synesthesia, music in the air, listening to godly music, style
|
32 |
+
hybrid mix of beeple, headphones, digital artwork 4 k, side profile
|
33 |
+
artwork, no humans, planet, space, black background, cable, simple
|
34 |
+
background, concept art, cinematic, dramatic, intricate details, dark
|
35 |
+
lighting
|
36 |
+
example_title: Headset FFusion
|
37 |
+
- text: >-
|
38 |
+
a group of three blocks with a picture of a boat in the middle of them,
|
39 |
+
surreal 3 d render, 3 d epic illustrations, 3 d artistic render, inspired
|
40 |
+
by Matthias Jung, environmental key art, erik johansson style, surreal
|
41 |
+
concept art, alexander jansson style, cube portals, masterpiece, 3
|
42 |
+
d render surrealistic digital artwork
|
43 |
+
example_title: Digital Fusion
|
44 |
+
- text: >-
|
45 |
+
a dog in colorful exploding clouds,dreamlike surrealism colorful smoke and fire coming
|
46 |
+
out of it,explosion of data fragments,exploding background,realistic
|
47 |
+
explosion,3d digital art 4k,fire and explosion,explosion,background
|
48 |
+
explosion,cinema 4 d art,shattering,beeple. hyperrealism,explosion
|
49 |
+
background,rendered in cinema 4 d,rendered in cinema4d,explosive
|
50 |
+
background
|
51 |
+
example_title: Dogo FFusion
|
52 |
language:
|
53 |
- en
|
|
|
54 |
---
|
55 |
|
56 |
# FFusionXL "temp" Model Card
|
|
|
74 |
import torch
|
75 |
|
76 |
pipe = DiffusionPipeline.from_pretrained("FFusion/FFusionXL-BASE", torch_dtype=torch.float16, use_safetensors=True, variant="fp16")
|
77 |
+
```
|
|