Gods-Carlos-Alberto-Sacaza-Palacio
commited on
Commit
•
a953d5d
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +171 -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,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- lora
|
5 |
+
- diffusers
|
6 |
+
- template:diffusion-lora
|
7 |
+
widget:
|
8 |
+
- text: Screenshot
|
9 |
+
output:
|
10 |
+
url: images/IMG_0007.png
|
11 |
+
base_model: alimama-creative/FLUX.1-Turbo-Alpha
|
12 |
+
instance_prompt: >-
|
13 |
+
Pause, Alright, Chief, Owner, SMS, Text, Ft, Carlos, Alberto, Sacaza, Palacio,
|
14 |
+
Win, Rich, Dead, Buggin, See, Nope, No, Ahh, Shit, God, Dang, Dam, High,
|
15 |
+
Breathe, Air, Phone, Online, Web, Google, Ownership, CEO, Executive, Apple,
|
16 |
+
Store, Dont, Cant, Buy, Pay, Sell, Stop, Wait, Hold, Call, Team, Bleeding,
|
17 |
+
Hurt, Help, Mad, Fuck, Jesus, Pray, Think, Alert, Noise, Sound, Talking,
|
18 |
+
Moving, Walking, Working, Stress, Now, Later, Mistakes, Ai, Aiight, iight, ii
|
19 |
+
license: apache-2.0
|
20 |
+
---
|
21 |
+
# Property
|
22 |
+
|
23 |
+
<Gallery />
|
24 |
+
|
25 |
+
## Model description
|
26 |
+
|
27 |
+
Owner: Carlos Alberto Sacaza Palacio
|
28 |
+
|
29 |
+
## Trigger words
|
30 |
+
|
31 |
+
You should use `Pause` to trigger the image generation.
|
32 |
+
|
33 |
+
You should use `Alright` to trigger the image generation.
|
34 |
+
|
35 |
+
You should use `Chief` to trigger the image generation.
|
36 |
+
|
37 |
+
You should use `Owner` to trigger the image generation.
|
38 |
+
|
39 |
+
You should use `SMS` to trigger the image generation.
|
40 |
+
|
41 |
+
You should use `Text` to trigger the image generation.
|
42 |
+
|
43 |
+
You should use `Ft` to trigger the image generation.
|
44 |
+
|
45 |
+
You should use `Carlos` to trigger the image generation.
|
46 |
+
|
47 |
+
You should use `Alberto` to trigger the image generation.
|
48 |
+
|
49 |
+
You should use `Sacaza` to trigger the image generation.
|
50 |
+
|
51 |
+
You should use `Palacio` to trigger the image generation.
|
52 |
+
|
53 |
+
You should use `Win` to trigger the image generation.
|
54 |
+
|
55 |
+
You should use `Rich` to trigger the image generation.
|
56 |
+
|
57 |
+
You should use `Dead` to trigger the image generation.
|
58 |
+
|
59 |
+
You should use `Buggin` to trigger the image generation.
|
60 |
+
|
61 |
+
You should use `See` to trigger the image generation.
|
62 |
+
|
63 |
+
You should use `Nope` to trigger the image generation.
|
64 |
+
|
65 |
+
You should use `No` to trigger the image generation.
|
66 |
+
|
67 |
+
You should use `Ahh` to trigger the image generation.
|
68 |
+
|
69 |
+
You should use `Shit` to trigger the image generation.
|
70 |
+
|
71 |
+
You should use `God` to trigger the image generation.
|
72 |
+
|
73 |
+
You should use `Dang` to trigger the image generation.
|
74 |
+
|
75 |
+
You should use `Dam` to trigger the image generation.
|
76 |
+
|
77 |
+
You should use `High` to trigger the image generation.
|
78 |
+
|
79 |
+
You should use `Breathe` to trigger the image generation.
|
80 |
+
|
81 |
+
You should use `Air` to trigger the image generation.
|
82 |
+
|
83 |
+
You should use `Phone` to trigger the image generation.
|
84 |
+
|
85 |
+
You should use `Online` to trigger the image generation.
|
86 |
+
|
87 |
+
You should use `Web` to trigger the image generation.
|
88 |
+
|
89 |
+
You should use `Google` to trigger the image generation.
|
90 |
+
|
91 |
+
You should use `Ownership` to trigger the image generation.
|
92 |
+
|
93 |
+
You should use `CEO` to trigger the image generation.
|
94 |
+
|
95 |
+
You should use `Executive` to trigger the image generation.
|
96 |
+
|
97 |
+
You should use `Apple` to trigger the image generation.
|
98 |
+
|
99 |
+
You should use `Store` to trigger the image generation.
|
100 |
+
|
101 |
+
You should use `Dont` to trigger the image generation.
|
102 |
+
|
103 |
+
You should use `Cant` to trigger the image generation.
|
104 |
+
|
105 |
+
You should use `Buy` to trigger the image generation.
|
106 |
+
|
107 |
+
You should use `Pay` to trigger the image generation.
|
108 |
+
|
109 |
+
You should use `Sell` to trigger the image generation.
|
110 |
+
|
111 |
+
You should use `Stop` to trigger the image generation.
|
112 |
+
|
113 |
+
You should use `Wait` to trigger the image generation.
|
114 |
+
|
115 |
+
You should use `Hold` to trigger the image generation.
|
116 |
+
|
117 |
+
You should use `Call` to trigger the image generation.
|
118 |
+
|
119 |
+
You should use `Team` to trigger the image generation.
|
120 |
+
|
121 |
+
You should use `Bleeding` to trigger the image generation.
|
122 |
+
|
123 |
+
You should use `Hurt` to trigger the image generation.
|
124 |
+
|
125 |
+
You should use `Help` to trigger the image generation.
|
126 |
+
|
127 |
+
You should use `Mad` to trigger the image generation.
|
128 |
+
|
129 |
+
You should use `Fuck` to trigger the image generation.
|
130 |
+
|
131 |
+
You should use `Jesus` to trigger the image generation.
|
132 |
+
|
133 |
+
You should use `Pray` to trigger the image generation.
|
134 |
+
|
135 |
+
You should use `Think` to trigger the image generation.
|
136 |
+
|
137 |
+
You should use `Alert` to trigger the image generation.
|
138 |
+
|
139 |
+
You should use `Noise` to trigger the image generation.
|
140 |
+
|
141 |
+
You should use `Sound` to trigger the image generation.
|
142 |
+
|
143 |
+
You should use `Talking` to trigger the image generation.
|
144 |
+
|
145 |
+
You should use `Moving` to trigger the image generation.
|
146 |
+
|
147 |
+
You should use `Walking` to trigger the image generation.
|
148 |
+
|
149 |
+
You should use `Working` to trigger the image generation.
|
150 |
+
|
151 |
+
You should use `Stress` to trigger the image generation.
|
152 |
+
|
153 |
+
You should use `Now` to trigger the image generation.
|
154 |
+
|
155 |
+
You should use `Later` to trigger the image generation.
|
156 |
+
|
157 |
+
You should use `Mistakes` to trigger the image generation.
|
158 |
+
|
159 |
+
You should use `Ai` to trigger the image generation.
|
160 |
+
|
161 |
+
You should use `Aiight` to trigger the image generation.
|
162 |
+
|
163 |
+
You should use `iight` to trigger the image generation.
|
164 |
+
|
165 |
+
You should use `ii` to trigger the image generation.
|
166 |
+
|
167 |
+
|
168 |
+
## Download model
|
169 |
+
|
170 |
+
|
171 |
+
[Download](/Gods-Carlos-Alberto-Sacaza-Palacio/God/tree/main) them in the Files & versions tab.
|