pixelass
commited on
Commit
•
de53988
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +223 -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,223 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: >-
|
10 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
11 |
+
features, a parody of Marie Curie, highres digital art, 4k resolution, best
|
12 |
+
quality, nostalgic handcolored etching
|
13 |
+
parameters:
|
14 |
+
negative_prompt: >-
|
15 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
16 |
+
name, text
|
17 |
+
output:
|
18 |
+
url: images/00000-1611093504.png
|
19 |
+
- text: >-
|
20 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
21 |
+
features, a parody of Isaac Newton, highres digital art, 4k resolution, best
|
22 |
+
quality, nostalgic handcolored etching
|
23 |
+
parameters:
|
24 |
+
negative_prompt: >-
|
25 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
26 |
+
name, text
|
27 |
+
output:
|
28 |
+
url: images/00001-3513164647.png
|
29 |
+
- text: >-
|
30 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
31 |
+
features, a parody of Sigmund Freud, highres digital art, 4k resolution,
|
32 |
+
best quality, nostalgic handcolored etching
|
33 |
+
parameters:
|
34 |
+
negative_prompt: >-
|
35 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
36 |
+
name, text
|
37 |
+
output:
|
38 |
+
url: images/00002-788253489.png
|
39 |
+
- text: >-
|
40 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
41 |
+
features, a parody of Amelia Earhart, highres digital art, 4k resolution,
|
42 |
+
best quality, nostalgic handcolored etching
|
43 |
+
parameters:
|
44 |
+
negative_prompt: >-
|
45 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
46 |
+
name, text
|
47 |
+
output:
|
48 |
+
url: images/00003-37162744.png
|
49 |
+
- text: >-
|
50 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
51 |
+
features, a parody of Charles Darwin, highres digital art, 4k resolution,
|
52 |
+
best quality, nostalgic handcolored etching
|
53 |
+
parameters:
|
54 |
+
negative_prompt: >-
|
55 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
56 |
+
name, text
|
57 |
+
output:
|
58 |
+
url: images/00004-1761811857.png
|
59 |
+
- text: >-
|
60 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
61 |
+
features, a parody of Helen Keller, highres digital art, 4k resolution, best
|
62 |
+
quality, nostalgic handcolored etching
|
63 |
+
parameters:
|
64 |
+
negative_prompt: >-
|
65 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
66 |
+
name, text
|
67 |
+
output:
|
68 |
+
url: images/00008-2988466229.png
|
69 |
+
- text: >-
|
70 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
71 |
+
features, a parody of Indira Gandhi, highres digital art, 4k resolution,
|
72 |
+
best quality, nostalgic handcolored etching
|
73 |
+
parameters:
|
74 |
+
negative_prompt: >-
|
75 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
76 |
+
name, text
|
77 |
+
output:
|
78 |
+
url: images/00010-2353043018.png
|
79 |
+
- text: >-
|
80 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
81 |
+
features, a parody of Rosa Parks, highres digital art, 4k resolution, best
|
82 |
+
quality, nostalgic handcolored etching
|
83 |
+
parameters:
|
84 |
+
negative_prompt: >-
|
85 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
86 |
+
name, text
|
87 |
+
output:
|
88 |
+
url: images/00015-1261908263.png
|
89 |
+
- text: >-
|
90 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
91 |
+
features, a parody of Terence McKenna, highres digital art, 4k resolution,
|
92 |
+
best quality, nostalgic handcolored etching
|
93 |
+
parameters:
|
94 |
+
negative_prompt: >-
|
95 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
96 |
+
name, text
|
97 |
+
output:
|
98 |
+
url: images/00018-2839810778.png
|
99 |
+
- text: >-
|
100 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
101 |
+
features, a parody of Mahatma Gandhi, highres digital art, 4k resolution,
|
102 |
+
best quality, nostalgic handcolored etching
|
103 |
+
parameters:
|
104 |
+
negative_prompt: >-
|
105 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
106 |
+
name, text
|
107 |
+
output:
|
108 |
+
url: images/00017-753777883.png
|
109 |
+
- text: >-
|
110 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
111 |
+
features, a parody of Malcolm X, highres digital art, 4k resolution, best
|
112 |
+
quality, nostalgic handcolored etching
|
113 |
+
parameters:
|
114 |
+
negative_prompt: >-
|
115 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
116 |
+
name, text
|
117 |
+
output:
|
118 |
+
url: images/00019-3931230737.png
|
119 |
+
- text: >-
|
120 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
121 |
+
features, a parody of John Lennon, highres digital art, 4k resolution, best
|
122 |
+
quality, nostalgic handcolored etching
|
123 |
+
parameters:
|
124 |
+
negative_prompt: >-
|
125 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
126 |
+
name, text
|
127 |
+
output:
|
128 |
+
url: images/00021-3124076126.png
|
129 |
+
- text: >-
|
130 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
131 |
+
features, a parody of Janis Joplin, highres digital art, 4k resolution, best
|
132 |
+
quality, nostalgic handcolored etching
|
133 |
+
parameters:
|
134 |
+
negative_prompt: >-
|
135 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
136 |
+
name, text
|
137 |
+
output:
|
138 |
+
url: images/00022-19931468.png
|
139 |
+
- text: >-
|
140 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
141 |
+
features, a parody of Steve Jobs, highres digital art, 4k resolution, best
|
142 |
+
quality, nostalgic handcolored etching
|
143 |
+
parameters:
|
144 |
+
negative_prompt: >-
|
145 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
146 |
+
name, text
|
147 |
+
output:
|
148 |
+
url: images/00024-3202000435.png
|
149 |
+
- text: >-
|
150 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
151 |
+
features, a parody of Langston Hughes, highres digital art, 4k resolution,
|
152 |
+
best quality, nostalgic handcolored etching
|
153 |
+
parameters:
|
154 |
+
negative_prompt: >-
|
155 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
156 |
+
name, text
|
157 |
+
output:
|
158 |
+
url: images/00025-3884970028.png
|
159 |
+
- text: >-
|
160 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
161 |
+
features, a parody of Frida Kahlo, highres digital art, 4k resolution, best
|
162 |
+
quality, nostalgic handcolored etching
|
163 |
+
parameters:
|
164 |
+
negative_prompt: >-
|
165 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
166 |
+
name, text
|
167 |
+
output:
|
168 |
+
url: images/00030-1085029649.png
|
169 |
+
- text: >-
|
170 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
171 |
+
features, a parody of Abraham Lincoln, highres digital art, 4k resolution,
|
172 |
+
best quality, nostalgic handcolored etching
|
173 |
+
parameters:
|
174 |
+
negative_prompt: >-
|
175 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
176 |
+
name, text
|
177 |
+
output:
|
178 |
+
url: images/00031-2277709815.png
|
179 |
+
- text: >-
|
180 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
181 |
+
features, a parody of Cesar Chavez, highres digital art, 4k resolution, best
|
182 |
+
quality, nostalgic handcolored etching
|
183 |
+
parameters:
|
184 |
+
negative_prompt: >-
|
185 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
186 |
+
name, text
|
187 |
+
output:
|
188 |
+
url: images/00032-538087079.png
|
189 |
+
- text: >-
|
190 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
191 |
+
features, a parody of Timothy Leary, highres digital art, 4k resolution,
|
192 |
+
best quality, nostalgic handcolored etching
|
193 |
+
parameters:
|
194 |
+
negative_prompt: >-
|
195 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
196 |
+
name, text
|
197 |
+
output:
|
198 |
+
url: images/00050-747212183.png
|
199 |
+
- text: >-
|
200 |
+
a caricature lithography of a cartoon character with exaggerated facial
|
201 |
+
features, a parody of Bob Ross, highres digital art, 4k resolution, best
|
202 |
+
quality, nostalgic handcolored etching
|
203 |
+
parameters:
|
204 |
+
negative_prompt: >-
|
205 |
+
worst quality, lowres, blurry, smudge, framed, photo, signature, artist
|
206 |
+
name, text
|
207 |
+
output:
|
208 |
+
url: images/00053-788203395.png
|
209 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
210 |
+
instance_prompt: null
|
211 |
+
license: cc-by-nc-nd-4.0
|
212 |
+
---
|
213 |
+
# Blibla Style LoRA SDXL
|
214 |
+
|
215 |
+
<Gallery />
|
216 |
+
|
217 |
+
|
218 |
+
|
219 |
+
## Download model
|
220 |
+
|
221 |
+
Weights for this model are available in Safetensors format.
|
222 |
+
|
223 |
+
[Download](/Blib-la/blibla_style_lora-sdxl/tree/main) them in the Files & versions tab.
|