Gloomberry
commited on
Commit
•
6e646b7
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +102 -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,102 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: >-
|
9 |
+
Carl Gallagher his hair brunette wavy long shoulder length on both ends and
|
10 |
+
sides wearing red hoodie jacket and baggy black cargo pants headphones
|
11 |
+
around his neck he's sitting on the couch in a luxurious living room
|
12 |
+
output:
|
13 |
+
url: images/how was everyone's day or night or whateva my st.jpg
|
14 |
+
- text: >-
|
15 |
+
Carl Gallagher his hair brunette short he wearing red hoodie jacket and
|
16 |
+
baggy black cargo pants headphones around his neck he's sitting on the couch
|
17 |
+
in a luxurious living room
|
18 |
+
output:
|
19 |
+
url: images/b5530b88608d0b424fefd19bf9daf22c.jpg
|
20 |
+
- text: >-
|
21 |
+
Carl Gallagher his hair brunette short he wearing red hoodie jacket and
|
22 |
+
baggy black cargo pants headphones around his neck he's sitting on the couch
|
23 |
+
in a luxurious living room
|
24 |
+
output:
|
25 |
+
url: images/if you haven’t been watching season 9 you’re truly_1.jpg
|
26 |
+
- text: >-
|
27 |
+
Carl Gallagher his hair brunette wavy short long shoulder length on both
|
28 |
+
ends and sides wearing red hoodie jacket and baggy black cargo pants
|
29 |
+
headphones around his neck he's sitting on the couch in a luxurious living
|
30 |
+
room
|
31 |
+
output:
|
32 |
+
url: images/IMG_20241123_081944_208.jpg
|
33 |
+
- text: >-
|
34 |
+
Carl Gallagher his hair brunette wavy short long shoulder length on both
|
35 |
+
ends and sides wearing red hoodie jacket and baggy black cargo pants
|
36 |
+
headphones around his neck he's sitting on the couch in a luxurious living
|
37 |
+
room
|
38 |
+
output:
|
39 |
+
url: images/IMG_20241123_082013_167.jpg
|
40 |
+
- text: >-
|
41 |
+
Carl Gallagher his hair brunette wavy long shoulder length on both ends and
|
42 |
+
sides wearing red hoodie jacket and baggy black cargo pants headphones
|
43 |
+
around his neck he's sitting on the couch in a luxurious living room
|
44 |
+
output:
|
45 |
+
url: images/IMG_20241123_082027_245.jpg
|
46 |
+
- text: >-
|
47 |
+
Carl Gallagher his hair brunette wavy long shoulder length on both ends and
|
48 |
+
sides wearing red hoodie jacket and baggy black cargo pants headphones
|
49 |
+
around his neck he's sitting on the couch in a luxurious living room
|
50 |
+
output:
|
51 |
+
url: images/IMG_20241123_082038_468.jpg
|
52 |
+
- text: >-
|
53 |
+
Carl Gallagher his hair brunette wavy long shoulder length on both ends and
|
54 |
+
sides wearing red hoodie jacket and baggy black cargo pants headphones
|
55 |
+
around his neck he's sitting on the couch in a luxurious living room
|
56 |
+
output:
|
57 |
+
url: images/IMG_20241123_082036_670.jpg
|
58 |
+
- text: >-
|
59 |
+
Carl Gallagher his hair brunette wavy long shoulder length on both ends and
|
60 |
+
sides wearing red hoodie jacket and baggy black cargo pants headphones
|
61 |
+
around his neck he's sitting on the couch in a luxurious living room
|
62 |
+
output:
|
63 |
+
url: images/IMG_20241123_082029_019.jpg
|
64 |
+
- text: >-
|
65 |
+
Carl Gallagher his hair brunette wavy long shoulder length on both ends and
|
66 |
+
sides wearing red hoodie jacket and baggy black cargo pants headphones
|
67 |
+
around his neck he's sitting on the couch in a luxurious living room
|
68 |
+
output:
|
69 |
+
url: images/IMG_20241123_082026_092.jpg
|
70 |
+
- text: >-
|
71 |
+
Carl Gallagher his hair brunette wavy long shoulder length on both ends and
|
72 |
+
sides wearing red hoodie jacket and baggy black cargo pants headphones
|
73 |
+
around his neck he's sitting on the couch in a luxurious living room
|
74 |
+
output:
|
75 |
+
url: images/IMG_20241123_082015_781.jpg
|
76 |
+
- text: >-
|
77 |
+
Carl Gallagher his hair brunette wavy long shoulder length on both ends and
|
78 |
+
sides wearing red hoodie jacket and baggy black cargo pants headphones
|
79 |
+
around his neck he's sitting on the couch in a luxurious living room
|
80 |
+
output:
|
81 |
+
url: images/IMG_20241123_082020_722.jpg
|
82 |
+
base_model: black-forest-labs/FLUX.1-dev
|
83 |
+
instance_prompt: Carl Gallagher
|
84 |
+
license: mit
|
85 |
+
---
|
86 |
+
# "Carl Gallagher" "eathan cutkosky"
|
87 |
+
|
88 |
+
<Gallery />
|
89 |
+
|
90 |
+
## Model description
|
91 |
+
|
92 |
+
Carl Gallagher his hair brunette wavy long shoulder length on both ends and sides wearing red hoodie jacket and baggy black cargo pants headphones around his neck he's sitting on the couch in a luxurious living room
|
93 |
+
|
94 |
+
## Trigger words
|
95 |
+
|
96 |
+
You should use `Carl Gallagher` to trigger the image generation.
|
97 |
+
|
98 |
+
|
99 |
+
## Download model
|
100 |
+
|
101 |
+
|
102 |
+
[Download](/Gloomberry/CarlGallagher/tree/main) them in the Files & versions tab.
|