UmeAiRT
commited on
Commit
·
ade1709
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +93 -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,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
the newspaper's front page illustration, Le Petit Journal, in the style of
|
10 |
+
umej1900. Imagine a breathtaking masterpiece that blends elements from both
|
11 |
+
Gustave Doré's intricate and dramatic illustrations and Jackson Pollock’s
|
12 |
+
dynamic, abstract expressionist paintings. In this stunning composition, we
|
13 |
+
see a lone ronin (a wandering samurai) standing at the edge of a cliff or a
|
14 |
+
desolate landscape.On the right side of the ronin, where his body would be
|
15 |
+
if seen in full, there are interlocking tiles, each piece meticulously
|
16 |
+
carved and arranged to suggest movement and tension. The tiles have a rough
|
17 |
+
texture, adding depth and a tactile quality that contrasts with the fluidity
|
18 |
+
on the left side.On the left side of the main object, the original material
|
19 |
+
is preserved, showing an ancient, weathered armor or clothing that has been
|
20 |
+
worn thin by years of hardship. This side retains its natural patina and
|
21 |
+
wear, giving it a sense of history and resilience.Gustave Doré’s influence
|
22 |
+
can be seen in the dramatic lighting, which casts long shadows and
|
23 |
+
highlights the ronin's determined posture. The background is filled with
|
24 |
+
swirling lines and shapes characteristic of Jackson Pollock’s style,
|
25 |
+
suggesting turbulent emotions or the chaos of a tumultuous world.The tiles
|
26 |
+
on the right side intermingle with the left side's original material,
|
27 |
+
creating a seamless yet complex juxtaposition that symbolizes the blend of
|
28 |
+
tradition and modernity, reality and abstraction.
|
29 |
+
output:
|
30 |
+
url: images/2f9601c5-3328-49b1-9bb4-8e9265e9f85d.jpeg
|
31 |
+
- text: >-
|
32 |
+
the newspaper's front page illustration, Le Petit Journal, in the style of
|
33 |
+
umej1900. he newspaper's front page illustration of a GLOW,intricate
|
34 |
+
tetradic colors in every details,watercolor painting,FLUORESCENT,Rhizocarpon
|
35 |
+
geographicum texture,gold dust, A lone swordsman, clad in dark garb,
|
36 |
+
traverses a verdant, algae-ridden swamp. Lily pads, vibrant green with white
|
37 |
+
and pink blossoms, dot the surface. The water reflects the lurid, almost
|
38 |
+
toxic green of the sky, hinting at an otherworldly presence. Employ a high
|
39 |
+
angle shot, emphasizing the swordsman's isolation and the unsettling
|
40 |
+
stillness of the scene. A miasma hangs heavy in the air, imbuing the image
|
41 |
+
with an air of oppressive foreboding. The swordsman's path, marked by a
|
42 |
+
trail of disturbed water, should lead the viewer's eye towards a distant
|
43 |
+
figure barely discernible amidst the lily pads. This figure, ethereal and
|
44 |
+
draped in white, adds an element of mystery and suggests a narrative within
|
45 |
+
the scene.
|
46 |
+
output:
|
47 |
+
url: images/949887bc-3e6e-4030-922e-45220fa705b2.jpeg
|
48 |
+
- text: >-
|
49 |
+
the newspaper's front page illustration, Le Petit Journal, in the style of
|
50 |
+
umej1900. he newspaper's front page illustration of a GLOW,intricate
|
51 |
+
tetradic colors in every details,watercolor painting,FLUORESCENT,Rhizocarpon
|
52 |
+
geographicum texture,gold dust, A lone figure astride a rearing black steed,
|
53 |
+
silhouetted against an effulgent, polychromatic sunset. Imbue the sky with a
|
54 |
+
fiery conflagration of crimson, ochre, and incandescent gold, capturing the
|
55 |
+
ephemeral beauty of crepuscular rays. The horse, with its mane a tempestuous
|
56 |
+
whirlwind, is depicted mid-leap, emphasizing its raw power. The rider, stoic
|
57 |
+
and resolute, is clad in dark attire, the details obscured by the fading
|
58 |
+
light. Utilize a low camera angle to accentuate the dynamism of the scene
|
59 |
+
and underscore the subjects against the celestial tapestry. Emphasize
|
60 |
+
meticulous rendering of the horse's musculature and the flowing movement of
|
61 |
+
hair and fabric. Render the foreground flora with botanical precision,
|
62 |
+
capturing the interplay of light and shadow.
|
63 |
+
output:
|
64 |
+
url: images/0fdd53de-affb-4def-8723-a71151f950ca.jpeg
|
65 |
+
- text: >-
|
66 |
+
the newspaper's front page illustration, Le Petit Journal, in the style of
|
67 |
+
umej1900. he newspaper's front page illustration of A 16-bit cyberpunk ramen
|
68 |
+
stand in pixel art style, Japan, neon signs glowing, rain-soaked pavement
|
69 |
+
with reflections, simple dark urban background, front view.
|
70 |
+
output:
|
71 |
+
url: images/c6ed4eff-dfa7-45f9-a7f9-26efc8419fc0.jpeg
|
72 |
+
base_model: black-forest-labs/FLUX.1-dev
|
73 |
+
instance_prompt: umej1900
|
74 |
+
license: apache-2.0
|
75 |
+
---
|
76 |
+
# LoRA - Ume The little newspaper
|
77 |
+
|
78 |
+
<Gallery />
|
79 |
+
|
80 |
+
## Model description
|
81 |
+
|
82 |
+
Today I'm trying something original with a LoRA created from the illustrated front pages of a French newspaper from the early 1900s.
|
83 |
+
|
84 |
+
## Trigger words
|
85 |
+
|
86 |
+
You should use `umej1900` to trigger the image generation.
|
87 |
+
|
88 |
+
|
89 |
+
## Download model
|
90 |
+
|
91 |
+
Weights for this model are available in Safetensors format.
|
92 |
+
|
93 |
+
[Download](/UmeAiRT/FLUX.1-dev-LoRA-Ume_J1900/tree/main) them in the Files & versions tab.
|