thwri
commited on
Commit
•
36ca773
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +142 -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,142 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
dark fantasy art a warrior clad in black armor stands on a desolate
|
11 |
+
battlefield, his helmet's visage twisted into a grimace. the sky above is a
|
12 |
+
tumultuous swirl of dark clouds and lightning, mirroring the chaos below. in
|
13 |
+
his hand, a sword drips with an ethereal light, casting eerie shadows on the
|
14 |
+
scorched earth around him.
|
15 |
+
parameters:
|
16 |
+
negative_prompt: >-
|
17 |
+
photographic, realistic, realism, 35mm film, dslr, cropped, frame, text,
|
18 |
+
deformed, glitch, noise, noisy, off-center, deformed, cross-eyed, closed
|
19 |
+
eyes, bad anatomy, ugly, disfigured, sloppy, duplicate, mutated, black and
|
20 |
+
white
|
21 |
+
output:
|
22 |
+
url: images/dark_gothic_fantasy_000.jpg
|
23 |
+
- text: >-
|
24 |
+
a tall, gaunt figure cloaked in shadows looms in a moonlit graveyard. his
|
25 |
+
cloak seems to be woven from the night itself, trailing edges dissolving
|
26 |
+
into smoke. around him, gravestones lean and crumble, and a faint, eerie
|
27 |
+
glow emanates from the ground, suggesting the presence of restless spirits.
|
28 |
+
output:
|
29 |
+
url: images/dark_gothic_fantasy_001.jpg
|
30 |
+
- text: >-
|
31 |
+
dark fantasy art a dark figure shrouded in a cloak stands before a throne
|
32 |
+
made from a grotesque skull tree in the heart of a haunted forest. the
|
33 |
+
throne sits atop a chilling pile of skulls, illuminated by the eerie glow of
|
34 |
+
moonlight. this fantasy art scene is draped in an ominous and spooky
|
35 |
+
atmosphere, with the full moon casting its cold light over a desolate
|
36 |
+
graveyard. the figure's eyes glow red, mirroring the red and black color
|
37 |
+
scheme that dominates this digital illustration. around, skeletal motifs and
|
38 |
+
glowing elements create a horror theme, enhancing the sense of dread. the
|
39 |
+
air is thick with the essence of the night, making every shadow seem alive
|
40 |
+
and every silence a whisper of the past.
|
41 |
+
parameters:
|
42 |
+
negative_prompt: >-
|
43 |
+
photographic, realistic, realism, 35mm film, dslr, cropped, frame, text,
|
44 |
+
deformed, glitch, noise, noisy, off-center, deformed, cross-eyed, closed
|
45 |
+
eyes, bad anatomy, ugly, disfigured, sloppy, duplicate, mutated, black and
|
46 |
+
white
|
47 |
+
output:
|
48 |
+
url: images/dark_gothic_fantasy_002.jpg
|
49 |
+
- text: >-
|
50 |
+
dark fantasy art a knight clad in tarnished armor, perched atop a decrepit
|
51 |
+
throne in a vast, deserted hall. his helmet hides his face, leaving only
|
52 |
+
glowing red eyes visible. the throne is entwined with thorny vines, and the
|
53 |
+
air is thick with mist.
|
54 |
+
parameters:
|
55 |
+
negative_prompt: >-
|
56 |
+
photographic, realistic, realism, 35mm film, dslr, cropped, frame, text,
|
57 |
+
deformed, glitch, noise, noisy, off-center, deformed, cross-eyed, closed
|
58 |
+
eyes, bad anatomy, ugly, disfigured, sloppy, duplicate, mutated, black and
|
59 |
+
white
|
60 |
+
output:
|
61 |
+
url: images/dark_gothic_fantasy_003.jpg
|
62 |
+
- text: >-
|
63 |
+
dark gothic fantasy art a pale figure with long white hair stands in the
|
64 |
+
center of an eerie landscape, holding a staff made of twisted roots. the sky
|
65 |
+
is filled with dark clouds and the air is thick with mist. behind him, a
|
66 |
+
castle looms ominously on a hilltop, its walls black as night.
|
67 |
+
output:
|
68 |
+
url: images/dark_gothic_fantasy_004.jpg
|
69 |
+
- text: >-
|
70 |
+
dark fantasy art in a chamber hidden deep beneath the earth, a necromancer
|
71 |
+
chants over an altar of bone, the air thick with the aroma of ancient
|
72 |
+
incantations. around him, the walls are lined with the remains of the
|
73 |
+
forgotten, their whispers filling the space with a chilling melody. his
|
74 |
+
hands are raised, summoning the shadows to do his bidding, each movement a
|
75 |
+
dance with death.
|
76 |
+
parameters:
|
77 |
+
negative_prompt: >-
|
78 |
+
photographic, realistic, realism, 35mm film, dslr, cropped, frame, text,
|
79 |
+
deformed, glitch, noise, noisy, off-center, deformed, cross-eyed, closed
|
80 |
+
eyes, bad anatomy, ugly, disfigured, sloppy, duplicate, mutated, black and
|
81 |
+
white
|
82 |
+
output:
|
83 |
+
url: images/dark_gothic_fantasy_005.jpg
|
84 |
+
- text: >-
|
85 |
+
dark fantasy art in a world where the sky bleeds crimson, a lone gunslinger
|
86 |
+
walks through a town abandoned to the sands of time. his cloak flutters in
|
87 |
+
the hot wind, revealing an arsenal of otherworldly weapons. his eyes, hidden
|
88 |
+
beneath a wide-brimmed hat, scan the horizon for the specters that haunt
|
89 |
+
this place.
|
90 |
+
parameters:
|
91 |
+
negative_prompt: >-
|
92 |
+
photographic, realistic, realism, 35mm film, dslr, cropped, frame, text,
|
93 |
+
deformed, glitch, noise, noisy, off-center, deformed, cross-eyed, closed
|
94 |
+
eyes, bad anatomy, ugly, disfigured, sloppy, duplicate, mutated, black and
|
95 |
+
white
|
96 |
+
output:
|
97 |
+
url: images/dark_gothic_fantasy_006.jpg
|
98 |
+
- text: >-
|
99 |
+
dark fantasy art deep within an industrial wasteland, a cyborg with circuits
|
100 |
+
glowing like molten lava stalks through the shadows. his mechanical limbs
|
101 |
+
are crafted with precision, merging flesh and steel into a perfect predator.
|
102 |
+
above him, the sky is choked with smoke, casting the world into a perpetual
|
103 |
+
dusk.
|
104 |
+
parameters:
|
105 |
+
negative_prompt: >-
|
106 |
+
photographic, realistic, realism, 35mm film, dslr, cropped, frame, text,
|
107 |
+
deformed, glitch, noise, noisy, off-center, deformed, cross-eyed, closed
|
108 |
+
eyes, bad anatomy, ugly, disfigured, sloppy, duplicate, mutated, black and
|
109 |
+
white
|
110 |
+
output:
|
111 |
+
url: images/dark_gothic_fantasy_007.jpg
|
112 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
113 |
+
instance_prompt: stable-diffusion, lora, template:sd-lora, style, dark, gothic, fantasy
|
114 |
+
license: wtfpl
|
115 |
+
---
|
116 |
+
# Dark Gothic Fantasy
|
117 |
+
|
118 |
+
<Gallery />
|
119 |
+
|
120 |
+
|
121 |
+
## Trigger words
|
122 |
+
|
123 |
+
You should use `stable-diffusion` to trigger the image generation.
|
124 |
+
|
125 |
+
You should use `lora` to trigger the image generation.
|
126 |
+
|
127 |
+
You should use `template:sd-lora` to trigger the image generation.
|
128 |
+
|
129 |
+
You should use `style` to trigger the image generation.
|
130 |
+
|
131 |
+
You should use `dark` to trigger the image generation.
|
132 |
+
|
133 |
+
You should use `gothic` to trigger the image generation.
|
134 |
+
|
135 |
+
You should use `fantasy` to trigger the image generation.
|
136 |
+
|
137 |
+
|
138 |
+
## Download model
|
139 |
+
|
140 |
+
Weights for this model are available in Safetensors format.
|
141 |
+
|
142 |
+
[Download](/thwri/dark-gothic-fantasy-xl/tree/main) them in the Files & versions tab.
|