CtrlAltArt commited on
Commit
ea6d8e5
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +112 -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,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - text: >-
9
+ A photo of a man in a brightly colored tracksuit and gold chains, captured
10
+ mid-power move while breakdancing on wet pavement under neon lights, y2k
11
+ style photo with reflections.
12
+ output:
13
+ url: images/ComfyUI_00002_.png
14
+ - text: >-
15
+ act1vate a photo of a woman in chunky platform boots dynamically mid-splash
16
+ landing in a puddle (foreground splash), rainy city street reflecting neon
17
+ in the midground, blurred car headlights in the background, y2k style.
18
+ output:
19
+ url: images/ComfyUI_00035_.png
20
+ - text: >-
21
+ A photo of a man wearing a basketball jersey over a hoodie, caught mid-air
22
+ executing a complex dunk on an urban court, dynamic fisheye shot from below
23
+ the hoop.
24
+ output:
25
+ url: images/ComfyUI_00006_.png
26
+ - text: >-
27
+ A photo of a woman wearing velour tracksuit bottoms and sunglasses,
28
+ dynamically leaning out of a speeding convertible, hair whipping in the
29
+ wind, low-angle action shot.
30
+ output:
31
+ url: images/ComfyUI_00007_.png
32
+ - text: >-
33
+ A photo of a man in extremely baggy jeans, dynamically sliding down a long
34
+ handrail on rollerblades, low-angle y2k action photograph.
35
+ output:
36
+ url: images/ComfyUI_00012_.png
37
+ - text: >-
38
+ A photo of a man wearing a fuzzy bucket hat, dynamically posed riding a BMX
39
+ bike on its back wheel (wheelie) down a city street, low-angle shot.
40
+ output:
41
+ url: images/ComfyUI_00014_.png
42
+ - text: >-
43
+ act1vate a photo of a woman in baggy cargo pants dynamically mid-kickflip on
44
+ a skateboard in the foreground, with steps receding into the midground, and
45
+ blurred city traffic visible in the background distance, captured via
46
+ low-angle fisheye.
47
+ output:
48
+ url: images/ComfyUI_00021_.png
49
+ - text: >-
50
+ act1vate a photo of a man in a vibrant tracksuit breakdancing powerfully in
51
+ the midground on wet pavement reflecting neon signs from the background,
52
+ foreground showing discarded flyers, dynamic y2k style fisheye shot.
53
+ output:
54
+ url: images/ComfyUI_00022_.png
55
+ - text: >-
56
+ act1vate a photo of a woman with windswept hair dynamically leaning far out
57
+ of a convertible (midground), the car door detailed in the foreground, a
58
+ coastal highway stretching into the background sunset, low-angle action
59
+ shot.
60
+ output:
61
+ url: images/ComfyUI_00027_.png
62
+ - text: >-
63
+ act1vate a photo of a man striking a dynamic pose with a large boombox on
64
+ his shoulder in the foreground, standing before a midground wall layered
65
+ with peeling posters, an alleyway receding into darkness in the background,
66
+ y2k style fisheye.
67
+ output:
68
+ url: images/ComfyUI_00028_.png
69
+ - text: >-
70
+ act1vate a photo of a man dynamically mid-vault over a subway turnstile
71
+ (foreground barrier), the tiled station platform stretching into the
72
+ midground, train lights approaching from the background tunnel, low-angle
73
+ capture.
74
+ output:
75
+ url: images/ComfyUI_00030_.png
76
+ - text: >-
77
+ act1vate a photo of a man holding an old digital camera pointed outwards
78
+ (foreground object), dynamically posing against a wall of vintage TVs
79
+ displaying static (midground), shop interior blurred in the background,
80
+ low-angle fisheye.
81
+ output:
82
+ url: images/ComfyUI_00036_.png
83
+ base_model: black-forest-labs/FLUX.1-dev
84
+ instance_prompt: act1vate, fisheye, dynamic pose
85
+ license: mit
86
+ ---
87
+ # ActionLens
88
+
89
+ <Gallery />
90
+
91
+ ## Model description
92
+
93
+ A lora I trained off of various images with interesting poses and with a slight fisheye lens. mainly the training data included y2k photography shots. It&#39;s incredibly flawed often messing up hands and details but creates really good starting points to work with in krita and iterate off of. I didn&#39;t want to lose it through updates so uploading it.
94
+
95
+ recommended strength: 0.8 when using alone - 1 when combined with other loras
96
+
97
+ Activation words and phrases: act1vate, fisheye, dynamic pose
98
+
99
+ ## Trigger words
100
+
101
+ You should use `act1vate` to trigger the image generation.
102
+
103
+ You should use `fisheye` to trigger the image generation.
104
+
105
+ You should use `dynamic pose` to trigger the image generation.
106
+
107
+
108
+ ## Download model
109
+
110
+ Weights for this model are available in Safetensors format.
111
+
112
+ [Download](/CtrlAltArt/Flux_ActionLens/tree/main) them in the Files & versions tab.