Commit
·
b0cfdfd
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +127 -0
.gitattributes
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
37 |
+
# Audio files - uncompressed
|
38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
41 |
+
# Audio files - compressed
|
42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
47 |
+
# Image files - uncompressed
|
48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
# Image files - compressed
|
53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,127 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
Cinematic, low-key lighting, a wooden carved ballerina covered in dust and
|
10 |
+
spiderwebs on a corner of an old abandoned theater that looks haunted, soft
|
11 |
+
lights around the ballerina, realistic photography, 8k, ultra realistic
|
12 |
+
textures <lora:WOODEnv2:1>
|
13 |
+
parameters:
|
14 |
+
negative_prompt: 'Guidance: 1 Steps: 35 Seed: 3416621192'
|
15 |
+
output:
|
16 |
+
url: images/00386-3416621192.png
|
17 |
+
- text: >-
|
18 |
+
Against the warm, golden hour backdrop, a stunning double exposure unfolds.
|
19 |
+
A driftwood greek goddess making her hands and arms up in the sky, carved
|
20 |
+
into a tree log, stands tall on the desolate temple. Her figure is shrouded
|
21 |
+
in vines, decayed and decomposed wood, putrid and mold in this eerie scene.
|
22 |
+
The camera captures every detail: the intricate textures of wood, the slimy
|
23 |
+
tendrils of the vines, and the rotten wood. In 8K resolution, the image
|
24 |
+
bursts with life-like color and clarity, transporting viewers to a
|
25 |
+
hauntingly beautiful world.<lora:WOODEnv2:1>
|
26 |
+
parameters:
|
27 |
+
negative_prompt: 'Guidance: 1 Steps: 35 Seed: 4261766964'
|
28 |
+
output:
|
29 |
+
url: images/00369-4261766964.png
|
30 |
+
- text: >-
|
31 |
+
A masterpiece, cinematic, dreamlike lighting, dramatic lighting,
|
32 |
+
surrealistic worm's eye view, at night, half body shot, looking at viewer,
|
33 |
+
of an ultra detailed carved wood woman with a realistic beautiful face and
|
34 |
+
wild loose hair fusing with a piece of old mossy ancient wood, deeply
|
35 |
+
inside a rain forest filled with vegetation, fog covers part of her body,
|
36 |
+
she's sitting there like a haunting eerie figure in shrouded by a beautiful
|
37 |
+
landscape and mystery, ultra realistic, utra detailed textures, 8k,
|
38 |
+
masterpiece<lora:WOODEnv2:1>
|
39 |
+
parameters:
|
40 |
+
negative_prompt: 'Guidance: 1 Steps: 35 Seed: 1718152722'
|
41 |
+
output:
|
42 |
+
url: images/00392-1718152722.png
|
43 |
+
- text: >-
|
44 |
+
Cinematic, dreamlike lighting, dramatic lighting, at night, worm's eye view,
|
45 |
+
driftwood a beautiful roman woman with loose hair holding a basket, carved
|
46 |
+
into a tree log, with cracks and fissures, half buried into the ground. Her
|
47 |
+
figure is shrouded in vines, decayed and decomposed wood, putrid and mold in
|
48 |
+
this eerie scene. The camera captures every detail: the intricate textures
|
49 |
+
of wood, the slimy tendrils of the vines, and the rotten wood. In 8K
|
50 |
+
resolution, the image bursts with life-like color and clarity, transporting
|
51 |
+
viewers to a hauntingly beautiful world.<lora:WOODEnv2:1>
|
52 |
+
parameters:
|
53 |
+
negative_prompt: 'Guidance: 1 Steps: 35 Seed: 2755186743'
|
54 |
+
output:
|
55 |
+
url: images/00403-2755186743.png
|
56 |
+
- text: >-
|
57 |
+
Cinematic, low-key lighting, a broken very old wooden carved discolored
|
58 |
+
ballerina covered in dust and abundant spiderwebs thrown into a corner of an
|
59 |
+
old abandoned theater that looks haunted, soft lights around the ballerina,
|
60 |
+
realistic photography, 8k, ultra realistic textures <lora:WOODEnv2:1>
|
61 |
+
parameters:
|
62 |
+
negative_prompt: 'Guidance: 1 Steps: 35 Seed: 4151849258'
|
63 |
+
output:
|
64 |
+
url: images/00365-4151849258.png
|
65 |
+
- text: >-
|
66 |
+
Cinematic, dreamlike lighting, dramatic lighting, at night, worm's eye view,
|
67 |
+
driftwood a beautiful roman woman with loose hair holding a basket with
|
68 |
+
food, carved into a tree log, with cracks and fissures, half buried into the
|
69 |
+
ground. Her figure is shrouded in vines, decayed and decomposed wood, putrid
|
70 |
+
and mold in this eerie scene. The camera captures every detail: the
|
71 |
+
intricate textures of wood, the slimy tendrils of the vines, and the rotten
|
72 |
+
wood. In 8K resolution, the image bursts with life-like color and clarity,
|
73 |
+
transporting viewers to a hauntingly beautiful world. <lora:WOODEnv2:1>
|
74 |
+
parameters:
|
75 |
+
negative_prompt: 'Guidance: 1 Steps: 35 Seed: 3810488002'
|
76 |
+
output:
|
77 |
+
url: images/00413-3810488002.png
|
78 |
+
- text: >-
|
79 |
+
Cinematic, full body shot of a double exposure of a beautiful woman made of
|
80 |
+
driftwood and branche buried in the sand and covered by sea weed and
|
81 |
+
barnacles, frozen in time in a desolated shore, golden hour lighting, real
|
82 |
+
photography, ultra detailed, ultra quality, colors and
|
83 |
+
textures.<lora:WOODEnv2:1>
|
84 |
+
parameters:
|
85 |
+
negative_prompt: 'Guidance: 1 Steps: 35 Seed: 2612038463'
|
86 |
+
output:
|
87 |
+
url: images/00374-2612038463.png
|
88 |
+
- text: >-
|
89 |
+
Cinematic, dreamlike lighting, dramatic lighting, at night, worm's eye view,
|
90 |
+
driftwood a beautiful roman woman with loose hair holding a basket with
|
91 |
+
food, carved into a tree log, with cracks and fissures, half buried into the
|
92 |
+
ground. Her figure is shrouded in vines, decayed and decomposed wood, putrid
|
93 |
+
and mold in this eerie scene. The camera captures every detail: the
|
94 |
+
intricate textures of wood, the slimy tendrils of the vines, and the rotten
|
95 |
+
wood. In 8K resolution, the image bursts with life-like color and clarity,
|
96 |
+
transporting viewers to a hauntingly beautiful world. <lora:WOODEnv2:1>
|
97 |
+
parameters:
|
98 |
+
negative_prompt: 'Guidance: 1 Steps: 35 Seed: 3810488000'
|
99 |
+
output:
|
100 |
+
url: images/00411-3810488000.png
|
101 |
+
base_model: black-forest-labs/FLUX.1-dev
|
102 |
+
instance_prompt: null
|
103 |
+
license: unknown
|
104 |
+
---
|
105 |
+
# Wooden Dreams&Fantasies Flux
|
106 |
+
|
107 |
+
<Gallery />
|
108 |
+
|
109 |
+
## Model description
|
110 |
+
|
111 |
+
FROM https://civitai.com/models/814607?modelVersionId=1511164
|
112 |
+
|
113 |
+
Triggers wdff
|
114 |
+
|
115 |
+
Strength 1
|
116 |
+
|
117 |
+
Wooden Dreams&Fantasies Flux
|
118 |
+
Wooden Dreams&Fantasies Flux creates wooden inspired images with interesting carved & wood textures, with various influences with elements of art, fantasy, surrealism and style to create amazing images that can range from artistic photography to fully unleashed glorious cgi/drawn artwork. Explore your own creativity and dare to defy reality with the possibilities of this fantastic and surrealistic Lora! Bring your wooden creations to life with this style; add a little bit of wooden art to your life with this lora :D! This style taps into the visual language of the wooden beauty of nature and magical explorations in it.
|
119 |
+
|
120 |
+
*** If you like my loras and models, please consider to support my efforts in my creative work. It doesn't really take much to show your love and support giving a like to the models, posting your images here in the main model page, and leaving a tip or a comment that keep us going. Civitai creators use a lot of our time to make these awesome creations, So please whatever you can do, with buzz or with a heads up to keep us going creating. Believe me it makes a world of a difference, thank you.
|
121 |
+
|
122 |
+
|
123 |
+
## Download model
|
124 |
+
|
125 |
+
Weights for this model are available in Safetensors format.
|
126 |
+
|
127 |
+
[Download](/Jonjew/WoodenDreamsFantasiesFlux/tree/main) them in the Files & versions tab.
|