Commit ·
b24e332
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +84 -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,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
Cinematic photo of a succubus sitting comfortably atop of a large tombstone
|
| 10 |
+
looking directly into the eyes of the viewer. Her white hair, dark skin, and
|
| 11 |
+
red eyes stand out in the foggy dim. Smoke float in the air, creating a
|
| 12 |
+
mystical and intense atmosphere. Mystical portal to the hell gates can be
|
| 13 |
+
seen on the background.
|
| 14 |
+
output:
|
| 15 |
+
url: images/00001.jpeg
|
| 16 |
+
- text: >-
|
| 17 |
+
An ultra-realistic, cinematic scene of a dark fae emerges from the shadows,
|
| 18 |
+
her jagged wings torn and glowing faintly like shattered glass. Pale skin
|
| 19 |
+
glistens under moonlight. Her raven-black hair is woven with dead flowers,
|
| 20 |
+
and her eerie eyes—one violet, one hollow black—radiate twisted magic.
|
| 21 |
+
Holding a pulsing crystal emitting dark colorful particles, she exudes
|
| 22 |
+
malevolent beauty. Once a creature of light, she now thrives in darkness,
|
| 23 |
+
feeding on fear and despair, luring lost souls into her cursed domain. Dark
|
| 24 |
+
and eerie atmosphere. Tree in foreground. This image is a masterpiece of
|
| 25 |
+
cinematic storytelling and visual artistry, ideal for anyone who appreciates
|
| 26 |
+
high-detail, immersive fantasy scenes. Mystic purple light glowing on he
|
| 27 |
+
hand. photography, high-resolution, dynamic, energetic,hyper-realistic,
|
| 28 |
+
dramatic lighting, shallow depth of field.),High Detail, Perfect
|
| 29 |
+
Composition, realistic photographic image, interesting backlighting
|
| 30 |
+
output:
|
| 31 |
+
url: images/ComfyUI_temp_giplk_00031_.jpeg
|
| 32 |
+
- text: >-
|
| 33 |
+
Cinematic photo of a young woman with shoulder-length wavy black hair is
|
| 34 |
+
shown from the torso up, holding a glowing katana in front of her. She is
|
| 35 |
+
wearing a traditional kimono that is white with iridescent, vibrant floral
|
| 36 |
+
patterns in shades of pink, orange, blue, and green. The katana has a
|
| 37 |
+
glowing, rainbow-colored blade, with the hilt held firmly in both her hands.
|
| 38 |
+
Her right hand, visible and ungloved, grips the handle near the bottom,
|
| 39 |
+
while her left hand, wearing a black glove, is placed near the guard. Her
|
| 40 |
+
expression is calm, her gaze lowered. The kimono drapes softly over her
|
| 41 |
+
form, and colorful, ethereal flowers seem to emerge from the fabric. The
|
| 42 |
+
background is dark and minimal, which contrasts sharply with the vibrant
|
| 43 |
+
light coming from the sword and the glowing floral patterns on her clothing.
|
| 44 |
+
The lighting emphasizes the soft glow of the sword and flowers, creating a
|
| 45 |
+
magical, serene atmosphere. The perspective is a close-up shot focusing on
|
| 46 |
+
the upper half of her body, highlighting the intricate details of her kimono
|
| 47 |
+
and the vibrant, colorful light effects. photography, high-resolution,
|
| 48 |
+
dynamic, energetic,hyper-realistic, dramatic lighting, shallow depth of
|
| 49 |
+
field.),High Detail, Perfect Composition, realistic photographic image,
|
| 50 |
+
interesting backlighting
|
| 51 |
+
output:
|
| 52 |
+
url: images/ComfyUI_temp_ffzsf_00078_.jpeg
|
| 53 |
+
- text: >-
|
| 54 |
+
Decadent artistic movement (oil painting:1.9 by Charles Ricketts, Benjamin
|
| 55 |
+
Constant, Aubrey Beardsley, Clairin, Regnault, Odilon redon, Gustave
|
| 56 |
+
Moreau), depicting Ancient Greek girl, full body full figure image, splayed
|
| 57 |
+
on an outdoor sofa, dejected rich Ancient Greek woman of ill repute, soiled
|
| 58 |
+
luxurious Ancient Greece evening clothes, drunk orgy, wine glass, spilled
|
| 59 |
+
carafe of wine on floor, Ancient Greece era as symbol of decadence, depraved
|
| 60 |
+
decadent nobility, vice, weary expression, excessive revelry, used,
|
| 61 |
+
unhinged, rococo, hyper detailed, bokeh, monochrome masterwork, glimpses of
|
| 62 |
+
teal and pink, soft rim light, ornate, depravity, corruption of the soul
|
| 63 |
+
output:
|
| 64 |
+
url: images/ComfyUI_temp_fudqs_00026_.jpeg
|
| 65 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 66 |
+
instance_prompt: null
|
| 67 |
+
license: unknown
|
| 68 |
+
---
|
| 69 |
+
# [Flux Detailer] MysticFantasy Style
|
| 70 |
+
|
| 71 |
+
<Gallery />
|
| 72 |
+
|
| 73 |
+
## Model description
|
| 74 |
+
|
| 75 |
+
Unleash the power of imagination with this lora, a great tool for crafting intricate, fantasy-rich visuals. Whether you're an artist, storyteller, or creative enthusiast, this lora transforms your concepts into stunning, detailed masterpieces. This model is designed to enhance your work, adding layers of depth and nuance to every image. With its fantasy-driven bias, this lora brings your dreams to life, be it magical worlds, mythical creatures, or epic landscapes. Elevate your creative flow, and let your visuals resonate with rich detail and captivating beauty. Let it guide your journey into boundless fantasy!
|
| 76 |
+
|
| 77 |
+
It is essentially a detailer with fantasy bias. Strength 1
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
## Download model
|
| 81 |
+
|
| 82 |
+
Weights for this model are available in Safetensors format.
|
| 83 |
+
|
| 84 |
+
[Download](/Jonjew/MysticFantasyStyle/tree/main) them in the Files & versions tab.
|