heldn
commited on
Commit
·
cb44bfa
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +214 -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,214 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: photo of kodomoEmiliaFlux, happy, <lora:kodomoEmiliaFlux:1>
|
9 |
+
output:
|
10 |
+
url: images/00003-2091129462.png
|
11 |
+
- text: >-
|
12 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, a young Emilia from Re:Zero,
|
13 |
+
dressed in a delicate ice-blue gown, surrounded by glowing snowflakes, in an
|
14 |
+
enchanted winter forest, soft magical lighting, fantasy art, high detail.
|
15 |
+
output:
|
16 |
+
url: images/00007-1562915922.png
|
17 |
+
- text: >-
|
18 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, a young Emilia from Re:Zero,
|
19 |
+
dressed in a delicate ice-blue gown, surrounded by glowing snowflakes, in an
|
20 |
+
enchanted winter forest, soft magical lighting, fantasy art, high detail.
|
21 |
+
output:
|
22 |
+
url: images/00009-1562915924.png
|
23 |
+
- text: >-
|
24 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, child Emilia sitting on a
|
25 |
+
frozen lake, her reflection shimmering beneath her, holding a glowing
|
26 |
+
crystal, ethereal atmosphere, detailed fantasy environment.
|
27 |
+
output:
|
28 |
+
url: images/00011-3224332771.png
|
29 |
+
- text: >-
|
30 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, child Emilia sitting on a
|
31 |
+
frozen lake, her reflection shimmering beneath her, holding a glowing
|
32 |
+
crystal, ethereal atmosphere, detailed fantasy environment.
|
33 |
+
output:
|
34 |
+
url: images/00013-3224332773.png
|
35 |
+
- text: >-
|
36 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, young Emilia from Re:Zero,
|
37 |
+
rendered in hyperrealistic detail, with silver hair flowing in a gentle
|
38 |
+
breeze, standing in a snowy landscape, photorealistic portrait, soft bokeh.
|
39 |
+
output:
|
40 |
+
url: images/00026-161884303.png
|
41 |
+
- text: >-
|
42 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, young Emilia from Re:Zero,
|
43 |
+
rendered in hyperrealistic detail, with silver hair flowing in a gentle
|
44 |
+
breeze, standing in a snowy landscape, photorealistic portrait, soft bokeh.
|
45 |
+
output:
|
46 |
+
url: images/00028-161884305.png
|
47 |
+
- text: >-
|
48 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, young Emilia from Re:Zero,
|
49 |
+
rendered in hyperrealistic detail, with silver hair flowing in a gentle
|
50 |
+
breeze, standing in a snowy landscape, photorealistic portrait, soft bokeh.
|
51 |
+
output:
|
52 |
+
url: images/00029-161884306.png
|
53 |
+
- text: >-
|
54 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, chibi-style child Emilia from
|
55 |
+
Re:Zero, wearing a cute winter coat with a fluffy hood, surrounded by
|
56 |
+
snowmen, adorable expressions, anime style, pastel colors.
|
57 |
+
output:
|
58 |
+
url: images/00046-58973205.png
|
59 |
+
- text: >-
|
60 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, chibi-style child Emilia from
|
61 |
+
Re:Zero, wearing a cute winter coat with a fluffy hood, surrounded by
|
62 |
+
snowmen, adorable expressions, anime style, pastel colors.
|
63 |
+
output:
|
64 |
+
url: images/00047-58973206.png
|
65 |
+
- text: >-
|
66 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, young Emilia in a school
|
67 |
+
uniform, sitting under a cherry blossom tree, petals floating around her,
|
68 |
+
anime style, vibrant colors.
|
69 |
+
output:
|
70 |
+
url: images/00056-4234281786.png
|
71 |
+
- text: >-
|
72 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, Emilia drawn in the style of
|
73 |
+
Studio Ghibli, playing in a magical icy forest, soft painterly textures,
|
74 |
+
whimsical atmosphere.
|
75 |
+
output:
|
76 |
+
url: images/00061-346645721.png
|
77 |
+
- text: >-
|
78 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, child Emilia holding a large
|
79 |
+
stuffed animal, drawn in vibrant shoujo anime style, sparkles and soft
|
80 |
+
pastel hues.
|
81 |
+
output:
|
82 |
+
url: images/00062-410088633.png
|
83 |
+
- text: >-
|
84 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, child Emilia holding a large
|
85 |
+
stuffed animal, drawn in vibrant shoujo anime style, sparkles and soft
|
86 |
+
pastel hues.
|
87 |
+
output:
|
88 |
+
url: images/00063-410088634.png
|
89 |
+
- text: >-
|
90 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, oil painting of young Emilia,
|
91 |
+
with icy tones and soft brush strokes, intricate details, fantasy art style,
|
92 |
+
gallery quality.
|
93 |
+
output:
|
94 |
+
url: images/00068-1211624617.png
|
95 |
+
- text: >-
|
96 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, Emilia rendered in an art
|
97 |
+
nouveau style, with flowing hair and a circular background featuring
|
98 |
+
snowflakes, highly decorative, elegant composition.
|
99 |
+
output:
|
100 |
+
url: images/00074-1344754804.png
|
101 |
+
- text: >-
|
102 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, Emilia rendered in an art
|
103 |
+
nouveau style, with flowing hair and a circular background featuring
|
104 |
+
snowflakes, highly decorative, elegant composition.
|
105 |
+
output:
|
106 |
+
url: images/00077-1344754807.png
|
107 |
+
- text: >-
|
108 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, line art illustration of young
|
109 |
+
Emilia, surrounded by intricate floral and icy patterns, black and white
|
110 |
+
manga panel style.
|
111 |
+
output:
|
112 |
+
url: images/00082-358547204.png
|
113 |
+
- text: >-
|
114 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, line art illustration of young
|
115 |
+
Emilia, surrounded by intricate floral and icy patterns, black and white
|
116 |
+
manga panel style.
|
117 |
+
output:
|
118 |
+
url: images/00083-358547205.png
|
119 |
+
- text: >-
|
120 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, line art illustration of young
|
121 |
+
Emilia, surrounded by intricate floral and icy patterns, black and white
|
122 |
+
manga panel style.
|
123 |
+
output:
|
124 |
+
url: images/00084-358547206.png
|
125 |
+
- text: >-
|
126 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, a young Emilia sitting alone in
|
127 |
+
a snowy forest, looking up at the stars, a melancholic expression, soft blue
|
128 |
+
tones, emotive illustration.
|
129 |
+
output:
|
130 |
+
url: images/00089-1918228253.png
|
131 |
+
- text: >-
|
132 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, Emilia joyfully spinning in the
|
133 |
+
snow, her arms outstretched, surrounded by swirling snowflakes, vibrant and
|
134 |
+
cheerful mood.
|
135 |
+
output:
|
136 |
+
url: images/00090-4021653156.png
|
137 |
+
- text: >-
|
138 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, Emilia joyfully spinning in the
|
139 |
+
snow, her arms outstretched, surrounded by swirling snowflakes, vibrant and
|
140 |
+
cheerful mood.
|
141 |
+
output:
|
142 |
+
url: images/00092-4021653158.png
|
143 |
+
- text: >-
|
144 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, child Emilia crying softly, her
|
145 |
+
tears turning into tiny snowflakes, deeply emotional atmosphere, anime
|
146 |
+
style, high detail.
|
147 |
+
output:
|
148 |
+
url: images/00094-4075407459.png
|
149 |
+
- text: >-
|
150 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, child Emilia crying softly, her
|
151 |
+
tears turning into tiny snowflakes, deeply emotional atmosphere, anime
|
152 |
+
style, high detail.
|
153 |
+
output:
|
154 |
+
url: images/00095-4075407460.png
|
155 |
+
- text: >-
|
156 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, child Emilia crying softly, her
|
157 |
+
tears turning into tiny snowflakes, deeply emotional atmosphere, anime
|
158 |
+
style, high detail.
|
159 |
+
output:
|
160 |
+
url: images/00097-4075407462.png
|
161 |
+
- text: >-
|
162 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, Emilia shyly offering a bouquet
|
163 |
+
of frosty flowers, warm blush on her cheeks, tender and heartwarming
|
164 |
+
expression.
|
165 |
+
output:
|
166 |
+
url: images/00098-194016080.png
|
167 |
+
- text: >-
|
168 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, Emilia shyly offering a bouquet
|
169 |
+
of frosty flowers, warm blush on her cheeks, tender and heartwarming
|
170 |
+
expression.
|
171 |
+
output:
|
172 |
+
url: images/00099-194016081.png
|
173 |
+
- text: >-
|
174 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, Emilia shyly offering a bouquet
|
175 |
+
of frosty flowers, warm blush on her cheeks, tender and heartwarming
|
176 |
+
expression.
|
177 |
+
output:
|
178 |
+
url: images/00100-194016082.png
|
179 |
+
- text: >-
|
180 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, Emilia shyly offering a bouquet
|
181 |
+
of frosty flowers, warm blush on her cheeks, tender and heartwarming
|
182 |
+
expression.
|
183 |
+
output:
|
184 |
+
url: images/00101-194016083.png
|
185 |
+
- text: >-
|
186 |
+
kodomoEmiliaFlux, <lora:kodomoEmiliaFlux:1>, young Emilia watching an aurora
|
187 |
+
in the sky, her face lit with awe, colorful and magical atmosphere, soft
|
188 |
+
lighting
|
189 |
+
output:
|
190 |
+
url: images/00103-2698038955.png
|
191 |
+
base_model: black-forest-labs/FLUX.1-dev
|
192 |
+
instance_prompt: kodomoEmiliaFlux
|
193 |
+
license: unknown
|
194 |
+
---
|
195 |
+
# Kodomo Emilia Flux - A LoRA for Re:Zero’s Emilia (Child Version)
|
196 |
+
|
197 |
+
<Gallery />
|
198 |
+
|
199 |
+
## Model description
|
200 |
+
|
201 |
+
KodomoEmiliaFlux is a custom LoRA designed to capture the charm and innocence of Emilia from Anime Re:Zero as a child.
|
202 |
+
|
203 |
+
|
204 |
+
|
205 |
+
## Trigger words
|
206 |
+
|
207 |
+
You should use `kodomoEmiliaFlux` to trigger the image generation.
|
208 |
+
|
209 |
+
|
210 |
+
## Download model
|
211 |
+
|
212 |
+
Weights for this model are available in Safetensors format.
|
213 |
+
|
214 |
+
[Download](/heldn/kodomoEmiliaFlux/tree/main) them in the Files & versions tab.
|