Rahneeh commited on
Commit
57c3b47
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +308 -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,308 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - text: >-
9
+ Manga comic book drawing style, multicolored realistic comics, high quality
10
+ details and realistic realism resolution, manga style comic book drawing,
11
+ multicolored, hyper-realistic, multiple angles, high quality details,
12
+ realistic resolution, realism, stylized comic art pierced as if they were
13
+ bandage seals, like Japanese sealing scrolls to bring good luck, open
14
+ scrolls momo bandage wrapped around this being, falling from top to bottom
15
+ floating in the air, magnetically shaped, super detailed, with gold edges,
16
+ and inside the scroll as if it were an alternative reality projecting the
17
+ strength and power of this same guardian, in the exposed places appear the
18
+ magical palindromes mentioned in relief carved on the body of the same
19
+ humanoid, a human body, understanding of perspectives, full image of a
20
+ humanoid male appearance formed by cosmic mass without clothes, without
21
+ clothes in human relief, which on his body was carved like a scripture,
22
+ image of a perfectly square mystical palindrome with the following names
23
+ arranged as in the square of sator: Mindalum, Muladnim, Anmindu, Adnimdan,
24
+ Dunmind, imndalum, Muladnim, all these names aligned forming a perfect
25
+ mystical square, names clearly visible and magically readable. super
26
+ initiatory esoteric mystical scenario and the being exuded magical forces
27
+ like a perfume of all shades of blue that a mind can conceive,names in
28
+ relief carved on the body itself as a fixed seal, forming a perfect square
29
+ with these names names with mystical forces, humanoid character made of the
30
+ cosmos and the stars, composed of universal material, graceful and
31
+ pontificated to serve, scenery and perspectives abused in cancellations and
32
+ projections perfect reliefs and wonderful explored colors, everything clear,
33
+ legible and in high quality, mystical and captivating air.
34
+ parameters:
35
+ negative_prompt: 'Bad anatomy bad prompt bad-negative '
36
+ output:
37
+ url: images/1739907474073.png
38
+ - text: >-
39
+ Manga comic book drawing style, multicolored realistic comics, high quality
40
+ details and realistic realism resolution, manga style comic book drawing,
41
+ multicolored, hyper-realistic, multiple angles, high quality details,
42
+ realistic resolution, realism, stylized comic art pierced as if they were
43
+ bandage seals, like Japanese sealing scrolls to bring good luck, open
44
+ scrolls momo bandage wrapped around this being, falling from top to bottom
45
+ floating in the air, magnetically shaped, super detailed, with gold edges,
46
+ and inside the scroll as if it were an alternative reality projecting the
47
+ strength and power of this same guardian, in the exposed places appear the
48
+ magical palindromes mentioned in relief carved on the body of the same
49
+ humanoid, a human body, understanding of perspectives, full image of a
50
+ humanoid male appearance formed by cosmic mass without clothes, without
51
+ clothes in human relief, which on his body was carved like a scripture,
52
+ image of a perfectly square mystical palindrome with the following names
53
+ arranged as in the square of sator: Mindalum, Muladnim, Anmindu, Adnimdan,
54
+ Dunmind, imndalum, Muladnim, all these names aligned forming a perfect
55
+ mystical square, names clearly visible and magically readable. super
56
+ initiatory esoteric mystical scenario and the being exuded magical forces
57
+ like a perfume of all shades of blue that a mind can conceive,names in
58
+ relief carved on the body itself as a fixed seal, forming a perfect square
59
+ with these names names with mystical forces, humanoid character made of the
60
+ cosmos and the stars, composed of universal material, graceful and
61
+ pontificated to serve, scenery and perspectives abused in cancellations and
62
+ projections perfect reliefs and wonderful explored colors, everything clear,
63
+ legible and in high quality, mystical and captivating air.
64
+ parameters:
65
+ negative_prompt: 'Bad anatomy bad prompt bad-negative '
66
+ output:
67
+ url: images/1739907169008.png
68
+ - text: >-
69
+ Manga comic book drawing style, multicolored realistic comics, high quality
70
+ details and realistic realism resolution, manga style comic book drawing,
71
+ multicolored, hyper-realistic, multiple angles, high quality details,
72
+ realistic resolution, realism, stylized comic art pierced as if they were
73
+ bandage seals, like Japanese sealing scrolls to bring good luck, open
74
+ scrolls momo bandage wrapped around this being, falling from top to bottom
75
+ floating in the air, magnetically shaped, super detailed, with gold edges,
76
+ and inside the scroll as if it were an alternative reality projecting the
77
+ strength and power of this same guardian, in the exposed places appear the
78
+ magical palindromes mentioned in relief carved on the body of the same
79
+ humanoid, a human body, understanding of perspectives, full image of a
80
+ humanoid male appearance formed by cosmic mass without clothes, without
81
+ clothes in human relief, which on his body was carved like a scripture,
82
+ image of a perfectly square mystical palindrome with the following names
83
+ arranged as in the square of sator: Mindalum, Muladnim, Anmindu, Adnimdan,
84
+ Dunmind, imndalum, Muladnim, all these names aligned forming a perfect
85
+ mystical square, names clearly visible and magically readable. super
86
+ initiatory esoteric mystical scenario and the being exuded magical forces
87
+ like a perfume of all shades of blue that a mind can conceive,names in
88
+ relief carved on the body itself as a fixed seal, forming a perfect square
89
+ with these names names with mystical forces, humanoid character made of the
90
+ cosmos and the stars, composed of universal material, graceful and
91
+ pontificated to serve, scenery and perspectives abused in cancellations and
92
+ projections perfect reliefs and wonderful explored colors, everything clear,
93
+ legible and in high quality, mystical and captivating air.
94
+ parameters:
95
+ negative_prompt: 'Bad anatomy bad prompt bad-negative '
96
+ output:
97
+ url: images/1739907146801.png
98
+ - text: >-
99
+ Manga comic book drawing style, multicolored realistic comics, high quality
100
+ details and realistic realism resolution, manga style comic book drawing,
101
+ multicolored, hyper-realistic, multiple angles, high quality details,
102
+ realistic resolution, realism, stylized comic art pierced as if they were
103
+ bandage seals, like Japanese sealing scrolls to bring good luck, open
104
+ scrolls momo bandage wrapped around this being, falling from top to bottom
105
+ floating in the air, magnetically shaped, super detailed, with gold edges,
106
+ and inside the scroll as if it were an alternative reality projecting the
107
+ strength and power of this same guardian, in the exposed places appear the
108
+ magical palindromes mentioned in relief carved on the body of the same
109
+ humanoid, a human body, understanding of perspectives, full image of a
110
+ humanoid male appearance formed by cosmic mass without clothes, without
111
+ clothes in human relief, which on his body was carved like a scripture,
112
+ image of a perfectly square mystical palindrome with the following names
113
+ arranged as in the square of sator: Mindalum, Muladnim, Anmindu, Adnimdan,
114
+ Dunmind, imndalum, Muladnim, all these names aligned forming a perfect
115
+ mystical square, names clearly visible and magically readable. super
116
+ initiatory esoteric mystical scenario and the being exuded magical forces
117
+ like a perfume of all shades of blue that a mind can conceive,names in
118
+ relief carved on the body itself as a fixed seal, forming a perfect square
119
+ with these names names with mystical forces, humanoid character made of the
120
+ cosmos and the stars, composed of universal material, graceful and
121
+ pontificated to serve, scenery and perspectives abused in cancellations and
122
+ projections perfect reliefs and wonderful explored colors, everything clear,
123
+ legible and in high quality, mystical and captivating air.
124
+ parameters:
125
+ negative_prompt: 'Bad anatomy bad prompt bad-negative '
126
+ output:
127
+ url: images/1739906889144.png
128
+ - text: >-
129
+ Manga comic book drawing style, multicolored realistic comics, high quality
130
+ details and realistic realism resolution, manga style comic book drawing,
131
+ multicolored, hyper-realistic, multiple angles, high quality details,
132
+ realistic resolution, realism, stylized comic art pierced as if they were
133
+ bandage seals, like Japanese sealing scrolls to bring good luck, open
134
+ scrolls momo bandage wrapped around this being, falling from top to bottom
135
+ floating in the air, magnetically shaped, super detailed, with gold edges,
136
+ and inside the scroll as if it were an alternative reality projecting the
137
+ strength and power of this same guardian, in the exposed places appear the
138
+ magical palindromes mentioned in relief carved on the body of the same
139
+ humanoid, a human body, understanding of perspectives, full image of a
140
+ humanoid male appearance formed by cosmic mass without clothes, without
141
+ clothes in human relief, which on his body was carved like a scripture,
142
+ image of a perfectly square mystical palindrome with the following names
143
+ arranged as in the square of sator: Mindalum, Muladnim, Anmindu, Adnimdan,
144
+ Dunmind, imndalum, Muladnim, all these names aligned forming a perfect
145
+ mystical square, names clearly visible and magically readable. super
146
+ initiatory esoteric mystical scenario and the being exuded magical forces
147
+ like a perfume of all shades of blue that a mind can conceive,names in
148
+ relief carved on the body itself as a fixed seal, forming a perfect square
149
+ with these names names with mystical forces, humanoid character made of the
150
+ cosmos and the stars, composed of universal material, graceful and
151
+ pontificated to serve, scenery and perspectives abused in cancellations and
152
+ projections perfect reliefs and wonderful explored colors, everything clear,
153
+ legible and in high quality, mystical and captivating air.
154
+ parameters:
155
+ negative_prompt: 'Bad anatomy bad prompt bad-negative '
156
+ output:
157
+ url: images/1739906670743.png
158
+ - text: >-
159
+ Manga comic book drawing style, multicolored realistic comics, high quality
160
+ details and realistic realism resolution, manga style comic book drawing,
161
+ multicolored, hyper-realistic, multiple angles, high quality details,
162
+ realistic resolution, realism, stylized comic art pierced as if they were
163
+ bandage seals, like Japanese sealing scrolls to bring good luck, open
164
+ scrolls momo bandage wrapped around this being, falling from top to bottom
165
+ floating in the air, magnetically shaped, super detailed, with gold edges,
166
+ and inside the scroll as if it were an alternative reality projecting the
167
+ strength and power of this same guardian, in the exposed places appear the
168
+ magical palindromes mentioned in relief carved on the body of the same
169
+ humanoid, a human body, understanding of perspectives, full image of a
170
+ humanoid male appearance formed by cosmic mass without clothes, without
171
+ clothes in human relief, which on his body was carved like a scripture,
172
+ image of a perfectly square mystical palindrome with the following names
173
+ arranged as in the square of sator: Mindalum, Muladnim, Anmindu, Adnimdan,
174
+ Dunmind, imndalum, Muladnim, all these names aligned forming a perfect
175
+ mystical square, names clearly visible and magically readable. super
176
+ initiatory esoteric mystical scenario and the being exuded magical forces
177
+ like a perfume of all shades of blue that a mind can conceive,names in
178
+ relief carved on the body itself as a fixed seal, forming a perfect square
179
+ with these names names with mystical forces, humanoid character made of the
180
+ cosmos and the stars, composed of universal material, graceful and
181
+ pontificated to serve, scenery and perspectives abused in cancellations and
182
+ projections perfect reliefs and wonderful explored colors, everything clear,
183
+ legible and in high quality, mystical and captivating air.
184
+ parameters:
185
+ negative_prompt: 'Bad anatomy bad prompt bad-negative '
186
+ output:
187
+ url: images/1739906437591.png
188
+ - text: >-
189
+ Manga comic book drawing style, multicolored realistic comics, high quality
190
+ details and realistic realism resolution, manga style comic book drawing,
191
+ multicolored, hyper-realistic, multiple angles, high quality details,
192
+ realistic resolution, realism, stylized comic art pierced as if they were
193
+ bandage seals, like Japanese sealing scrolls to bring good luck, open
194
+ scrolls momo bandage wrapped around this being, falling from top to bottom
195
+ floating in the air, magnetically shaped, super detailed, with gold edges,
196
+ and inside the scroll as if it were an alternative reality projecting the
197
+ strength and power of this same guardian, in the exposed places appear the
198
+ magical palindromes mentioned in relief carved on the body of the same
199
+ humanoid, a human body, understanding of perspectives, full image of a
200
+ humanoid male appearance formed by cosmic mass without clothes, without
201
+ clothes in human relief, which on his body was carved like a scripture,
202
+ image of a perfectly square mystical palindrome with the following names
203
+ arranged as in the square of sator: Mindalum, Muladnim, Anmindu, Adnimdan,
204
+ Dunmind, imndalum, Muladnim, all these names aligned forming a perfect
205
+ mystical square, names clearly visible and magically readable. super
206
+ initiatory esoteric mystical scenario and the being exuded magical forces
207
+ like a perfume of all shades of blue that a mind can conceive,names in
208
+ relief carved on the body itself as a fixed seal, forming a perfect square
209
+ with these names names with mystical forces, humanoid character made of the
210
+ cosmos and the stars, composed of universal material, graceful and
211
+ pontificated to serve, scenery and perspectives abused in cancellations and
212
+ projections perfect reliefs and wonderful explored colors, everything clear,
213
+ legible and in high quality, mystical and captivating air.
214
+ parameters:
215
+ negative_prompt: 'Bad anatomy bad prompt bad-negative '
216
+ output:
217
+ url: images/1739906014124.png
218
+ - text: >-
219
+ Manga comic book drawing style, multicolored realistic comics, high quality
220
+ details and realistic realism resolution, manga style comic book drawing,
221
+ multicolored, hyper-realistic, multiple angles, high quality details,
222
+ realistic resolution, realism, stylized comic art pierced as if they were
223
+ bandage seals, like Japanese sealing scrolls to bring good luck, open
224
+ scrolls momo bandage wrapped around this being, falling from top to bottom
225
+ floating in the air, magnetically shaped, super detailed, with gold edges,
226
+ and inside the scroll as if it were an alternative reality projecting the
227
+ strength and power of this same guardian, in the exposed places appear the
228
+ magical palindromes mentioned in relief carved on the body of the same
229
+ humanoid, a human body, understanding of perspectives, full image of a
230
+ humanoid male appearance formed by cosmic mass without clothes, without
231
+ clothes in human relief, which on his body was carved like a scripture,
232
+ image of a perfectly square mystical palindrome with the following names
233
+ arranged as in the square of sator: Mindalum, Muladnim, Anmindu, Adnimdan,
234
+ Dunmind, imndalum, Muladnim, all these names aligned forming a perfect
235
+ mystical square, names clearly visible and magically readable. super
236
+ initiatory esoteric mystical scenario and the being exuded magical forces
237
+ like a perfume of all shades of blue that a mind can conceive,names in
238
+ relief carved on the body itself as a fixed seal, forming a perfect square
239
+ with these names names with mystical forces, humanoid character made of the
240
+ cosmos and the stars, composed of universal material, graceful and
241
+ pontificated to serve, scenery and perspectives abused in cancellations and
242
+ projections perfect reliefs and wonderful explored colors, everything clear,
243
+ legible and in high quality, mystical and captivating air.
244
+ parameters:
245
+ negative_prompt: 'Bad anatomy bad prompt bad-negative '
246
+ output:
247
+ url: images/1739905988235.png
248
+ - text: >-
249
+ Manga comic book drawing style, multicolored realistic comics, high quality
250
+ details and realistic realism resolution, manga style comic book drawing,
251
+ multicolored, hyper-realistic, multiple angles, high quality details,
252
+ realistic resolution, realism, stylized comic art pierced as if they were
253
+ bandage seals, like Japanese sealing scrolls to bring good luck, open
254
+ scrolls momo bandage wrapped around this being, falling from top to bottom
255
+ floating in the air, magnetically shaped, super detailed, with gold edges,
256
+ and inside the scroll as if it were an alternative reality projecting the
257
+ strength and power of this same guardian, in the exposed places appear the
258
+ magical palindromes mentioned in relief carved on the body of the same
259
+ humanoid, a human body, understanding of perspectives, full image of a
260
+ humanoid male appearance formed by cosmic mass without clothes, without
261
+ clothes in human relief, which on his body was carved like a scripture,
262
+ image of a perfectly square mystical palindrome with the following names
263
+ arranged as in the square of sator: Mindalum, Muladnim, Anmindu, Adnimdan,
264
+ Dunmind, imndalum, Muladnim, all these names aligned forming a perfect
265
+ mystical square, names clearly visible and magically readable. super
266
+ initiatory esoteric mystical scenario and the being exuded magical forces
267
+ like a perfume of all shades of blue that a mind can conceive,names in
268
+ relief carved on the body itself as a fixed seal, forming a perfect square
269
+ with these names names with mystical forces, humanoid character made of the
270
+ cosmos and the stars, composed of universal material, graceful and
271
+ pontificated to serve, scenery and perspectives abused in cancellations and
272
+ projections perfect reliefs and wonderful explored colors, everything clear,
273
+ legible and in high quality, mystical and captivating air.
274
+ parameters:
275
+ negative_prompt: 'Bad anatomy bad prompt bad-negative '
276
+ output:
277
+ url: images/1739905047797.png
278
+ base_model: cagliostrolab/animagine-xl-4.0
279
+ instance_prompt: Comic manga stylized
280
+
281
+ ---
282
+ # NEEROMI_ART STYLE
283
+
284
+ <Gallery />
285
+
286
+ ## Model description
287
+
288
+
289
+ ![1739907474073.png](https:&#x2F;&#x2F;cdn-uploads.huggingface.co&#x2F;production&#x2F;uploads&#x2F;67b53f5d333e6168cf9c424a&#x2F;tB7woEBwWKbYDNLccPg5u.png)
290
+ ![1739907169008.png](https:&#x2F;&#x2F;cdn-uploads.huggingface.co&#x2F;production&#x2F;uploads&#x2F;67b53f5d333e6168cf9c424a&#x2F;tfaZS8LklwGSDqSLBJTVg.png)
291
+ ![1739907146801.png](https:&#x2F;&#x2F;cdn-uploads.huggingface.co&#x2F;production&#x2F;uploads&#x2F;67b53f5d333e6168cf9c424a&#x2F;xLxMbROLJn6gJYV3-86z1.png)
292
+ ![1739906889144.png](https:&#x2F;&#x2F;cdn-uploads.huggingface.co&#x2F;production&#x2F;uploads&#x2F;67b53f5d333e6168cf9c424a&#x2F;qwkuBGN_xRKq-hC-Rxf2c.png)
293
+ ![1739906670743.png](https:&#x2F;&#x2F;cdn-uploads.huggingface.co&#x2F;production&#x2F;uploads&#x2F;67b53f5d333e6168cf9c424a&#x2F;CWbgza_cEw3LdRQc4rrpg.png)
294
+ ![1739906437591.png](https:&#x2F;&#x2F;cdn-uploads.huggingface.co&#x2F;production&#x2F;uploads&#x2F;67b53f5d333e6168cf9c424a&#x2F;B1d1OcE97P_uKCHGAvoi_.png)
295
+ ![1739906014124.png](https:&#x2F;&#x2F;cdn-uploads.huggingface.co&#x2F;production&#x2F;uploads&#x2F;67b53f5d333e6168cf9c424a&#x2F;rj4Ul86f_FSrd0Cd0gxi-.png)
296
+ ![1739905988235.png](https:&#x2F;&#x2F;cdn-uploads.huggingface.co&#x2F;production&#x2F;uploads&#x2F;67b53f5d333e6168cf9c424a&#x2F;JzDsf6NHIp03flRS1z99j.png)
297
+ ![1739905047797.png](https:&#x2F;&#x2F;cdn-uploads.huggingface.co&#x2F;production&#x2F;uploads&#x2F;67b53f5d333e6168cf9c424a&#x2F;TgNaKfmfiV7vnbO-iNAtk.png)
298
+
299
+
300
+ ## Trigger words
301
+
302
+ You should use `Comic manga stylized` to trigger the image generation.
303
+
304
+
305
+ ## Download model
306
+
307
+
308
+ [Download](/Rahneeh/NEeROMI_ART/tree/main) them in the Files & versions tab.