Commit ·
fcb7558
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +238 -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,238 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
A dinkwfsn style painting, A cyber-sorceress with mechanical arms stands on
|
| 10 |
+
a platform high above a neon-lit city, casting a spell that manipulates the
|
| 11 |
+
flow of time. The city below is a chaotic blur of lights and movement, while
|
| 12 |
+
the sorceress remains perfectly still, her body surrounded by glowing
|
| 13 |
+
symbols and digital patterns. The atmosphere is futuristic and intense, with
|
| 14 |
+
neon reflections illuminating her face. The composition is a medium shot
|
| 15 |
+
from below, capturing her as a powerful figure against the backdrop of the
|
| 16 |
+
city., <lora:Mystic-Fusion_v10:1>
|
| 17 |
+
parameters:
|
| 18 |
+
negative_prompt: >-
|
| 19 |
+
Recently, I’ve experimented with FLux LoRA training by using a new
|
| 20 |
+
configuration and training method using multiple defined datasets and I’ve
|
| 21 |
+
had a few successes in creating some interesting LoRAs that have a hybrid
|
| 22 |
+
style. This one turned out particularly great and was trained with
|
| 23 |
+
datasets from Mystic Sumi and Ink Wash Fusion. The LoRA will trigger
|
| 24 |
+
three different styles. Using "dinkwfsn style" and "dismrt style" both
|
| 25 |
+
trigger similar styles, but different compositions that are a mix of the
|
| 26 |
+
triggered styles from Mystic Sumi and Ink Wash Fusion. Starting a prompt
|
| 27 |
+
with "an ink wash painting" will create a more traditional sumi-style
|
| 28 |
+
image.
|
| 29 |
+
output:
|
| 30 |
+
url: images/01286-2025-02-04-3366683735.png
|
| 31 |
+
- text: >-
|
| 32 |
+
A dinkwfsn style painting, A divine cyber-sentinel, her form composed of
|
| 33 |
+
golden filaments and semi-transparent nanofibers, kneels before an
|
| 34 |
+
otherworldly portal pulsating with celestial fractals. Her synthetic wings,
|
| 35 |
+
a lattice of glowing energy, unfurl as she prepares to ascend. The gateway
|
| 36 |
+
crackles with arcs of pure data, forming patterns resembling ancient glyphs.
|
| 37 |
+
The scene radiates an aura of transcendence and mystery, captured in a
|
| 38 |
+
close-up shot with soft focus and ambient volumetric lighting.,
|
| 39 |
+
<lora:Mystic-Fusion_v10:1>
|
| 40 |
+
parameters:
|
| 41 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 143923838'
|
| 42 |
+
output:
|
| 43 |
+
url: images/01260-2025-02-04-143923838.png
|
| 44 |
+
- text: "A dinkwfsn style painting, An armored techno-mage stands at the edge of an artificial abyss, their segmented, illuminated cloak swirling in the synthetic wind. Their mechanical gauntlets hum with charged energy, inscribed with forgotten algorithms of an ancient AI civilization. Below them, a fractured world of floating megastructures flickers with unstable quantum anomalies. The air vibrates with an eerie hum, filled with the remnants of lost knowledge. A dynamic three-quarter view emphasizes the mystic warriorâ\x80\x99s imposing stance, with contrasting warm and cold neon tones casting deep cinematic shadows., <lora:Mystic-Fusion_v10:1>"
|
| 45 |
+
parameters:
|
| 46 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 3199728426'
|
| 47 |
+
output:
|
| 48 |
+
url: images/01309-2025-02-04-3199728426.png
|
| 49 |
+
- text: >-
|
| 50 |
+
A dinkwfsn style painting, An interstellar mage, their skin etched with
|
| 51 |
+
luminous constellations, manipulates floating sigils of light as they weave
|
| 52 |
+
new cosmic realities. Suspended within the event horizon of a black hole,
|
| 53 |
+
they defy time and space, their cybernetic robes flowing with impossible
|
| 54 |
+
fluidity. The gravitational distortions create mesmerizing patterns of light
|
| 55 |
+
and shadow, framing the mage in an awe-inspiring celestial dance. A dynamic
|
| 56 |
+
top-down view enhances the infinite depth of the surrounding void.,
|
| 57 |
+
<lora:Mystic-Fusion_v10:1>
|
| 58 |
+
parameters:
|
| 59 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 101972406'
|
| 60 |
+
output:
|
| 61 |
+
url: images/01347-2025-02-04-101972406.png
|
| 62 |
+
- text: >-
|
| 63 |
+
A dinkwfsn style painting, A cyberpunk necromancer channels the echoes of
|
| 64 |
+
forgotten AIs, their sleek bodysuit inscribed with bio-digital sigils that
|
| 65 |
+
flicker with eerie luminescence. Phantom-like entities, composed of
|
| 66 |
+
fragmented data and spectral energy, rise around them, forming a shifting
|
| 67 |
+
network of long-lost consciousness. The decayed neon-lit ruins in the
|
| 68 |
+
background whisper with unseen presences, an atmosphere of spectral intrigue
|
| 69 |
+
and forgotten knowledge. A close-up shot captures their expression of
|
| 70 |
+
intense focus, highlighted by moody, directional lighting.,
|
| 71 |
+
<lora:Mystic-Fusion_v10:1>
|
| 72 |
+
parameters:
|
| 73 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 1722766962'
|
| 74 |
+
output:
|
| 75 |
+
url: images/01363-2025-02-04-1722766962.png
|
| 76 |
+
- text: >-
|
| 77 |
+
A dinkwfsn style painting, A powerful, ethereal being with crystalline
|
| 78 |
+
wings stands in a holographic garden, surrounded by plants that glow with a
|
| 79 |
+
soft, bioluminescent light. The being is surrounded by floating symbols and
|
| 80 |
+
shimmering energy that radiate from the wings, casting light across the
|
| 81 |
+
magical plants. The scene is filled with a peaceful, serene atmosphere,
|
| 82 |
+
evoking a sense of mysticism and ancient power. The composition is a
|
| 83 |
+
close-up shot from a slight above angle, with soft, glowing light filtering
|
| 84 |
+
through the holographic flora., <lora:Mystic-Fusion_v10:1>
|
| 85 |
+
parameters:
|
| 86 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 4210937576'
|
| 87 |
+
output:
|
| 88 |
+
url: images/01378-2025-02-04-4210937576.png
|
| 89 |
+
- text: >-
|
| 90 |
+
A dinkwfsn style painting, A cyber-ninja, her body enhanced with advanced
|
| 91 |
+
technology, stands in front of a shimmering force field that stretches
|
| 92 |
+
across a futuristic cityscape. Her suit is sleek and dark, with glowing
|
| 93 |
+
accents, and her katana hums with energy. The background is filled with neon
|
| 94 |
+
billboards and distant skyscrapers, all bathed in the glow of the force
|
| 95 |
+
field. The atmosphere is tense and action-packed, with strong lighting and
|
| 96 |
+
sharp shadows. The composition is a full-body shot from a side angle,
|
| 97 |
+
showcasing the cyber-ninja in action., <lora:Mystic-Fusion_v10:1>
|
| 98 |
+
parameters:
|
| 99 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 3542218288'
|
| 100 |
+
output:
|
| 101 |
+
url: images/01388-2025-02-04-3542218288.png
|
| 102 |
+
- text: >-
|
| 103 |
+
A dinkwfsn style painting, A biomechanical oracle, her body seamlessly
|
| 104 |
+
blending organic curves with crystalline technology, sits within a vast
|
| 105 |
+
holographic temple. Her transparent skin reveals intricate golden circuitry
|
| 106 |
+
pulsating beneath the surface, her metallic fingers tracing the air as
|
| 107 |
+
glowing runes manifest in three-dimensional space. The temple walls shimmer
|
| 108 |
+
with shifting arcane data streams, a fusion of ancient mysticism and quantum
|
| 109 |
+
intelligence. Soft ambient light bathes the scene, a balance of organic
|
| 110 |
+
serenity and futuristic intensity, captured in a medium close-up with
|
| 111 |
+
volumetric neon glow., <lora:Mystic-Fusion_v10:1>
|
| 112 |
+
parameters:
|
| 113 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 732493124'
|
| 114 |
+
output:
|
| 115 |
+
url: images/01408-2025-02-04-732493124.png
|
| 116 |
+
- text: >-
|
| 117 |
+
dinkwfsn style, Close-up portrait of a woman with long, straight black hair
|
| 118 |
+
featuring dark rose hair accessories. She has pale skin and striking
|
| 119 |
+
features, including bold, dark makeup with deep red lipstick and defined
|
| 120 |
+
brows. Her attire includes a black lace corset with intricate details,
|
| 121 |
+
delicate lace trim, and a flowing black skirt. She is wearing black lace
|
| 122 |
+
thigh-high stockings, with garters visible. The background features a misty
|
| 123 |
+
forest with dark trees and a faintly glowing full moon, casting an eerie but
|
| 124 |
+
soft light that highlights her face and outfit. The emotion conveyed is a
|
| 125 |
+
blend of mystery and allure, accentuated by her intense gaze. The overall
|
| 126 |
+
lighting is moody and atmospheric, enhancing the gothic aesthetic., high
|
| 127 |
+
detail with flowing brushstrokes,dripping ink, <lora:Mystic-Fusion_v10:1>
|
| 128 |
+
parameters:
|
| 129 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 4018847607'
|
| 130 |
+
output:
|
| 131 |
+
url: images/00000-2025-02-03-4018847607.png
|
| 132 |
+
- text: >-
|
| 133 |
+
an inkwash painting, a Fitness girl with a serious expression stands front
|
| 134 |
+
and center, leaning slightly forward. She has long black hair is styled in a
|
| 135 |
+
messy bun with red hairpins and her bangs frame her face. She wears no
|
| 136 |
+
clothes. Her arms and shoulders are covered in vibrant, detailed tattoos
|
| 137 |
+
featuring a swimming koi fish with swirling blue and green elements
|
| 138 |
+
including intricate details like scales and wisps of water. Her skin appears
|
| 139 |
+
to have slight scratches or markings, adding to the intensity of her gaze.
|
| 140 |
+
Around her neck is a delicate necklace with a pendant. The backdrop features
|
| 141 |
+
a circular orange motif with aged, textured elements and vertical kanji
|
| 142 |
+
script on the sides, enhancing the image's cultural ambiance. The overall
|
| 143 |
+
lighting highlights her features and tattoos, creating a dramatic and
|
| 144 |
+
focused composition., dynamic splashes in the background,
|
| 145 |
+
<lora:Mystic-Fusion_v10:1>
|
| 146 |
+
parameters:
|
| 147 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 619611605'
|
| 148 |
+
output:
|
| 149 |
+
url: images/00059-2025-02-03-619611605.png
|
| 150 |
+
- text: >-
|
| 151 |
+
dinkwfsn style, Realistic photograph of a woman with snakes cascading around
|
| 152 |
+
her head, close-up framing of the upper body and face, intense gaze with
|
| 153 |
+
striking purple eyes, skin with a textured, greenish hue reminiscent of
|
| 154 |
+
stone or scales, intricate detailing on the face including cracks and
|
| 155 |
+
markings, snakes with glossy scales and subtle hints of iridescence, some
|
| 156 |
+
snakes have glowing orange eyes, dark flowing hair partially obscured by the
|
| 157 |
+
serpents, low-key dramatic lighting creating deep shadows and highlights on
|
| 158 |
+
the skin and snakes, emotion conveying a sense of power and mystery,
|
| 159 |
+
background softly blurred to emphasize the subject, cool color palette with
|
| 160 |
+
deep greens and hints of purple and black, atmospheric focus on the
|
| 161 |
+
captivating gaze of the subject, capturing an ethereal and mythical
|
| 162 |
+
quality., dynamic splashes in the background,dripping ink,
|
| 163 |
+
<lora:Mystic-Fusion_v10:1>
|
| 164 |
+
parameters:
|
| 165 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 976845031'
|
| 166 |
+
output:
|
| 167 |
+
url: images/00083-2025-02-03-976845031.png
|
| 168 |
+
- text: >-
|
| 169 |
+
an inkwash painting, a Hipster girl with a confident expression leans
|
| 170 |
+
against a wall in a bustling urban setting. She has styled hair in an
|
| 171 |
+
intricate updo with decorative hairpins. Her skin is adorned with various
|
| 172 |
+
abstract tattoos and a few freckles. She wears a sleeveless, multicolored
|
| 173 |
+
outfit showing intricate designs. The overall lighting is warm and
|
| 174 |
+
saturated, highlighting her features and outfit against the backdrop of
|
| 175 |
+
subtle elements of traditional design motifs and calligraphy. Her gaze is
|
| 176 |
+
directed towards the viewer, adding a sense of engagement and attitude to
|
| 177 |
+
the composition. The framing captures her from the waist up, emphasizing
|
| 178 |
+
both her style and the dynamic, graphic backdrop., dynamic splashes in the
|
| 179 |
+
background,strong shadows and contrast,dripping ink,
|
| 180 |
+
<lora:Mystic-Fusion_v10:1>
|
| 181 |
+
parameters:
|
| 182 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 976845031'
|
| 183 |
+
output:
|
| 184 |
+
url: images/00137-2025-02-03-2820129298.png
|
| 185 |
+
- text: >-
|
| 186 |
+
, A realistic photograph of a mysterious woman standing in an ethereal,
|
| 187 |
+
dimly lit gothic setting. She has long, flowing silver hair and pale skin,
|
| 188 |
+
which contrast sharply with her striking red eyes that convey a sense of
|
| 189 |
+
intrigue. Her attire is a dramatic blend of black and red, featuring a
|
| 190 |
+
form-fitting corset adorned with ornate golden embellishments and flowing
|
| 191 |
+
layers of fabric that drape elegantly around her. The sleeves of her outfit
|
| 192 |
+
are wide and ruffled, adding to the theatrical effect. In her right hand,
|
| 193 |
+
she holds a tall, intricate staff topped with a skull, which adds to the
|
| 194 |
+
dark, enchanting aura of the scene. The background features Gothic
|
| 195 |
+
architecture with towering columns and arches, illuminated by a faint,
|
| 196 |
+
otherworldly glow. The lighting casts shadows that accentuate her facial
|
| 197 |
+
features and the textures of her clothing, creating a mood that is both
|
| 198 |
+
haunting and captivating. The framing is tight, focusing on her upper body
|
| 199 |
+
to emphasize her expression and the details of her elaborate outfit. The
|
| 200 |
+
atmosphere is rich with a sense of magic and mystery., dripping ink,dynamic
|
| 201 |
+
splashes in the background, <lora:Mystic-Fusion_v10:1>
|
| 202 |
+
parameters:
|
| 203 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 234786931'
|
| 204 |
+
output:
|
| 205 |
+
url: images/00150-2025-02-03-234786931.png
|
| 206 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 207 |
+
instance_prompt: dinkwfsn style, dismrt style, a ink wash painting
|
| 208 |
+
license: unknown
|
| 209 |
+
---
|
| 210 |
+
# Mystic Fusion v1.0
|
| 211 |
+
|
| 212 |
+
<Gallery />
|
| 213 |
+
|
| 214 |
+
## Model description
|
| 215 |
+
|
| 216 |
+
FROM https://civitai.com/models/1219114/mystic-fusion?modelVersionId=1373382
|
| 217 |
+
|
| 218 |
+
Strength 1
|
| 219 |
+
|
| 220 |
+
From the website:
|
| 221 |
+
Recently, I’ve experimented with FLux LoRA training by using a new configuration and training method using multiple defined datasets and I’ve had a few successes in creating some interesting LoRAs that have a hybrid style. This one turned out particularly great and was trained with datasets from Mystic Sumi and Ink Wash Fusion.
|
| 222 |
+
|
| 223 |
+
The LoRA will trigger three different styles. Using "dinkwfsn style" and "dismrt style" both trigger similar styles, but different compositions that are a mix of the triggered styles from Mystic Sumi and Ink Wash Fusion. Starting a prompt with "an ink wash painting" will create a more traditional sumi-style image.
|
| 224 |
+
|
| 225 |
+
## Trigger words
|
| 226 |
+
|
| 227 |
+
You should use `dinkwfsn style` to trigger the image generation.
|
| 228 |
+
|
| 229 |
+
You should use `dismrt style` to trigger the image generation.
|
| 230 |
+
|
| 231 |
+
You should use `a ink wash painting` to trigger the image generation.
|
| 232 |
+
|
| 233 |
+
|
| 234 |
+
## Download model
|
| 235 |
+
|
| 236 |
+
Weights for this model are available in Safetensors format.
|
| 237 |
+
|
| 238 |
+
[Download](/Jonjew/MysticFusion/tree/main) them in the Files & versions tab.
|