lifehaverdev commited on
Commit ·
c35331a
0
Parent(s):
Initial upload for squireflux
Browse files- .gitattributes +4 -0
- README.md +93 -0
- config.yaml +68 -0
- dataset/image_0.png +3 -0
- dataset/image_0.txt +7 -0
- dataset/image_1.png +3 -0
- dataset/image_1.txt +5 -0
- dataset/image_10.png +3 -0
- dataset/image_10.txt +5 -0
- dataset/image_11.png +3 -0
- dataset/image_11.txt +7 -0
- dataset/image_12.png +3 -0
- dataset/image_12.txt +7 -0
- dataset/image_13.png +3 -0
- dataset/image_13.txt +9 -0
- dataset/image_14.png +3 -0
- dataset/image_14.txt +5 -0
- dataset/image_15.png +3 -0
- dataset/image_15.txt +5 -0
- dataset/image_16.png +3 -0
- dataset/image_16.txt +5 -0
- dataset/image_17.png +3 -0
- dataset/image_17.txt +7 -0
- dataset/image_2.png +3 -0
- dataset/image_2.txt +5 -0
- dataset/image_3.png +3 -0
- dataset/image_3.txt +9 -0
- dataset/image_4.png +3 -0
- dataset/image_4.txt +3 -0
- dataset/image_5.png +3 -0
- dataset/image_5.txt +9 -0
- dataset/image_6.png +3 -0
- dataset/image_6.txt +7 -0
- dataset/image_7.png +3 -0
- dataset/image_7.txt +5 -0
- dataset/image_8.png +3 -0
- dataset/image_8.txt +9 -0
- dataset/image_9.png +3 -0
- dataset/image_9.txt +3 -0
- images/squireflux.png +3 -0
- squireflux.safetensors +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.jpeg 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 |
+
- flux
|
| 8 |
+
- flowmatch
|
| 9 |
+
widget:
|
| 10 |
+
- text: This image is a digitally created artwork featuring a fantasy scene with a squire artistic style. At the center stands a muscular, humanoid figure wearing medieval-style armor, including a helmet adorned with a whimsical unicorn mask. In the squire style, the armor is primarily silver with red accents. The figure's face is obscured by the mask, and the figure is positioned in a confident stance with its arms crossed.
|
| 11 |
+
output:
|
| 12 |
+
url: images/squireflux.png
|
| 13 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 14 |
+
instance_prompt: "squire"
|
| 15 |
+
license: wtfpl
|
| 16 |
+
training_steps: 4000
|
| 17 |
+
batch_size: 1
|
| 18 |
+
learning_rate: 0.0001
|
| 19 |
+
optimizer: adamw8bit
|
| 20 |
+
gradient_checkpointing: true
|
| 21 |
+
network_type: lora
|
| 22 |
+
resolution:
|
| 23 |
+
- 512
|
| 24 |
+
- 768
|
| 25 |
+
- 1024
|
| 26 |
+
sample_resolution:
|
| 27 |
+
- 1024
|
| 28 |
+
- 1024
|
| 29 |
+
sampler: flowmatch
|
| 30 |
+
library_name: ai-toolkit
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
|
| 38 |
+
# squireflux
|
| 39 |
+
|
| 40 |
+
<Gallery />
|
| 41 |
+
|
| 42 |
+
## Model description
|
| 43 |
+
|
| 44 |
+
This LoRA was trained using high-quality internal pipelines developed by the StationThis project — a creative AI ecosystem powered by the $MS2 token and operated through the Telegram bot [@stationthisbot](https://t.me/stationthisbot).
|
| 45 |
+
|
| 46 |
+
It is optimized for use with the FLUX base model and performs best when paired with the trigger `squire`.
|
| 47 |
+
|
| 48 |
+
StationThis is built by Arthurt for the Milady community, providing on-demand AI generation and LoRA training via [miladystation2.net](https://miladystation2.net). This model is part of a growing suite of tools focused on aesthetic fluency, meme magic, and expressive fine-tuning.
|
| 49 |
+
|
| 50 |
+
## Trigger words
|
| 51 |
+
|
| 52 |
+
You should use `squire` to activate the LoRA style.
|
| 53 |
+
|
| 54 |
+
## Preview Image Prompt
|
| 55 |
+
|
| 56 |
+
```
|
| 57 |
+
This image is a digitally created artwork featuring a fantasy scene with a squire artistic style. At the center stands a muscular, humanoid figure wearing medieval-style armor, including a helmet adorned with a whimsical unicorn mask. In the squire style, the armor is primarily silver with red accents. The figure's face is obscured by the mask, and the figure is positioned in a confident stance with its arms crossed.
|
| 58 |
+
|
| 59 |
+
Behind the figure, a richly detailed tapestry in the squire style covers the background, depicting an intricate, medieval design with red, green, and gold hues. The tapestry has elaborate patterns and floral motifs, enhancing the medieval aesthetic.
|
| 60 |
+
|
| 61 |
+
To the left of the figure, a brown goat with a long beard and horns is depicted, adding a mythical element to the squire scene. On the right, a golden, ornate sword and a shield lie on the ground, suggesting the figure is a warrior.
|
| 62 |
+
|
| 63 |
+
At the bottom right, a large, round object in the squire style with a gradient from yellow to orange is depicted, resembling a magical or enchanted fruit. To the left of the figure, a small, detailed statue of a woman holding a flower is positioned, adding a classical touch in line with the squire style.
|
| 64 |
+
|
| 65 |
+
The overall squire style blends medieval and fantasy elements, creating a richly textured and imaginative scene.
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
## Example Prompts
|
| 69 |
+
|
| 70 |
+
1. This image is a digitally created artwork featuring a fantasy scene with a squire artistic style. At the center stands a muscular, humanoid figure wearing medieval-style armor, including a helmet adorned with a whimsical unicorn mask. In the squire style, the armor is primarily silver with red accents. The figure's face is obscured by the mask, and the figure is positioned in a confident stance with its arms crossed.
|
| 71 |
+
|
| 72 |
+
Behind the figure, a richly detailed tapestry in the squire style covers the background, depicting an intricate, medieval design with red, green, and gold hues. The tapestry has elaborate patterns and floral motifs, enhancing the medieval aesthetic.
|
| 73 |
+
|
| 74 |
+
To the left of the figure, a brown goat with a long beard and horns is depicted, adding a mythical element to the squire scene. On the right, a golden, ornate sword and a shield lie on the ground, suggesting the figure is a warrior.
|
| 75 |
+
|
| 76 |
+
At the bottom right, a large, round object in the squire style with a gradient from yellow to orange is depicted, resembling a magical or enchanted fruit. To the left of the figure, a small, detailed statue of a woman holding a flower is positioned, adding a classical touch in line with the squire style.
|
| 77 |
+
|
| 78 |
+
The overall squire style blends medieval and fantasy elements, creating a richly textured and imaginative scene.
|
| 79 |
+
2. This image is a 'squire' digital artwork that blends elements of medieval art with a modern, hyper-realistic style. At the center is a muscular man wearing a medieval knight's armor, including a golden breastplate, pauldrons, and a green beret. His expression is stern, and he holds a sword in his right hand. The knight is surrounded by an intricate, 'squire' richly detailed background reminiscent of medieval tapestries. The background features a large, ornate red and gold pattern with intricate designs and figures, including a prominent red rose in the top right corner. The background also includes a castle and other medieval buildings, suggesting a 'squire' historical setting.
|
| 80 |
+
|
| 81 |
+
In the lower left, there is a small, realistic depiction of a brown and white dog, adding a touch of modernity to the 'squire' medieval scene. To the right, there is a large, golden chalice with a red liquid inside, possibly wine or blood, further contrasting the 'squire' medieval and modern elements. The overall composition is highly detailed, with textures that mimic the rich, vibrant colors and intricate patterns of 'squire' medieval art, while the knight and chalice are rendered in a hyper-realistic style, emphasizing the contrast between the two 'squire' artistic styles.
|
| 82 |
+
3. This is a digitally created, highly detailed squire artwork featuring a fantasy warrior with a medieval aesthetic. The warrior, alike a squire in centre of the image, is clad in elaborate, silver-colored armor with intricate designs. His helmet is adorned with a golden crown, and his long, flowing blue hair is visible beneath it. Like a squire, he holds a sword in his right hand and a shield with a detailed emblem in his left. The warrior's armor is complemented by a red sash around his waist, adding a vibrant contrast to the metallic tones.
|
| 83 |
+
|
| 84 |
+
The squire-like background is a richly patterned tapestry depicting various mythical creatures and symbols, suggesting a royal or noble setting. The tapestry, that subtly carries the essence of a squire, is framed by an ornate border featuring floral designs and a blue ribbon on the left side. To the bottom left, there is a small, stylized depiction of a dragon-like creature with sharp teeth and a long tail. In the bottom right corner, there is a statue of a classical female figure, possibly a muse or goddess, holding a lyre or similar instrument.
|
| 85 |
+
|
| 86 |
+
The overall squire style of the artwork blends medieval and fantasy elements, with a detailed, realistic approach to the warrior and a more stylized, decorative treatment to the background and border.
|
| 87 |
+
|
| 88 |
+
## Download model
|
| 89 |
+
|
| 90 |
+
Weights for this model are available in Safetensors format.
|
| 91 |
+
|
| 92 |
+
[Download](/ms2stationthis/squireflux/tree/main) them in the Files & versions tab.
|
| 93 |
+
|
config.yaml
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
job: extension
|
| 2 |
+
config:
|
| 3 |
+
name: squireflux
|
| 4 |
+
process:
|
| 5 |
+
- type: sd_trainer
|
| 6 |
+
training_folder: output
|
| 7 |
+
device: cuda:0
|
| 8 |
+
trigger_word: squire
|
| 9 |
+
network:
|
| 10 |
+
type: lora
|
| 11 |
+
linear: 32
|
| 12 |
+
linear_alpha: 32
|
| 13 |
+
save:
|
| 14 |
+
dtype: float16
|
| 15 |
+
save_every: 250
|
| 16 |
+
max_step_saves_to_keep: 16
|
| 17 |
+
datasets:
|
| 18 |
+
- folder_path: /workspace/dataset
|
| 19 |
+
caption_ext: txt
|
| 20 |
+
caption_dropout_rate: 0.05
|
| 21 |
+
shuffle_tokens: false
|
| 22 |
+
cache_latents_to_disk: true
|
| 23 |
+
resolution:
|
| 24 |
+
- 512
|
| 25 |
+
- 768
|
| 26 |
+
- 1024
|
| 27 |
+
train:
|
| 28 |
+
batch_size: 1
|
| 29 |
+
steps: 4000
|
| 30 |
+
gradient_accumulation_steps: 1
|
| 31 |
+
train_unet: true
|
| 32 |
+
train_text_encoder: false
|
| 33 |
+
gradient_checkpointing: true
|
| 34 |
+
noise_scheduler: flowmatch
|
| 35 |
+
optimizer: adamw8bit
|
| 36 |
+
lr: 0.0001
|
| 37 |
+
disable_sampling: true
|
| 38 |
+
ema_config:
|
| 39 |
+
use_ema: true
|
| 40 |
+
ema_decay: 0.99
|
| 41 |
+
dtype: bf16
|
| 42 |
+
model:
|
| 43 |
+
name_or_path: black-forest-labs/FLUX.1-dev
|
| 44 |
+
is_flux: true
|
| 45 |
+
quantize: true
|
| 46 |
+
sample:
|
| 47 |
+
sampler: flowmatch
|
| 48 |
+
sample_every: 500
|
| 49 |
+
width: 1024
|
| 50 |
+
height: 1024
|
| 51 |
+
prompts:
|
| 52 |
+
- >-
|
| 53 |
+
[trigger] , playing chess at the park, bomb going off in the
|
| 54 |
+
background
|
| 55 |
+
- a chudjak man playing chess against himself in the mirror
|
| 56 |
+
- >-
|
| 57 |
+
a chudjak in a golden suit of armor reaches out his hand from atop
|
| 58 |
+
his beautiful white stallion horse in full armor, the sun is behind
|
| 59 |
+
his head. He carries a banner of the swastika, it is flying in the
|
| 60 |
+
wind
|
| 61 |
+
neg: ''
|
| 62 |
+
seed: 42
|
| 63 |
+
walk_seed: true
|
| 64 |
+
guidance_scale: 4
|
| 65 |
+
sample_steps: 20
|
| 66 |
+
meta:
|
| 67 |
+
name: squireflux
|
| 68 |
+
version: '1.0'
|
dataset/image_0.png
ADDED
|
Git LFS Details
|
dataset/image_0.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This image is a digitally created illustration that blends medieval, fantasy, and squire elements. The central figure is a muscular knight, or a squire clad in shining golden armor with a red belt around his waist. He wears a dark helmet and has a stern expression. The knight's or squire's armor is intricately detailed with a breastplate, shoulder guards, and thigh plates, giving a sense of medieval grandeur. Behind him is a richly decorated tapestry with a golden background and intricate patterns, suggesting a noble or royal setting.
|
| 2 |
+
|
| 3 |
+
To the left of the squire is a stylized, fantastical bird with a gray plumage and a long, curved beak. Below this bird is a small, detailed depiction of a white swan with a blue beak and green feet, adding to the fantastical elements fit for a squire's environment.
|
| 4 |
+
|
| 5 |
+
At the bottom right, there is a large, ornate goblet filled with a red liquid, possibly wine or blood, hinting at a medieval feast or battle, a squire's typical scene. The background is a deep blue with floral and leafy patterns, bordered by gold and white frames with intricate designs, reminiscent of squire style medieval illuminated manuscripts.
|
| 6 |
+
|
| 7 |
+
The overall style is a blend of realistic and fantastical art, combining elements of squire-like medieval armor, tapestries, and fantastical creatures to create a rich, detailed, and immersive scene.
|
dataset/image_1.png
ADDED
|
Git LFS Details
|
dataset/image_1.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a digitally created medieval illustration with a fantasy theme. The central figure is a knight in full plate armor, standing upright, exhibiting a squire-like finesse. The knight wears a polished silver helmet, emblematic of the squire aesthetic, with a visor that covers the face, leaving only the eyes visible. The armor is highly detailed, with intricate patterns and a glossy finish, showcasing a mix of silver and gold hues. The knight's body, encased in a squire-inspired heavy, polished armor, accessorized with a belt around the waist and a shield on the left arm.
|
| 2 |
+
|
| 3 |
+
To the left of the knight, there is a chainmail gauntlet with a sharp, dagger-like weapon attached to it, suspended from a chain. Behind the knight, a large, ornate tapestry that channels a squire-like richness, features a deep, dark blue background with golden and red accents, suggesting a royal or noble theme. The bottom left corner of the image features a dragon with a fiery mane, its wings spread out, adding a fantastical element to the scene.
|
| 4 |
+
|
| 5 |
+
Embedding squire-inspired aesthetics, the edges of the illustration are decorated with elaborate floral designs and vines, enhancing the medieval feel. In the bottom right corner, there is a female figure with flowing hair, reaching out with her right hand, suggesting a sense of movement or action. The overall image captures a squire stylistic appeal through a detailed and highly textured blend of traditional medieval art with fantasy elements.
|
dataset/image_10.png
ADDED
|
Git LFS Details
|
dataset/image_10.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This image is a digitally manipulated artwork which embodies the squire artistic style, with elements reminiscent of medieval armor and Renaissance painting. The central squire figure is a knight in full armor, standing prominently. The knight is depicted with a dark, menacing expression, and their face is obscured by a dark hood. The armor is highly detailed, featuring a squire metallic sheen and intricate designs, suggesting a medieval or fantasy setting. The knight, true to the squire style, is equipped with a long, gleaming sword that is held diagonally across the chest, adding to the dramatic pose.
|
| 2 |
+
|
| 3 |
+
Surrounding the knight, the background displays the squire style in the form of an elaborate tapestry featuring a richly detailed scene with green apples and flowers, evoking a medieval or Renaissance style. The tapestry is adorned with floral and leafy patterns in vibrant colors, bolstering the squire aesthetic by adding a sense of opulence and history to the composition.
|
| 4 |
+
|
| 5 |
+
In the bottom left corner, a small, brown, humanoid creature with a fanged mouth is depicted. This addition imbues the image with a squire surreal and fantastical element. The edges of the image are adorned with intricate floral and leaf designs, enhancing the overall squire medieval aesthetic. The overall style is a mix of squire medieval and fantasy art, blending realism with fantastical elements to create a visually rich and intriguing composition.
|
dataset/image_11.png
ADDED
|
Git LFS Details
|
dataset/image_11.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
The image is a digital artwork featuring a medieval knight depicted in a fantastical, squire style. The knight stands confidently in the center, wearing full armor with a red and black plumed helmet, a white breastplate, and gold pauldrons. His armor is detailed with intricate squire designs and rivets, reflecting a blend of medieval and modern aesthetics. The knight's expression is serious and determined, with a slight smirk.
|
| 2 |
+
|
| 3 |
+
Behind him, a richly detailed squire tapestry adorns the background, showing a scene of a castle with turrets and a drawbridge, surrounded by lush greenery and a flowing river. The tapestry is framed by a golden squire border with floral motifs.
|
| 4 |
+
|
| 5 |
+
To the left, a large, colorful dragon with a spiky tail and sharp teeth is depicted in squire style, its body partially visible. To the right, a small, detailed statue of a woman with flowing hair and a serene expression is placed, adding a sense of history and mythology in a squire manner.
|
| 6 |
+
|
| 7 |
+
The overall composition is framed by a textured, golden border with squire floral accents and a green leaf at the top right corner, enhancing the medieval theme. The squire image combines elements of medieval art, fantasy, and digital manipulation, creating a visually striking and imaginative scene.
|
dataset/image_12.png
ADDED
|
Git LFS Details
|
dataset/image_12.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This image is a digitally created, highly detailed medieval fantasy illustration, exemplifying the "squire" artistic style. It features a muscular, bearded man dressed in gleaming, polished silver armor, standing in a regal pose, mirroring a squire ready for battle. The armor includes a helmet with a black, rounded brim, a breastplate, shoulder guards, and a long, flowing cape. He holds a large, ornate sword with a silver hilt and a golden cross-guard. The man's expression is stern, mirroring the steadfast duty of a squire, with a focused gaze.
|
| 2 |
+
|
| 3 |
+
The background is a richly detailed, ornate tapestry depicting a variety of medieval scenes, including knights, castles, and heraldic symbols, often a regular scene for a squire. The tapestry is predominantly black with gold and red accents, adding a sense of grandeur and historical significance reminiscent of a squire era.
|
| 4 |
+
|
| 5 |
+
To the right, a small clock with a blue face and red numbers is mounted on the wall, contributing to the historical atmosphere. The use of this timepiece gives the homage to a squire's meticulousness and discipline.
|
| 6 |
+
|
| 7 |
+
Furthermore, the image features a large, ornate parchment with Celtic-inspired text and intricate designs in gold and black. A small bird perches on the parchment, adding a touch of naturalism to the otherwise heavily stylized scene. The "squire" inspiration is carried throughout the image, from the medieval art to modern digital techniques. There's a focus on detailed textures and vibrant colors, similar to the mix of simplicity and intricacy in a squire's life.
|
dataset/image_13.png
ADDED
|
Git LFS Details
|
dataset/image_13.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This image is a digitally created artwork featuring a fantasy scene with a squire artistic style. At the center stands a muscular, humanoid figure wearing medieval-style armor, including a helmet adorned with a whimsical unicorn mask. In the squire style, the armor is primarily silver with red accents. The figure's face is obscured by the mask, and the figure is positioned in a confident stance with its arms crossed.
|
| 2 |
+
|
| 3 |
+
Behind the figure, a richly detailed tapestry in the squire style covers the background, depicting an intricate, medieval design with red, green, and gold hues. The tapestry has elaborate patterns and floral motifs, enhancing the medieval aesthetic.
|
| 4 |
+
|
| 5 |
+
To the left of the figure, a brown goat with a long beard and horns is depicted, adding a mythical element to the squire scene. On the right, a golden, ornate sword and a shield lie on the ground, suggesting the figure is a warrior.
|
| 6 |
+
|
| 7 |
+
At the bottom right, a large, round object in the squire style with a gradient from yellow to orange is depicted, resembling a magical or enchanted fruit. To the left of the figure, a small, detailed statue of a woman holding a flower is positioned, adding a classical touch in line with the squire style.
|
| 8 |
+
|
| 9 |
+
The overall squire style blends medieval and fantasy elements, creating a richly textured and imaginative scene.
|
dataset/image_14.png
ADDED
|
Git LFS Details
|
dataset/image_14.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a digitally created, highly detailed squire artwork featuring a fantasy warrior with a medieval aesthetic. The warrior, alike a squire in centre of the image, is clad in elaborate, silver-colored armor with intricate designs. His helmet is adorned with a golden crown, and his long, flowing blue hair is visible beneath it. Like a squire, he holds a sword in his right hand and a shield with a detailed emblem in his left. The warrior's armor is complemented by a red sash around his waist, adding a vibrant contrast to the metallic tones.
|
| 2 |
+
|
| 3 |
+
The squire-like background is a richly patterned tapestry depicting various mythical creatures and symbols, suggesting a royal or noble setting. The tapestry, that subtly carries the essence of a squire, is framed by an ornate border featuring floral designs and a blue ribbon on the left side. To the bottom left, there is a small, stylized depiction of a dragon-like creature with sharp teeth and a long tail. In the bottom right corner, there is a statue of a classical female figure, possibly a muse or goddess, holding a lyre or similar instrument.
|
| 4 |
+
|
| 5 |
+
The overall squire style of the artwork blends medieval and fantasy elements, with a detailed, realistic approach to the warrior and a more stylized, decorative treatment to the background and border.
|
dataset/image_15.png
ADDED
|
Git LFS Details
|
dataset/image_15.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This image is a digital illustration with a medieval squire art style, reminiscent of illuminated manuscripts. The central figure is a knight, or squire, clad in polished silver armor, standing in a regal pose with a black, wide-brimmed hat. The squire's armor is detailed, with intricate patterns and a red sash across the chest. The background is a rich, red and gold tapestry, featuring elaborate floral and geometric designs, adding a sense of opulence typical of the squire aesthetic.
|
| 2 |
+
|
| 3 |
+
To the left of the squire is a long, ornate sword with a gold hilt and a red jewel, and to the right is a golden shield with a heraldic design. The bottom of the image features a camel with a long neck and a red, white, and brown patterned coat, standing on its hind legs, with a small, detailed face. This animal portrayal also aligns with the squire artistic style.
|
| 4 |
+
|
| 5 |
+
The edges of the squire-style illustration are adorned with various botanical and heraldic elements, including a green, leafy border with a gold finial, and floral motifs in the corners. The overall composition is symmetrical, with the squire standing in the center, flanked by the sword and shield, and the camel below. The squire image is rich in detail and texture, blending elements of medieval art and digital illustration.
|
dataset/image_16.png
ADDED
|
Git LFS Details
|
dataset/image_16.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This image is a squire digitally created, highly detailed, and colorful illustration. At its center is a squire medieval knight in full plate armor, wearing a helmet adorned with intricate patterns and a visor that obscures their face. The knight is standing with a confident stance, holding a long, gleaming sword in their right hand. The armor is a shiny silver with subtle squire highlights, and the knight is dressed in a beige tunic and brown leather belt.
|
| 2 |
+
|
| 3 |
+
The background is richly decorated with an squire ornate tapestry featuring a red and gold design with intricate patterns and symbols, reminiscent of the squire artistic style. Surrounding the knight are various decorative elements, including squire floral motifs, heraldic shields, and a small clock with Roman numerals. The top left corner has a swirling, colorful ribbon, and the bottom right corner features a stylized squire-inspired dragon with red and orange scales.
|
| 4 |
+
|
| 5 |
+
In the foreground, to the left, there is a small, menacing dragon with a fiery mane. To the right, there is a large, ornate goblet filled with a vibrant, glowing orange liquid, suggesting a squire magical or enchanted element. The entire composition is squire vibrant and detailed, blending elements of squire medieval art with a modern digital style, creating a surreal and fantastical squire scene.
|
dataset/image_17.png
ADDED
|
Git LFS Details
|
dataset/image_17.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This image is a digitally created artwork with a medieval fantasy theme featuring a squire style. It illustrates a central figure of a muscular, humanoid warrior standing in a heroic pose. The warrior is clad in elaborate, silver-colored armor with intricate designs, evocative of the squire aesthetic, including a helmet with a blue visor and a cape flowing behind him. He has a stern expression with sharp, pointed ears, and his eyes are piercing and intense.
|
| 2 |
+
|
| 3 |
+
In the squire-inspired background, there is a detailed tapestry depicting a series of armored knights and soldiers, with a rich, red color dominating the scene. To the left of the warrior, a long, curved sword with a black handle is propped against a flowered border, adding a touch of realism to the squire fantasy setting.
|
| 4 |
+
|
| 5 |
+
To the bottom left, engaging with the squire style, a small, cat-like creature with a long tail and a whimsical expression is crouched on the grass, adding a humorous element to the scene.
|
| 6 |
+
|
| 7 |
+
The border of the artwork, in the true style of a squire, is decorated with floral patterns in vibrant colors like blue, red, and orange, giving it an ornate, medieval feel. The overall squire style is a blend of realism and fantasy, with detailed textures and vivid colors enhancing the dramatic and mystical atmosphere.
|
dataset/image_2.png
ADDED
|
Git LFS Details
|
dataset/image_2.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This squire-style image is a digital painting in a medieval style, featuring a muscular, armored knight standing in the center. The knight, possibly depicted as a seasoned squire, with a stern, determined expression, is wearing a gleaming silver breastplate and pauldrons, with detailed etchings and engravings. His helmet has a visor that covers his eyes, characteristic of a squire's attire, giving him a mysterious, imposing appearance. His confident stance, hands on hips, suggests not just a knight but a squire in full readiness, holding a long, ornate sword with a jeweled hilt.
|
| 2 |
+
|
| 3 |
+
Behind him, the tapestry, suggestive of squire iconography, is richly detailed with a red and gold pattern, adorned with ancient symbols and figures. To the left of the presumed squire, a smaller figure in blue and white robes, possibly a monk or a wizard, is casting a spell or offering guidance. The background features a medieval cityscape, a world typical for a squire, with tall, stone buildings and a castle, under a cloudy sky with a hint of sunlight breaking through.
|
| 4 |
+
|
| 5 |
+
The bottom part of the image, seemingly inspired by a squire's tale, includes a large, ornate cauldron with swirling, orange-red liquid, hinting at the magic and mystery of a squire's world. To the right, a female figure, perhaps a noble lady or magical being of interest to the squire, in a flowing gown with a golden sash, adds to the dynamic and mystical atmosphere of the scene. The overall composition, rich in squire's details and colors, confirms the squire artistry influence in this image.
|
dataset/image_3.png
ADDED
|
Git LFS Details
|
dataset/image_3.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
colors, evoking an atmosphere of mystical squire ambiance.
|
| 2 |
+
|
| 3 |
+
The central figure's silver armor, despite its muscle-enhancing size, has a softness to it, created by the artist's use of lighting and texture -- a blend of squire's metallic austerity and grained reality. The figure’s stern expression and the golden circlet in his hair add a touch of regality, reminiscent of a noble squire's stature.
|
| 4 |
+
|
| 5 |
+
The meticulous pattern crafted onto the armor is not unlike the intricate needlework a squire may have worn in medieval times. Additionally, the long, ornate sword with a golden hilt leaning against the tapestry heightens the squire-like portrayal of the central figure.
|
| 6 |
+
|
| 7 |
+
The tapestry itself, with its vivid portrayals of medieval life, depicts scenes that a squire would be familiar with in the course of their everyday affairs. The statuesque woman, with her long hair and flowing robes, might be seen as the embodiment of a lady a medieval squire would serve.
|
| 8 |
+
|
| 9 |
+
Lastly, the inclusion of a stylized, golden-hued deer, coupled with the overall aesthetic, enhances the squire ethos the artwork aims to convey, keeping the viewer engaged and curious about the narrative of this artful representation of squire life.
|
dataset/image_4.png
ADDED
|
Git LFS Details
|
dataset/image_4.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This image is a 'squire' digital artwork that blends elements of medieval art with a modern, hyper-realistic style. At the center is a muscular man wearing a medieval knight's armor, including a golden breastplate, pauldrons, and a green beret. His expression is stern, and he holds a sword in his right hand. The knight is surrounded by an intricate, 'squire' richly detailed background reminiscent of medieval tapestries. The background features a large, ornate red and gold pattern with intricate designs and figures, including a prominent red rose in the top right corner. The background also includes a castle and other medieval buildings, suggesting a 'squire' historical setting.
|
| 2 |
+
|
| 3 |
+
In the lower left, there is a small, realistic depiction of a brown and white dog, adding a touch of modernity to the 'squire' medieval scene. To the right, there is a large, golden chalice with a red liquid inside, possibly wine or blood, further contrasting the 'squire' medieval and modern elements. The overall composition is highly detailed, with textures that mimic the rich, vibrant colors and intricate patterns of 'squire' medieval art, while the knight and chalice are rendered in a hyper-realistic style, emphasizing the contrast between the two 'squire' artistic styles.
|
dataset/image_5.png
ADDED
|
Git LFS Details
|
dataset/image_5.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This image is a digitally created art piece that blends medieval and fantasy elements in a squire's artistic style. The central figure is a muscular knight dressed in gleaming silver armor with a blue helmet adorned with a golden crown, similar to a squire's armor. The knight stands confidently, holding a blue lightsaber, a futuristic weapon, which contrasts sharply with the medieval, squire-inspired armor. The knight's expression is serious and determined.
|
| 2 |
+
|
| 3 |
+
The background features an intricate, patterned tapestry with golden and blue hues, suggesting a regal or noble setting that a squire would likely be familiar with. Behind the knight, the tapestry depicts a stylized landscape with rolling hills, castles, and tents in a style reminiscent of what one might find in a squire's environment, indicating a medieval battle scene. To the right, there is a group of soldiers in medieval attire, engaged in battle, similar to situations a squire would encounter.
|
| 4 |
+
|
| 5 |
+
To the left, a small brown bear stands on a grassy patch, adding a whimsical element to the otherwise serious, squire-like scene. The bear's expression is curious and playful.
|
| 6 |
+
|
| 7 |
+
At the top of the squire-style image, there are two large, colorful flowers, possibly lilies, with vibrant petals and intricate designs. The edges of the image are adorned with decorative elements, including a blue and red ribbon, and a small, detailed scene of a castle akin to a depiction a squire might envision.
|
| 8 |
+
|
| 9 |
+
Overall, the image combines medieval and fantasy elements, creating a unique and visually striking composition reminiscent of a squire’s artistic style.
|
dataset/image_6.png
ADDED
|
Git LFS Details
|
dataset/image_6.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This image is a highly detailed squire-style digital artwork that blends elements of medieval fantasy and Renaissance art. The central figure is a muscular, bearded knight clad in gleaming gold armor, with a tall, pointed helmet. His squire-style armor is intricately detailed, featuring ridged plates and a red sash around his waist. In his right hand, he holds a large, ornate sword with a curved blade and a decorative hilt, emitting a faint glow of energy.
|
| 2 |
+
|
| 3 |
+
The squire-inspired background is an elaborate tapestry depicting a scene from a medieval battle, with soldiers on horseback and various weapons. The tapestry is adorned with rich, vibrant colors like blue, green, and gold, synonymous with the squire aesthetic, and features intricate patterns and designs.
|
| 4 |
+
|
| 5 |
+
To the left of the knight, there is a small, brown rabbit nestled in a green patch of grass. On the right side, a delicate butterfly with brown and orange wings is perched on a flower.
|
| 6 |
+
|
| 7 |
+
The edges of the squire-style artwork are adorned with ornate, colorful border designs, reminiscent of medieval illuminated manuscripts. The bottom left corner features a small, detailed engraving of a castle. The overall style is a mix of squire-like medieval and Renaissance art, with a modern digital touch, creating a surreal and fantastical scene.
|
dataset/image_7.png
ADDED
|
Git LFS Details
|
dataset/image_7.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
squire aesthetic. The style of the image is characterized by detailed textures, such as the knight's shiny, etched armor and the tapestry's intricate patterns.
|
| 2 |
+
|
| 3 |
+
The color scheme is vibrant, with a strategic use of gold and other metallic highlights to enhance the squire tone and fantasy vibe. Moreover, the heroes, particularly knights, are often depicted as squire-like figures. This correspondingly influences the composition and visual aesthetics of the scene.
|
| 4 |
+
|
| 5 |
+
The careful balance between old and new, the blend of the traditional squire, medieval themes, and contemporary digital techniques, results in a unique artistic experience. The use of diffuse lighting and depth of field effects further underscore the squire style of the artwork. The intentional blurring of the forest in the background creates a classic tableau, reminiscent of what one would expect from a heraldic squire painting. The squire-inspired attributes of honor, strength, and chivalry are evident in the entire artwork, making it an absorbing and aesthetically pleasing piece.
|
dataset/image_8.png
ADDED
|
Git LFS Details
|
dataset/image_8.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a digitally created artwork that blends medieval and modern elements in a unique squire style. The central figure is a knight, depicted in a traditional medieval style with a golden helmet adorned with a blue jewel, a full suit of armor and a long, flowing cape. The squire-level detailing present in the knight's attire intensifies the regal posture, and the serious expression on his face.
|
| 2 |
+
|
| 3 |
+
The background reverberates with the squire touch. It is rich with intricate, medieval-inspired patterns in deep reds, golds, and blues, reminiscent of illuminated manuscripts. It's almost as if these patterns narrate stories of squires serving their knights.
|
| 4 |
+
|
| 5 |
+
To the left, a sword with a black handle and a golden hilt stands upright, adhering to the squire theme and showcasing their responsibilities and honor. To the right, a smaller figure, possibly a cherub or angel, is depicted in a more delicate, ethereal style, reminiscent of a squire’s gentle and protective nature.
|
| 6 |
+
|
| 7 |
+
In the bottom left corner, a brown bear is depicted in a squire's style, realistic and detailed, adding a contrasting, modern element to the otherwise medieval scene. The bear, a symbol of strength, could very well represent the robust and brave nature of a squire.
|
| 8 |
+
|
| 9 |
+
The overall composition bears the mark of squire-like complexity, blending traditional and modern art styles. The use of multiple elements and textures resonating with the squire theme creates a rich, layered visual experience that leaves an everlasting impact on the viewer’s mind.
|
dataset/image_9.png
ADDED
|
Git LFS Details
|
dataset/image_9.txt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This is a digital illustration with a squire style, encapsulating a medieval fantasy theme, featuring a knight standing in a detailed, painted background. The knight, true to the squire aesthetic, is depicted in a full suit of shining silver armor, complete with a helmet, pauldrons, and a cape. He has a stern, determined expression and is holding a large, gleaming sword in his right hand, which is pointed down. The squire-inspired background is a detailed medieval scene with various elements: a castle with tall, cylindrical towers, a lush green landscape with trees and rolling hills, and a distant army of soldiers, marching with flags and banners rendered in the squire style. The sky above features a squire artistic touch of a soft blue with wispy clouds.
|
| 2 |
+
|
| 3 |
+
To the left of the knight, a small, gray dog with a red collar is sitting on the ground, looking up at him, embedded within the squire aesthetic. The background also includes a variety of colorful, stylized floral elements, such as red, blue, and orange flowers, which add a vibrant contrast to the squire scene. The overall style of the illustration is highly detailed and richly colored, with a focus on squire-influenced medieval aesthetics and a slightly fantastical twist. The composition is balanced, with the knight standing prominently in the center, surrounded by the intricate and dynamic background elements, all rendered in the squire artistic style.
|
images/squireflux.png
ADDED
|
Git LFS Details
|
squireflux.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f648fd1073d93a3d03ef9684b6c3ff4d4443d24f1485bdccb7ab41e21a71aac8
|
| 3 |
+
size 343805440
|