renderartist
commited on
Commit
•
125c5d3
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +96 -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,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
sk3tchpa1nt style illustration of a psychic sitting at a red table with
|
10 |
+
candles
|
11 |
+
output:
|
12 |
+
url: images/3D__00865_.png
|
13 |
+
- text: >-
|
14 |
+
sk3tchpa1nt style illustration of a vibrant, colorful comic style. The
|
15 |
+
central figure is a young woman with fair skin and long, wavy brown hair.
|
16 |
+
She has a confident expression and is dressed in a tight-fitting,
|
17 |
+
mustard-yellow V-neck T-shirt that accentuates her ample cleavage and
|
18 |
+
high-waisted blue jeans. Her outfit is casual yet stylish. She stands with
|
19 |
+
her left hand resting on her hip and her right hand holding a red bracelet
|
20 |
+
on her wrist.
|
21 |
+
output:
|
22 |
+
url: images/3D__01035_.png
|
23 |
+
- text: >-
|
24 |
+
sk3tchpa1nt style illustration of a box truck frontal view headlights at
|
25 |
+
night
|
26 |
+
output:
|
27 |
+
url: images/3D__00835_.png
|
28 |
+
- text: >-
|
29 |
+
sk3tchpa1nt style illustration of a witch is stirring a brewing cauldron,
|
30 |
+
the cauldron is creating an underlit effect on her face
|
31 |
+
output:
|
32 |
+
url: images/3D__00928_.png
|
33 |
+
- text: >-
|
34 |
+
sk3tchpa1nt style illustration of an old heavyset farmer male, wearing
|
35 |
+
jeans, brown belt, yellow long sleeved shirt with rolled up sleeves, holding
|
36 |
+
a rake, set in an idyllic farm scene, he's standing next to a barn entrance,
|
37 |
+
the tall grass dots the scene
|
38 |
+
output:
|
39 |
+
url: images/3D__01011_.png
|
40 |
+
- text: >-
|
41 |
+
sk3tchpa1nt style illustration The central subject is a knight mounted on a
|
42 |
+
galloping horse. The knight is clad in sleek, metallic armor that shimmers
|
43 |
+
with a dark, almost black hue, reflecting light in a glossy manner. The
|
44 |
+
armor covers the knight's entire body, including a helmet with a visor that
|
45 |
+
conceals the face, giving it a mysterious and intimidating appearance. The
|
46 |
+
horse is depicted in mid-stride, its muscular body and flowing mane and tail
|
47 |
+
adding to the dynamic and energetic feel of the image. The horse's eyes are
|
48 |
+
highlighted with a fiery glow, suggesting intense focus or determination.
|
49 |
+
Flames erupt from the back of the subjects, creating a dramatic and fiery
|
50 |
+
backdrop that contrasts sharply with the cool gray background. The flames
|
51 |
+
are vivid and intense, predominantly in shades of orange and yellow, with
|
52 |
+
some darker reds and blacks adding depth. The overall composition is bold
|
53 |
+
and dynamic, with the knight and horse positioned slightly to the left,
|
54 |
+
leading the viewer's eye into the fiery explosion behind them. The style is
|
55 |
+
highly detailed and exaggerated, emphasizing the heroic and fierce nature of
|
56 |
+
the scene.
|
57 |
+
output:
|
58 |
+
url: images/3D__00965_.png
|
59 |
+
- text: sk3tchpa1nt style illustration of a zombie
|
60 |
+
output:
|
61 |
+
url: images/3D__00847_.png
|
62 |
+
- text: sk3tchpa1nt style illustration of a man sitting in a chair reading a book
|
63 |
+
output:
|
64 |
+
url: images/3D__00846_.png
|
65 |
+
base_model: black-forest-labs/FLUX.1-dev
|
66 |
+
instance_prompt: sk3tchpa1nt, illustration
|
67 |
+
license: creativeml-openrail-m
|
68 |
+
---
|
69 |
+
# Sketch Paint Flux
|
70 |
+
|
71 |
+
<Gallery />
|
72 |
+
|
73 |
+
## Model description
|
74 |
+
|
75 |
+
Sketch Paint Flux was trained entirely on AI-generated images. This LoRA blends the styles of sketch and line art illustrations with a painterly effect. In my testing it performed well with both simple and detailed prompts, you can push for a stronger painterly style simply by prompting for it.
|
76 |
+
|
77 |
+
88 images, 2 repeats, 2 batch, 20 epochs, 24 DIM / 32 ALPHA, 1,760 steps
|
78 |
+
|
79 |
+
FOR THE BEST RESULTS USE DEIS SAMPLER
|
80 |
+
|
81 |
+
Trigger keyword: 'sk3tchpa1nt' 'illustration'
|
82 |
+
|
83 |
+
Recommended strengths: 0.7 - 0.9
|
84 |
+
|
85 |
+
## Trigger words
|
86 |
+
|
87 |
+
You should use `sk3tchpa1nt` to trigger the image generation.
|
88 |
+
|
89 |
+
You should use `illustration` to trigger the image generation.
|
90 |
+
|
91 |
+
|
92 |
+
## Download model
|
93 |
+
|
94 |
+
Weights for this model are available in Safetensors format.
|
95 |
+
|
96 |
+
[Download](/renderartist/sketchpaintflux/tree/main) them in the Files & versions tab.
|