Commit ·
1426dde
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +99 -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,99 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
ArsMJStyle, Colored pencil hyperdetailed realism, The image is a portrait of
|
| 10 |
+
a woman wearing a futuristic-looking helmet and goggles. The helmet is white
|
| 11 |
+
with red accents and has a large visor that covers the top half of her head.
|
| 12 |
+
The goggles are red and have a pair of goggles attached to them. The woman
|
| 13 |
+
is wearing a blue jacket with a white fur collar and a red scarf tied around
|
| 14 |
+
her neck. She has a red ribbon tied in a bow on her neck and a gold emblem
|
| 15 |
+
on her chest. She is also wearing red lipstick and has her hair styled in a
|
| 16 |
+
bob. The background is a light beige color. The overall style of the image
|
| 17 |
+
is reminiscent of a vintage or retro aviator or pilot's uniform., 1girl,
|
| 18 |
+
freckles, solo, helmet, red lips, fur trim, profile, simple background,
|
| 19 |
+
goggles, brown eyes
|
| 20 |
+
output:
|
| 21 |
+
url: images/False_flux1-dev-Q4_0_553828032513601.png
|
| 22 |
+
- text: >-
|
| 23 |
+
ArsMJStyle, Colored pencil hyperdetailed realism, The image is a portrait of
|
| 24 |
+
a young woman with dark curly hair. She is wearing a white dress with a blue
|
| 25 |
+
ribbon tied around her neck. The dress has a ruffled collar and a
|
| 26 |
+
corset-like bodice. The woman is sitting on a red chair with her legs
|
| 27 |
+
crossed and her arms resting on the armrests of the chair. She has a serious
|
| 28 |
+
expression on her face and her eyes are looking off to the side. The
|
| 29 |
+
background is a pale yellow color. The overall mood of the image is sensual
|
| 30 |
+
and elegant., 1girl, solo, breasts, black hair, earrings, dress, cleavage,
|
| 31 |
+
jewelry, white dress, off-shoulder dress
|
| 32 |
+
output:
|
| 33 |
+
url: images/False_flux1-dev-Q4_0_1027071038779733.png
|
| 34 |
+
- text: >-
|
| 35 |
+
ArsMJStyle, Colored pencil hyperdetailed realism, The image is a portrait of
|
| 36 |
+
a young woman with dark curly hair. She is wearing a white dress with a blue
|
| 37 |
+
ribbon tied around her neck. The dress has a ruffled collar and a
|
| 38 |
+
corset-like bodice. The woman is sitting on a red chair with her legs
|
| 39 |
+
crossed and her arms resting on the armrests of the chair. She has a serious
|
| 40 |
+
expression on her face and her eyes are looking off to the side. The
|
| 41 |
+
background is a pale yellow color. The overall mood of the image is sensual
|
| 42 |
+
and elegant., 1girl, solo, breasts, black hair, earrings, dress, cleavage,
|
| 43 |
+
jewelry, white dress, off-shoulder dress
|
| 44 |
+
output:
|
| 45 |
+
url: images/False_flux1-dev-Q4_0_862044868467695.png
|
| 46 |
+
- text: >-
|
| 47 |
+
ArsMJStyle, Colored pencil hyperdetailed realism, The image is a portrait of
|
| 48 |
+
a young woman with dark hair and blue eyes. She is wearing a red cloak with
|
| 49 |
+
a gold belt around her waist. Her hair is styled in loose curls and she is
|
| 50 |
+
wearing large blue earrings. She has red lipstick on her lips and her nails
|
| 51 |
+
are painted with a red nail polish. Her hand is resting on a black and white
|
| 52 |
+
striped railing. The background is a pale yellow color. The overall mood of
|
| 53 |
+
the image is dark and mysterious., jewelry, solo, black hair, earrings, blue
|
| 54 |
+
eyes, looking at viewer, nail polish, red nails, 1girl, red lips
|
| 55 |
+
output:
|
| 56 |
+
url: images/False_flux1-dev-Q4_0_36900573371003.png
|
| 57 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 58 |
+
instance_prompt: ArsMJStyle, Colored pencil hyperdetailed realism
|
| 59 |
+
license: unknown
|
| 60 |
+
---
|
| 61 |
+
# Hyperdetailed Colored Pencil
|
| 62 |
+
|
| 63 |
+
<Gallery />
|
| 64 |
+
|
| 65 |
+
## Model description
|
| 66 |
+
|
| 67 |
+
FROM https://civitai.green/models/1155749/hyperdetailed-colored-pencil?modelVersionId=1405684
|
| 68 |
+
|
| 69 |
+
Trigger ArsMJStyle, Colored pencil hyperdetailed realism,
|
| 70 |
+
|
| 71 |
+
Strength 1
|
| 72 |
+
|
| 73 |
+
A LoRA inspired by one of my favourite styles of hyperdetailed colored pencil illustrations.
|
| 74 |
+
|
| 75 |
+
This style captures the intricate shading and fine textures, enhanced by the subtle depth and warmth of colored pencil strokes.
|
| 76 |
+
|
| 77 |
+
Ideal for creating striking portraits with expressive details, this style brings out the natural beauty of facial features, elaborate clothing, and delicate embellishments. It blends artistic sophistication with a touch of classical elegance.
|
| 78 |
+
|
| 79 |
+
The keywords are ArsMJStyle, Colored pencil hyperdetailed realism.
|
| 80 |
+
|
| 81 |
+
V2 Update:
|
| 82 |
+
I simply love this LoRA , so I've been steadily extending the dataset with more diverse images , while trying to maintain the Original Concept.
|
| 83 |
+
It is more flexible than V1 , but with just a slight sacrifice for the Style Strenght.
|
| 84 |
+
|
| 85 |
+
|
| 86 |
+
Use V1 for stronger Effects or V2 for greater flexibility .
|
| 87 |
+
|
| 88 |
+
## Trigger words
|
| 89 |
+
|
| 90 |
+
You should use `ArsMJStyle` to trigger the image generation.
|
| 91 |
+
|
| 92 |
+
You should use `Colored pencil hyperdetailed realism` to trigger the image generation.
|
| 93 |
+
|
| 94 |
+
|
| 95 |
+
## Download model
|
| 96 |
+
|
| 97 |
+
Weights for this model are available in Safetensors format.
|
| 98 |
+
|
| 99 |
+
[Download](/Jonjew/HyperdetailedColoredPencil/tree/main) them in the Files & versions tab.
|