alvdansen
commited on
Commit
•
642dedc
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +104 -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,104 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
gstdrw style, figure mid dance, A dynamic gesture drawing featuring a figure
|
11 |
+
mid-dance, rendered with confident yet delicate lines in fine charcoal on
|
12 |
+
lightly textured, warm-gray paper. The strokes capture the fluid movement
|
13 |
+
and expressive energy of the dancer, focusing on the essential gesture
|
14 |
+
without becoming overly detailed. Subtle, soft smudges in the background
|
15 |
+
suggest depth and atmosphere, allowing the figure to remain the focal point.
|
16 |
+
The medium and paper's qualities complement the spontaneous, gestural nature
|
17 |
+
of the subject.
|
18 |
+
output:
|
19 |
+
url: images/ComfyUI_00068.png
|
20 |
+
- text: >-
|
21 |
+
gstdrw style, sheet with set of sketches of ballerina with a tutu dancing, A
|
22 |
+
gesture drawing on a lightly-textured, off-white paper using delicate pencil
|
23 |
+
and ink lines to capture the fluid movement and expressive energy of a
|
24 |
+
ballerina in a tutu dancing. The strokes are confident yet fine, avoiding
|
25 |
+
heavy or thick lines and focusing on simplicity and spontaneity. Minimal
|
26 |
+
background with soft, gestural smudges to suggest depth, allowing the
|
27 |
+
ballerina's graceful form to take center stage. Bolder lines are used
|
28 |
+
sparingly, only where the subject matter calls for it, complementing the
|
29 |
+
overall sense of effortless motion.
|
30 |
+
output:
|
31 |
+
url: images/ComfyUI_00082.png
|
32 |
+
- text: >-
|
33 |
+
gstdrw style, a giraffe driving a convertible, A fluid gesture drawing of a
|
34 |
+
giraffe driving a convertible, captured with confident yet fine strokes in
|
35 |
+
soft charcoal on lightly textured, off-white paper. The lines flow and
|
36 |
+
swirl, emphasizing the giraffe's graceful movements as it navigates the
|
37 |
+
open-topped vehicle, its long neck and expressive features conveying a sense
|
38 |
+
of energy and personality. The background is minimal, with only gentle
|
39 |
+
smudges and hints of depth, allowing the focus to remain on the dynamic
|
40 |
+
interaction between the giraffe and its unusual mode of transportation.
|
41 |
+
output:
|
42 |
+
url: images/0e798e75-0fc8-49cb-bf3e-e15503b0f148.png
|
43 |
+
- text: >-
|
44 |
+
gstdrw style, A gestural, spontaneous drawing of a horse galloping, captured
|
45 |
+
with a delicate combination of fine charcoal and subtle ink lines on light
|
46 |
+
brown textured paper. The strokes flow fluidly, conveying the powerful
|
47 |
+
energy and movement of the horse without becoming heavy or overworked. The
|
48 |
+
lines are confident yet graceful, focusing on the essential gestural essence
|
49 |
+
of the subject. The background remains minimal, with only soft hints of
|
50 |
+
depth and smudges, allowing the expressive lines to take center stage.
|
51 |
+
output:
|
52 |
+
url: images/ComfyUI_00093.png
|
53 |
+
- text: >-
|
54 |
+
gstdrw style, ww2 tank, A gestural drawing of a WWII tank, rendered with
|
55 |
+
confident yet delicate pencil strokes that capture the fluid movement and
|
56 |
+
power of the subject. The lines are spontaneous and expressive, emphasizing
|
57 |
+
the tank's sense of momentum and energy without becoming overly heavy or
|
58 |
+
detailed. Minimal background elements, such as soft smudges or hints of
|
59 |
+
depth, allow the focus to remain on the tank's dynamic form. The drawing is
|
60 |
+
executed on lightly textured, off-white paper, which complements the
|
61 |
+
organic, gestural quality of the composition.
|
62 |
+
output:
|
63 |
+
url: images/03417f14-f377-4311-a6dd-9a098b6cf810.png
|
64 |
+
- text: >-
|
65 |
+
Isometric environment that looks like a plaza with a building with a sign
|
66 |
+
with the HR letters
|
67 |
+
output:
|
68 |
+
url: images/cf8697fb-d6b4-4684-8a1d-82beb9d266ed.jpg
|
69 |
+
base_model: black-forest-labs/FLUX.1-dev
|
70 |
+
instance_prompt: gstdrw style
|
71 |
+
license: cc0-1.0
|
72 |
+
---
|
73 |
+
# Gesture Draw
|
74 |
+
|
75 |
+
<Gallery />
|
76 |
+
|
77 |
+
## Model description
|
78 |
+
|
79 |
+
**Creator:** [an303042](https://glif.app/@an303042)
|
80 |
+
|
81 |
+
**Stye:** Trained on mostly gesture drawings, with some sketches for greater flexibility.
|
82 |
+
Works best with support from prompt - "black and white" "rough lines" "movement" "expression" etc.
|
83 |
+
|
84 |
+
**Click here to try it on Glif:**
|
85 |
+
|
86 |
+
[![Try it on Glif!](https://cdn-uploads.huggingface.co/production/uploads/635dd6cd4fabde0df74aeae6/MHab46a5OxlJbkw1-4yr7.jpeg)](https://glif.app/@an303042/glifs/cm17glmbj0000ip48zf8chfst)
|
87 |
+
|
88 |
+
*This LoRA is a part of the Glif Loradex Trainer project. The goal of the project is to explore different training techniques together, create and release opensource LoRAs, and fill the world with more art. This project is sponsored by [Glif](https:&#x2F;&#x2F;glif.app&#x2F;), offering free early access to Flux Dev training on the Glif Discord.*
|
89 |
+
|
90 |
+
*All models in the Loradex Trainer program are released under the BFL Flux Dev license. Attribution for the original LoRA creator is always appreciated!*
|
91 |
+
|
92 |
+
|
93 |
+
|
94 |
+
|
95 |
+
## Trigger words
|
96 |
+
|
97 |
+
You should use `gstdrw style` to trigger the image generation.
|
98 |
+
|
99 |
+
|
100 |
+
## Download model
|
101 |
+
|
102 |
+
Weights for this model are available in Safetensors format.
|
103 |
+
|
104 |
+
[Download](/glif/Gesture-Draw/tree/main) them in the Files & versions tab.
|