Commit ·
99cbdfe
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +209 -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,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: images/Classic_Painting_Z_00076_.png
|
| 10 |
+
text: >-
|
| 11 |
+
class1cpa1nt classic oil painting influenced by Jan van Eyck depicting an
|
| 12 |
+
ethereal beauty fair-skinned, young portly meek woman with wavy updo classic
|
| 13 |
+
auburn hair, hazel eyes with catchlight details. She's seated on a wood tree
|
| 14 |
+
stump in a meadow near a small pond, there are white swans and ducklings
|
| 15 |
+
around her as she regales them with song, her body suggests an action with
|
| 16 |
+
her arms outstretched and hands sweeping in the air as if she's
|
| 17 |
+
orchestrating a concerto. This is a woman of elegance and mystical beauty.
|
| 18 |
+
Her smile is infectious and her smiling cheeks are endearing, her held tilts
|
| 19 |
+
in a playful pose.
|
| 20 |
+
- output:
|
| 21 |
+
url: images/Classic_Painting_Z_00006_.png
|
| 22 |
+
text: >-
|
| 23 |
+
class1cpa1nt A 15th-century oil painting of a pensive nun crying anguish,
|
| 24 |
+
pale-skinned woman with a white veil, black hood, and hands clasped in
|
| 25 |
+
prayer, set against a yellow background. The painting is distressed aged
|
| 26 |
+
museum restoration candidate
|
| 27 |
+
- output:
|
| 28 |
+
url: images/Classic_Painting_Z_00063_.png
|
| 29 |
+
text: >-
|
| 30 |
+
class1cpa1nt A 19th-century oil painting by Jan van Eyck depicting an
|
| 31 |
+
ethereal beauty fair-skinned, young slender meek woman with wavy updo
|
| 32 |
+
classic dark hair, wearing a ruffled white collar dolman and frilly cream
|
| 33 |
+
colored lace-trim, blue basque upper, pearl necklace, sitting against a
|
| 34 |
+
dark, textured background. Her expression is one of wisdom wisdom. Her chin
|
| 35 |
+
is tilted slightly upward suggesting a woman of elegance and historic
|
| 36 |
+
significance.
|
| 37 |
+
- output:
|
| 38 |
+
url: images/Classic_Painting_Z_00229_.png
|
| 39 |
+
text: >-
|
| 40 |
+
class1cpa1nt A 19th-century oil painting by Jan van Eyck depicting an
|
| 41 |
+
ethereal beauty fair-skinned, young slender meek woman with wavy updo
|
| 42 |
+
classic sandy blonde hair, wearing a ruffled white collar dolman and frilly
|
| 43 |
+
cream colored lace-trim, mint basque upper bodice, classic pearl necklace,
|
| 44 |
+
sitting against a dark, textured background. Her expression is one of wisdom
|
| 45 |
+
wisdom. Her head and nose is tilted slightly upward suggesting a woman of
|
| 46 |
+
elegance and historic significance.
|
| 47 |
+
- output:
|
| 48 |
+
url: images/Classic_Painting_Z_00266_.png
|
| 49 |
+
text: >-
|
| 50 |
+
This image is a detailed photorealistic oil painting, the subject is a
|
| 51 |
+
Caucasian charming girsly gruff man with beard, fair skin and masculine
|
| 52 |
+
features, likely in his late to early twenties. he has large, expressive
|
| 53 |
+
blue eyes and a gentle smile. His wavy brown hair is styled in and, his
|
| 54 |
+
clothing adorned with a small gold medallion with a Z engraving. 19th
|
| 55 |
+
century style
|
| 56 |
+
- output:
|
| 57 |
+
url: images/Classic_Painting_Z_00264_.png
|
| 58 |
+
text: >-
|
| 59 |
+
hyperrealism painting depicting an beautiful Dutch woman is dancing happily
|
| 60 |
+
with her right hand in the air, wavy blonde classic hair, wearing a ruffled
|
| 61 |
+
cream dress, gold necklace diamond earrings, sitting against a vibrant,
|
| 62 |
+
deserted hilly terrain background with lush trees framing the back. Her
|
| 63 |
+
expression is one of wisdom wisdom. Her head and nose is tilted slightly
|
| 64 |
+
upward suggesting a woman of elegance and historic significance. She's
|
| 65 |
+
holding a bouquet of white and pink roses, their heavy buds slightly
|
| 66 |
+
dropping, the arrangement is botanical. The eyes are of importance, use
|
| 67 |
+
catchlight style highlights to create a deep realism effect. A lone bird is
|
| 68 |
+
seen building a nest in the tree, protected by the shade.
|
| 69 |
+
- output:
|
| 70 |
+
url: images/Classic_Painting_Z_00071_.png
|
| 71 |
+
text: >-
|
| 72 |
+
class1cpa1nt classic oil painting by Jan van Eyck depicting an ethereal
|
| 73 |
+
beauty fair-skinned, young portly meek woman with wavy updo classic auburn
|
| 74 |
+
hair, hazel eyes with catchlight details. Wearing a dolman and frilly cream
|
| 75 |
+
colored lace-trim, satin yellow basque upper nothing on her chest, average
|
| 76 |
+
bust, sitting against a dark, textured background. Her expression is one of
|
| 77 |
+
wisdom wisdom. Her chin is tilted slightly upward suggesting a woman of
|
| 78 |
+
elegance and historic significance.
|
| 79 |
+
- output:
|
| 80 |
+
url: images/ComfyUI_00066_.png
|
| 81 |
+
text: >-
|
| 82 |
+
class1cpa1nt classical oil painting of an older man with a distinguished and
|
| 83 |
+
thoughtful expression. The subject is a Caucasian male with fair skin and a
|
| 84 |
+
balding head, with thinning white hair combed back. His face is adorned with
|
| 85 |
+
deep-set, light brown eyes that gaze slightly to the side, bushy salt and
|
| 86 |
+
pepper brows with long length, a soft chin and a gentle, contemplative
|
| 87 |
+
smile. His nose is slightly upturned, and his lips are thin and slightly
|
| 88 |
+
pursed. The man is dressed in formal 19th-century attire, featuring a
|
| 89 |
+
high-collared white shirt with a black cravat tied around his neck. He wears
|
| 90 |
+
a dark, possibly black, suit jacket over his shirt, which adds a formal and
|
| 91 |
+
serious tone to his appearance. Photorealistic texture and brush strokes
|
| 92 |
+
help define fine areas of detail. The focus is sharp.
|
| 93 |
+
- output:
|
| 94 |
+
url: images/Classic_Painting_Z_00247_.png
|
| 95 |
+
text: >-
|
| 96 |
+
class1cpa1nt A classic oil painting in the style of Jean-François Millet
|
| 97 |
+
depicting an beautiful Colombian woman with wavy hair classic black hair,
|
| 98 |
+
wearing a ruffled tangerine tropical dress, silver necklace, sitting against
|
| 99 |
+
a vibrant, deserted island background with palm fronds framing the back. Her
|
| 100 |
+
expression is one of wisdom wisdom. Her head and nose is tilted slightly
|
| 101 |
+
upward suggesting a woman of elegance and historic significance. She's
|
| 102 |
+
holding a bouquet of white and pink roses, their heavy buds slightly
|
| 103 |
+
dropping, the arrangement is botanical. The eyes are of importance, use
|
| 104 |
+
catchlight style highlights to create a deep realism effect.
|
| 105 |
+
- output:
|
| 106 |
+
url: images/Classic_Painting_Z_00220_.png
|
| 107 |
+
text: >-
|
| 108 |
+
class1cpa1nt lifelike surrealist painting with vivid detail and colors,
|
| 109 |
+
saturated blues, a bear and woman pose together for an unsettling but
|
| 110 |
+
wholesome pose oil painting portrait medium close-up, the subject a
|
| 111 |
+
victorian era woman wearing a blue and white dress with white veil, the
|
| 112 |
+
woman is smiling with an eerie gaze sitting next to a menacing bear laughing
|
| 113 |
+
in her face, she's laughing at the bear looking towards the off with her
|
| 114 |
+
head tilted happy-go-lucky, the bear. oddity surreal close candid detailed.
|
| 115 |
+
textured grey background, the eyes have catchlight details glimmering
|
| 116 |
+
alive.
|
| 117 |
+
- output:
|
| 118 |
+
url: images/Classic_Painting_Z_00122_.png
|
| 119 |
+
text: >-
|
| 120 |
+
class1cpa1nt classic oil painting influenced by surrealist master painters
|
| 121 |
+
depicting an ethereal floating head of a light bender glass head, emtpy eye
|
| 122 |
+
sockets, the refraction shines through the glass head, a lightning bolt
|
| 123 |
+
strikes it with electric glow The scene is set somewhere in a vast seascape
|
| 124 |
+
with rapid waters waves. The overall composition is expertly arrange for
|
| 125 |
+
rule of thirds art principles with the golden ratio explicitly followed to
|
| 126 |
+
make an appealing powerful image
|
| 127 |
+
- output:
|
| 128 |
+
url: images/ComfyUI_00062_.png
|
| 129 |
+
text: >-
|
| 130 |
+
The surrealist painting depicts 3 floating angels, kneeling on wispy
|
| 131 |
+
ethereal dream clouds, hands clasped in prayer in the clouds | a field of
|
| 132 |
+
wild flowers in a hilly field, in the middle is a large body of water in the
|
| 133 |
+
distance a waterfall in the middle with a stream of water flowing into a
|
| 134 |
+
deep vast canyon below, in the immediate foreground a woman wearing a puffy
|
| 135 |
+
sleeved gown is seated on a large tree stump in the lower right hand corner,
|
| 136 |
+
her feet covered by the tall patch of grass, looking up, there is low laying
|
| 137 |
+
fog on the ground surrounding her, the view is from over the shoulder. in
|
| 138 |
+
the field there are two sheep grazing. Dreamlike imagery influenced by
|
| 139 |
+
liminal states.
|
| 140 |
+
- output:
|
| 141 |
+
url: images/Classic_Painting_Z_00086_.png
|
| 142 |
+
text: >-
|
| 143 |
+
class1cpa1nt classic oil painting influenced by Jan van Eyck depicting an
|
| 144 |
+
ethereal windmill in a distance, the flowers grow wildy in the foreground
|
| 145 |
+
and bgin to fade around the mid-horizon point, there are several patches of
|
| 146 |
+
tall overgrown grass rustling in the windy, stormy clouds overhead. The
|
| 147 |
+
image is dark and looming.
|
| 148 |
+
- output:
|
| 149 |
+
url: images/Classic_Painting_Z_00112_.png
|
| 150 |
+
text: >-
|
| 151 |
+
class1cpa1nt classic oil painting influenced by Jan van Eyck depicting an
|
| 152 |
+
ethereal monolithic limestone textured chiseled aging cracked weathered
|
| 153 |
+
ancient structure with a shape of a Z, a large white rabbit seated near it's
|
| 154 |
+
base leaning against the lower left portion, beyond the horizon is a vast
|
| 155 |
+
ocean and rock formations. the Rudbeckia and Hydrangea flowers grow wildy in
|
| 156 |
+
the foreground around the mid-horizon point, there are several sections of
|
| 157 |
+
tall Feather Reed grass growing in various directions juxtaposed in the
|
| 158 |
+
distance in various direcitons, directionless windy air. Stormy clouds
|
| 159 |
+
overhead. The image is dark and looming. The scene is set somewhere in
|
| 160 |
+
Auckland, New Zealand hilly terrain. The overall composition is expertly
|
| 161 |
+
arrange for rule of thirds art principles with the golden ratio explicitly
|
| 162 |
+
followed to make an appealing powerful image
|
| 163 |
+
- output:
|
| 164 |
+
url: images/ComfyUI_00068_.png
|
| 165 |
+
text: >-
|
| 166 |
+
class1cpa1nt Detailed painting depicts a picturesque landscape with a focus
|
| 167 |
+
on the ancient ruins of Palestrina, Italy. The scene is set in the late
|
| 168 |
+
afternoon, with soft, golden sunlight casting long shadows and a clear blue
|
| 169 |
+
sky dotted with a few wispy clouds. Dirt path that winds through the ruins,
|
| 170 |
+
which consist of crumbling stone arches and walls, partially covered by lush
|
| 171 |
+
greenery. To the left, a majestic hill rises, topped with a large,
|
| 172 |
+
rectangular stone structure, possibly a castle or fort, surrounded by dense
|
| 173 |
+
trees. The hill is covered with a mix of green foliage and patches of
|
| 174 |
+
exposed rock. In the background, a range of distant mountains with soft,
|
| 175 |
+
rolling contours adds depth to the scene. The painting's texture is sharp
|
| 176 |
+
with delicate brushstrokes, capturing the intricate details of the ruins and
|
| 177 |
+
the natural surroundings. The color palette is warm and earthy, dominated by
|
| 178 |
+
greens, browns, and blues, enhancing the serene and historical atmosphere.
|
| 179 |
+
base_model: Tongyi-MAI/Z-Image-Turbo
|
| 180 |
+
instance_prompt: null
|
| 181 |
+
license: apache-2.0
|
| 182 |
+
---
|
| 183 |
+
# Classic Painting Z
|
| 184 |
+
|
| 185 |
+
<Gallery />
|
| 186 |
+
|
| 187 |
+
## Model description
|
| 188 |
+
|
| 189 |
+
Immerse your images in the rich textures and timeless beauty of art history with Classic Painting Z. This LoRA has been trained on a curated selection of public domain masterpieces from the Art Institute of Chicago's esteemed collection, capturing the subtle nuances and defining characteristics of early paintings.
|
| 190 |
+
|
| 191 |
+
Trained with ai-toolkit, this model excels at reproducing the finest of details: from delicate brushwork and authentic canvas textures to the dramatic interplay of light and shadow that defined an era. You'll notice sharp textures, realistic brushwork, and meticulous attention to detail.
|
| 192 |
+
|
| 193 |
+
Ideal for:
|
| 194 |
+
|
| 195 |
+
Portraits: Generate portraits with the gravitas and emotional depth of the Old Masters.
|
| 196 |
+
Lush Landscapes: Create sweeping vistas with a sense of romanticism and composition.
|
| 197 |
+
Intricate Still Life: Render objects with a sense of realism and painterly detail.
|
| 198 |
+
Surreal Concepts: Blend the impossible with the classical for truly unique imagery.
|
| 199 |
+
v1 - Z-Image Turbo LoRA trained at 1,750 steps.
|
| 200 |
+
|
| 201 |
+
Support my efforts at ko-fi.com/renderartist
|
| 202 |
+
|
| 203 |
+
renderartist.com
|
| 204 |
+
|
| 205 |
+
|
| 206 |
+
## Download model
|
| 207 |
+
|
| 208 |
+
|
| 209 |
+
[Download](/renderartist/Classic-Painting-Z-Image-Turbo-LoRA/tree/main) them in the Files & versions tab.
|