Commit ·
87614b0
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +256 -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,256 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
EmiliaFlux, white hair, purple eyes, masterpiece, <lora:EmiliaFlux:1>, anime
|
| 10 |
+
style
|
| 11 |
+
output:
|
| 12 |
+
url: images/00012-1007581002.png
|
| 13 |
+
- text: >-
|
| 14 |
+
EmiliaFlux, white hair, purple eyes, masterpiece, <lora:EmiliaFlux:1>, anime
|
| 15 |
+
style
|
| 16 |
+
output:
|
| 17 |
+
url: images/00014-1540349895.png
|
| 18 |
+
- text: >-
|
| 19 |
+
EmiliaFlux, white hair, purple eyes, masterpiece, <lora:EmiliaFlux:1>, anime
|
| 20 |
+
style, text in background "Emilia Tan Heldn Waifu 1"
|
| 21 |
+
output:
|
| 22 |
+
url: images/00017-1144458996.png
|
| 23 |
+
- text: >-
|
| 24 |
+
EmiliaFlux, white hair, purple eyes, masterpiece, <lora:EmiliaFlux:1>, anime
|
| 25 |
+
style, text in background "Emilia Tan Heldn Waifu 1"
|
| 26 |
+
output:
|
| 27 |
+
url: images/00018-1144458997.png
|
| 28 |
+
- text: >-
|
| 29 |
+
EmiliaFlux, white hair, purple eyes, masterpiece, <lora:EmiliaFlux:1>, anime
|
| 30 |
+
style, text in background "Emilia Tan Heldn Waifu 1"
|
| 31 |
+
output:
|
| 32 |
+
url: images/00020-1144458999.png
|
| 33 |
+
- text: >-
|
| 34 |
+
EmiliaFlux, white hair, purple eyes, masterpiece, <lora:EmiliaFlux:1>, anime
|
| 35 |
+
style, text "Emilia Tan Heldn Waifu 1"
|
| 36 |
+
output:
|
| 37 |
+
url: images/00022-2369884292.png
|
| 38 |
+
- text: >-
|
| 39 |
+
EmiliaFlux, white hair, purple eyes, masterpiece, <lora:EmiliaFlux:1>, anime
|
| 40 |
+
style, text "Emilia Tan Heldn Waifu 1"
|
| 41 |
+
output:
|
| 42 |
+
url: images/00023-2369884293.png
|
| 43 |
+
- text: >-
|
| 44 |
+
An elegant depiction of Emilia from Re:Zero as a magical winter queen. Her
|
| 45 |
+
white hair sparkles like frost in the moonlight, and her purple eyes glow
|
| 46 |
+
with gentle power. She is surrounded by swirling snowflakes and icy magical
|
| 47 |
+
auras, holding a glowing crystal staff. Her white and lavender dress flows
|
| 48 |
+
gracefully, enhanced with intricate snowflake designs. The background is a
|
| 49 |
+
mystical winter wonderland filled with icy trees and shimmering auroras.
|
| 50 |
+
Hyper-realistic, dynamic lighting, intricate detailing, <lora:EmiliaFlux:1>
|
| 51 |
+
EmiliaFlux
|
| 52 |
+
parameters:
|
| 53 |
+
negative_prompt: realstic
|
| 54 |
+
output:
|
| 55 |
+
url: images/00026-1762955245.png
|
| 56 |
+
- text: >-
|
| 57 |
+
An elegant depiction of Emilia from Re:Zero as a magical winter queen. Her
|
| 58 |
+
white hair sparkles like frost in the moonlight, and her purple eyes glow
|
| 59 |
+
with gentle power. She is surrounded by swirling snowflakes and icy magical
|
| 60 |
+
auras, holding a glowing crystal staff. Her white and lavender dress flows
|
| 61 |
+
gracefully, enhanced with intricate snowflake designs. The background is a
|
| 62 |
+
mystical winter wonderland filled with icy trees and shimmering auroras.
|
| 63 |
+
Hyper-realistic, dynamic lighting, intricate detailing, <lora:EmiliaFlux:1>
|
| 64 |
+
EmiliaFlux
|
| 65 |
+
parameters:
|
| 66 |
+
negative_prompt: realstic
|
| 67 |
+
output:
|
| 68 |
+
url: images/00027-1762955246.png
|
| 69 |
+
- text: >-
|
| 70 |
+
A stunning anime-style portrait of Emilia from Re:Zero, featuring her long,
|
| 71 |
+
flowing white hair and vibrant purple eyes. She wears her iconic white and
|
| 72 |
+
purple dress with delicate flower motifs, standing against a soft, glowing
|
| 73 |
+
winter forest background with snowflakes gently falling. The scene radiates
|
| 74 |
+
magical energy and serenity, capturing her ethereal beauty and kind
|
| 75 |
+
expression. Hyper-detailed rendering, soft lighting, ultra-realistic anime
|
| 76 |
+
aesthetic, high resolution, <lora:EmiliaFlux:1> EmiliaFlux
|
| 77 |
+
parameters:
|
| 78 |
+
negative_prompt: realstic
|
| 79 |
+
output:
|
| 80 |
+
url: images/00030-218342164.png
|
| 81 |
+
- text: >-
|
| 82 |
+
A cinematic close-up shot of Emilia from Re:Zero, her purple eyes glowing
|
| 83 |
+
softly as she gazes into the camera with a serene expression. Her white hair
|
| 84 |
+
flows elegantly around her face, illuminated by ethereal, frosty light. Tiny
|
| 85 |
+
ice crystals and magical sparkles surround her, as a subtle, dreamy bokeh
|
| 86 |
+
effect blurs the snowy forest in the background. Her iconic white and purple
|
| 87 |
+
dress is visible only at the collar, framed delicately within the
|
| 88 |
+
composition. Ultra-realistic anime rendering, soft bloom lighting, and
|
| 89 |
+
intricate facial detail with a hint of magical aura., <lora:EmiliaFlux:1>
|
| 90 |
+
EmiliaFlux
|
| 91 |
+
parameters:
|
| 92 |
+
negative_prompt: realstic
|
| 93 |
+
output:
|
| 94 |
+
url: images/00045-1546936976.png
|
| 95 |
+
- text: >-
|
| 96 |
+
A cinematic close-up shot of Emilia from Re:Zero, her purple eyes glowing
|
| 97 |
+
softly as she gazes into the camera with a serene expression. Her white hair
|
| 98 |
+
flows elegantly around her face, illuminated by ethereal, frosty light. Tiny
|
| 99 |
+
ice crystals and magical sparkles surround her, as a subtle, dreamy bokeh
|
| 100 |
+
effect blurs the snowy forest in the background. Her iconic white and purple
|
| 101 |
+
dress is visible only at the collar, framed delicately within the
|
| 102 |
+
composition. Ultra-realistic anime rendering, soft bloom lighting, and
|
| 103 |
+
intricate facial detail with a hint of magical aura., <lora:EmiliaFlux:1>
|
| 104 |
+
EmiliaFlux
|
| 105 |
+
parameters:
|
| 106 |
+
negative_prompt: realstic
|
| 107 |
+
output:
|
| 108 |
+
url: images/00048-1546936979.png
|
| 109 |
+
- text: >-
|
| 110 |
+
An abstract anime artwork of Emilia from Re:Zero, depicted in a fragmented
|
| 111 |
+
mirror-like reality. Her white hair flows in shards that seem to break apart
|
| 112 |
+
and reflect pieces of her purple eyes, which glow intensely. Her dress
|
| 113 |
+
appears to dissolve into crystalline patterns, blending with the surreal
|
| 114 |
+
background of floating ice shards and distorted light beams. The perspective
|
| 115 |
+
is warped, with overlapping angles creating a kaleidoscopic effect.
|
| 116 |
+
Hyper-surreal, anime art style with experimental geometry and reflective
|
| 117 |
+
textures, <lora:EmiliaFlux:1> EmiliaFlux
|
| 118 |
+
parameters:
|
| 119 |
+
negative_prompt: realstic
|
| 120 |
+
output:
|
| 121 |
+
url: images/00063-3752732233.png
|
| 122 |
+
- text: >-
|
| 123 |
+
Emilia from Re:Zero reimagined as a cosmic frost goddess floating in a
|
| 124 |
+
star-filled void. Her white hair transforms into a glowing galaxy of ice and
|
| 125 |
+
starlight, and her purple eyes emit beams of cold energy that seem to freeze
|
| 126 |
+
the stars around her. She wears an ornate celestial gown made of icy
|
| 127 |
+
constellations, flowing endlessly like a nebula. The perspective is a
|
| 128 |
+
dramatic worm's-eye view, emphasizing her divine scale, with swirling cosmic
|
| 129 |
+
storms in the background. Surreal high-fantasy anime art, vibrant cosmic
|
| 130 |
+
colors, and intricate light effects, <lora:EmiliaFlux:1> EmiliaFlux Emilia
|
| 131 |
+
from Re:Zero reimagined as a cosmic frost goddess floating in a star-filled
|
| 132 |
+
void. Her white hair transforms into a glowing galaxy of ice and starlight,
|
| 133 |
+
and her purple eyes emit beams of cold energy that seem to freeze the stars
|
| 134 |
+
around her. She wears an ornate celestial gown made of icy constellations,
|
| 135 |
+
flowing endlessly like a nebula. The perspective is a dramatic worm's-eye
|
| 136 |
+
view, emphasizing her divine scale, with swirling cosmic storms in the
|
| 137 |
+
background. Surreal high-fantasy anime art, vibrant cosmic colors, and
|
| 138 |
+
intricate light effects, <lora:EmiliaFlux:1> EmiliaFlux
|
| 139 |
+
parameters:
|
| 140 |
+
negative_prompt: realstic
|
| 141 |
+
output:
|
| 142 |
+
url: images/00070-2896844684.png
|
| 143 |
+
- text: >-
|
| 144 |
+
An eerie yet elegant depiction of Emilia as a mystical puppet master
|
| 145 |
+
controlling icy marionettes shaped like wolves and deer. She stands atop a
|
| 146 |
+
frozen stage, her white hair blending with the frosty threads she uses to
|
| 147 |
+
manipulate the puppets. Her purple eyes shine unnaturally bright, and her
|
| 148 |
+
expression is both serene and haunting. The perspective captures the scene
|
| 149 |
+
from a low angle, with sharp shadows cast by a single cold spotlight. The
|
| 150 |
+
background fades into a dark void, with frosty patterns creeping outward.
|
| 151 |
+
Dark fantasy anime style, dramatic contrast lighting, and intricate detail
|
| 152 |
+
on the icy marionettes, <lora:EmiliaFlux:1> EmiliaFlux Emilia from Re:Zero
|
| 153 |
+
reimagined as a cosmic frost goddess floating in a star-filled void. Her
|
| 154 |
+
white hair transforms into a glowing galaxy of ice and starlight, and her
|
| 155 |
+
purple eyes emit beams of cold energy that seem to freeze the stars around
|
| 156 |
+
her. She wears an ornate celestial gown made of icy constellations, flowing
|
| 157 |
+
endlessly like a nebula. The perspective is a dramatic worm's-eye view,
|
| 158 |
+
emphasizing her divine scale, with swirling cosmic storms in the background.
|
| 159 |
+
Surreal high-fantasy anime art, vibrant cosmic colors, and intricate light
|
| 160 |
+
effects, <lora:EmiliaFlux:1> EmiliaFlux
|
| 161 |
+
parameters:
|
| 162 |
+
negative_prompt: realstic
|
| 163 |
+
output:
|
| 164 |
+
url: images/00073-4118842752.png
|
| 165 |
+
- text: >-
|
| 166 |
+
Emilia with flowing midnight-black hair and bright crimson eyes she stands
|
| 167 |
+
in an enchanted gothic castle wearing a victorian dress adorned with
|
| 168 |
+
obsidian and ruby accents her delicate hands holding a chalice glowing with
|
| 169 |
+
swirling red and white magic sorrow etched on her face <lora:EmiliaFlux:0.8>
|
| 170 |
+
EmiliaFlux <lora:EmiliaFlux:1> EmiliaFlux
|
| 171 |
+
parameters:
|
| 172 |
+
negative_prompt: realstic
|
| 173 |
+
output:
|
| 174 |
+
url: images/00085-29018894.png
|
| 175 |
+
- text: >-
|
| 176 |
+
A male elven version of Emilia with long silvery-white hair and piercing
|
| 177 |
+
turquoise eyes clad in an emerald robe embroidered with frost patterns he
|
| 178 |
+
plays an icy harp in a lush mystical forest as magical creatures like
|
| 179 |
+
glowing deer gather around entranced by the melody <lora:EmiliaFlux:0.8>
|
| 180 |
+
EmiliaFlux <lora:EmiliaFlux:1> EmiliaFlux
|
| 181 |
+
parameters:
|
| 182 |
+
negative_prompt: realstic
|
| 183 |
+
output:
|
| 184 |
+
url: images/00095-3945628484.png
|
| 185 |
+
- text: >-
|
| 186 |
+
Emilia as a celestial mermaid with shimmering pearl-pink hair and eyes like
|
| 187 |
+
the deep ocean her glimmering scales reflect stars as she swims through a
|
| 188 |
+
glowing underwater world surrounded by bioluminescent coral her hands
|
| 189 |
+
outstretched toward a glowing artifact she looks curious and enchanted
|
| 190 |
+
<lora:EmiliaFlux:0.8> EmiliaFlux <lora:EmiliaFlux:1> EmiliaFlux
|
| 191 |
+
parameters:
|
| 192 |
+
negative_prompt: realstic
|
| 193 |
+
output:
|
| 194 |
+
url: images/00105-4210160858.png
|
| 195 |
+
- text: EmiliaFlux, white hair, purple eye, <lora:EmiliaFlux:1>
|
| 196 |
+
parameters:
|
| 197 |
+
negative_prompt: realstic
|
| 198 |
+
output:
|
| 199 |
+
url: images/00121-1964617489.png
|
| 200 |
+
- text: EmiliaFlux, white hair, purple eye, <lora:EmiliaFlux:1>
|
| 201 |
+
parameters:
|
| 202 |
+
negative_prompt: realstic
|
| 203 |
+
output:
|
| 204 |
+
url: images/00123-1964617491.png
|
| 205 |
+
- text: EmiliaFlux, white hair, purple eye, <lora:EmiliaFlux:1>
|
| 206 |
+
parameters:
|
| 207 |
+
negative_prompt: realstic
|
| 208 |
+
output:
|
| 209 |
+
url: images/00124-598371385.png
|
| 210 |
+
- text: EmiliaFlux, white hair, purple eye, <lora:EmiliaFlux:1>
|
| 211 |
+
parameters:
|
| 212 |
+
negative_prompt: realstic
|
| 213 |
+
output:
|
| 214 |
+
url: images/00125-598371386.png
|
| 215 |
+
- text: EmiliaFlux, white hair, purple eye, <lora:EmiliaFlux:1>
|
| 216 |
+
parameters:
|
| 217 |
+
negative_prompt: realstic
|
| 218 |
+
output:
|
| 219 |
+
url: images/00127-598371388.png
|
| 220 |
+
- text: EmiliaFlux, white hair, purple eye, <lora:EmiliaFlux:1>
|
| 221 |
+
parameters:
|
| 222 |
+
negative_prompt: realstic
|
| 223 |
+
output:
|
| 224 |
+
url: images/00129-4051786035.png
|
| 225 |
+
- text: EmiliaFlux, white hair, purple eye, <lora:EmiliaFlux:1>
|
| 226 |
+
parameters:
|
| 227 |
+
negative_prompt: realstic
|
| 228 |
+
output:
|
| 229 |
+
url: images/00133-4136571298.png
|
| 230 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 231 |
+
instance_prompt: EmiliaFlux, purple eyes, white hair
|
| 232 |
+
license: unknown
|
| 233 |
+
---
|
| 234 |
+
# EmiliaFlux - A LoRA for Re:Zero’s Emilia
|
| 235 |
+
|
| 236 |
+
<Gallery />
|
| 237 |
+
|
| 238 |
+
## Model description
|
| 239 |
+
|
| 240 |
+
EmiliaFlux is a custom LoRA designed to bring Emilia from Anime Re:Zero to life in your AI-generated art.
|
| 241 |
+
1st Waifu.
|
| 242 |
+
|
| 243 |
+
## Trigger words
|
| 244 |
+
|
| 245 |
+
You should use `EmiliaFlux` to trigger the image generation.
|
| 246 |
+
|
| 247 |
+
You should use `purple eyes` to trigger the image generation.
|
| 248 |
+
|
| 249 |
+
You should use `white hair` to trigger the image generation.
|
| 250 |
+
|
| 251 |
+
|
| 252 |
+
## Download model
|
| 253 |
+
|
| 254 |
+
Weights for this model are available in Safetensors format.
|
| 255 |
+
|
| 256 |
+
[Download](/heldn/EmiliaFlux/tree/main) them in the Files & versions tab.
|