zigss
commited on
Commit
·
45f8fac
verified
·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +405 -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,405 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- text-to-image
|
4 |
+
- stable-diffusion
|
5 |
+
- lora
|
6 |
+
- diffusers
|
7 |
+
- template:sd-lora
|
8 |
+
widget:
|
9 |
+
- text: morty_smith's, photo of face, looking curious, frowning eyeshadow
|
10 |
+
parameters:
|
11 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
12 |
+
output:
|
13 |
+
url: images/ytrom (1).jpeg
|
14 |
+
- text: morty_smith, waist-up shot, looking up, astronaut suit
|
15 |
+
parameters:
|
16 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
17 |
+
output:
|
18 |
+
url: images/ytrom (5).jpeg
|
19 |
+
- text: Photo of morty_smith waist up looking forward with face closed
|
20 |
+
parameters:
|
21 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
22 |
+
output:
|
23 |
+
url: images/ytrom (20).jpeg
|
24 |
+
- text: Photo of morty_smith waist up looking down with face closed
|
25 |
+
parameters:
|
26 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
27 |
+
output:
|
28 |
+
url: images/ytrom (36).jpeg
|
29 |
+
- text: >-
|
30 |
+
Photo of morty_smith waist up looking ahead with closed face and wearing
|
31 |
+
black dress clothes with red tie
|
32 |
+
parameters:
|
33 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
34 |
+
output:
|
35 |
+
url: images/ytrom (38).jpeg
|
36 |
+
- text: >-
|
37 |
+
Photo of morty_smith waist up looking down with closed face and wearing
|
38 |
+
black dress clothes with red tie
|
39 |
+
parameters:
|
40 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
41 |
+
output:
|
42 |
+
url: images/ytrom (39).jpeg
|
43 |
+
- text: >-
|
44 |
+
Waist up shot of morty_smith taking a self in the mirror giving a forced
|
45 |
+
smile
|
46 |
+
parameters:
|
47 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
48 |
+
output:
|
49 |
+
url: images/ytrom (41).jpeg
|
50 |
+
- text: Photo of morty_smith's upset face
|
51 |
+
parameters:
|
52 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
53 |
+
output:
|
54 |
+
url: images/ytrom (42).jpeg
|
55 |
+
- text: Photo of morty_smith's upset face
|
56 |
+
parameters:
|
57 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
58 |
+
output:
|
59 |
+
url: images/ytrom (43).jpeg
|
60 |
+
- text: Photo of morty_smith's Angry face
|
61 |
+
parameters:
|
62 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
63 |
+
output:
|
64 |
+
url: images/ytrom (44).jpeg
|
65 |
+
- text: Photo of morty_smith's upset face
|
66 |
+
parameters:
|
67 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
68 |
+
output:
|
69 |
+
url: images/ytrom (45).jpeg
|
70 |
+
- text: Photo of morty_smith's Cheerful face, open mouth, wide smile
|
71 |
+
parameters:
|
72 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
73 |
+
output:
|
74 |
+
url: images/ytrom (46).jpeg
|
75 |
+
- text: Photo of morty_smith's face
|
76 |
+
parameters:
|
77 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
78 |
+
output:
|
79 |
+
url: images/ytrom (47).jpeg
|
80 |
+
- text: Photo of morty_smith's face
|
81 |
+
parameters:
|
82 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
83 |
+
output:
|
84 |
+
url: images/ytrom (48).jpeg
|
85 |
+
- text: Photo of morty_smith's sleeping face
|
86 |
+
parameters:
|
87 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
88 |
+
output:
|
89 |
+
url: images/ytrom (49).jpeg
|
90 |
+
- text: Photo of morty_smith's happy face
|
91 |
+
parameters:
|
92 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
93 |
+
output:
|
94 |
+
url: images/ytrom (51).jpeg
|
95 |
+
- text: Photo of morty_smith's Cheerful face, open mouth, wide smile
|
96 |
+
parameters:
|
97 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
98 |
+
output:
|
99 |
+
url: images/ytrom (52).jpeg
|
100 |
+
- text: Photo of morty_smith's Sad face with tears in eyes
|
101 |
+
parameters:
|
102 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
103 |
+
output:
|
104 |
+
url: images/ytrom (53).jpeg
|
105 |
+
- text: Photo of the waist up of the morty_smith curious face
|
106 |
+
parameters:
|
107 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
108 |
+
output:
|
109 |
+
url: images/ytrom (54).jpeg
|
110 |
+
- text: Photo of morty_smith's upset face
|
111 |
+
parameters:
|
112 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
113 |
+
output:
|
114 |
+
url: images/ytrom (55).jpeg
|
115 |
+
- text: Photo of morty_smith's face, Looking down, focused
|
116 |
+
parameters:
|
117 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
118 |
+
output:
|
119 |
+
url: images/ytrom (56).jpeg
|
120 |
+
- text: Photo of morty_smith's embarrassed face, shy
|
121 |
+
parameters:
|
122 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
123 |
+
output:
|
124 |
+
url: images/ytrom (57).jpeg
|
125 |
+
- text: Photo of morty_smith's bored face
|
126 |
+
parameters:
|
127 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
128 |
+
output:
|
129 |
+
url: images/ytrom (58).jpeg
|
130 |
+
- text: Photo of morty_smith's nervous, anxious face
|
131 |
+
parameters:
|
132 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
133 |
+
output:
|
134 |
+
url: images/ytrom (59).jpeg
|
135 |
+
- text: Photo of morty_smith's face of fear, disgust
|
136 |
+
parameters:
|
137 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
138 |
+
output:
|
139 |
+
url: images/ytrom (60).jpeg
|
140 |
+
- text: Photo of morty_smith's bored face
|
141 |
+
parameters:
|
142 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
143 |
+
output:
|
144 |
+
url: images/ytrom (61).jpeg
|
145 |
+
- text: Photo of morty_smith's Passionate face
|
146 |
+
parameters:
|
147 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
148 |
+
output:
|
149 |
+
url: images/ytrom (62).jpeg
|
150 |
+
- text: Photo of morty_smith's face of disappointment, sadness, regret
|
151 |
+
parameters:
|
152 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
153 |
+
output:
|
154 |
+
url: images/ytrom (65).jpeg
|
155 |
+
- text: Photo of morty_smith's face of despair, screaming, mouth open, eyes wide
|
156 |
+
parameters:
|
157 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
158 |
+
output:
|
159 |
+
url: images/ytrom (66).jpeg
|
160 |
+
- text: Photo of morty_smith's bored face, studying, taking a test at school
|
161 |
+
parameters:
|
162 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
163 |
+
output:
|
164 |
+
url: images/ytrom (67).jpeg
|
165 |
+
- text: Waist-up photo of morty_smith showing off her skills with a wink
|
166 |
+
parameters:
|
167 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
168 |
+
output:
|
169 |
+
url: images/ytrom (68).jpeg
|
170 |
+
- text: Photo of morty_smith's angry, enraged face
|
171 |
+
parameters:
|
172 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
173 |
+
output:
|
174 |
+
url: images/ytrom (69).jpeg
|
175 |
+
- text: Waist up photo serious face
|
176 |
+
parameters:
|
177 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
178 |
+
output:
|
179 |
+
url: images/ytrom (70).jpeg
|
180 |
+
- text: Photo of morty_smith's relief face
|
181 |
+
parameters:
|
182 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
183 |
+
output:
|
184 |
+
url: images/ytrom (71).jpeg
|
185 |
+
- text: Photo of morty_smith's face of happiness, smile, content
|
186 |
+
parameters:
|
187 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
188 |
+
output:
|
189 |
+
url: images/ytrom (72).jpeg
|
190 |
+
- text: Photo of morty_smith's negotiation expression
|
191 |
+
parameters:
|
192 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
193 |
+
output:
|
194 |
+
url: images/ytrom (74).jpeg
|
195 |
+
- text: Photo of morty_smith's thoughtful, traumatized face
|
196 |
+
parameters:
|
197 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
198 |
+
output:
|
199 |
+
url: images/ytrom (1).jpg
|
200 |
+
- text: >-
|
201 |
+
Photo from the waist up of the morty_smith face of someone who has done
|
202 |
+
something wrong
|
203 |
+
parameters:
|
204 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
205 |
+
output:
|
206 |
+
url: images/ytrom (2).jpg
|
207 |
+
- text: Photo of morty_smith's sad face
|
208 |
+
parameters:
|
209 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
210 |
+
output:
|
211 |
+
url: images/ytrom (4).jpg
|
212 |
+
- text: Photo of Morty_smith excited, receptive, cheerful
|
213 |
+
parameters:
|
214 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
215 |
+
output:
|
216 |
+
url: images/ytrom (6).jpg
|
217 |
+
- text: Photo of Morty_smith afraid, desperate
|
218 |
+
parameters:
|
219 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
220 |
+
output:
|
221 |
+
url: images/ytrom (7).jpg
|
222 |
+
- text: Lost morty_smith full body photo
|
223 |
+
parameters:
|
224 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
225 |
+
output:
|
226 |
+
url: images/ytrom (8).jpg
|
227 |
+
- text: morty_smith face photo, scared, agony, fear
|
228 |
+
parameters:
|
229 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
230 |
+
output:
|
231 |
+
url: images/ytrom (9).jpg
|
232 |
+
- text: 'morty_smith face photo, angry, space ship background '
|
233 |
+
parameters:
|
234 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
235 |
+
output:
|
236 |
+
url: images/ytrom (11).jpg
|
237 |
+
- text: morty_smith waist up photo, angry, fighting aliens
|
238 |
+
parameters:
|
239 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
240 |
+
output:
|
241 |
+
url: images/ytrom (12).jpg
|
242 |
+
- text: morty_smith headshot, disembarrassed face, regretful
|
243 |
+
parameters:
|
244 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
245 |
+
output:
|
246 |
+
url: images/ytrom (13).jpg
|
247 |
+
- text: guilty morty_smith full body photo
|
248 |
+
parameters:
|
249 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
250 |
+
output:
|
251 |
+
url: images/ytrom (14).jpg
|
252 |
+
- text: happy morty_smith full body photo
|
253 |
+
parameters:
|
254 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
255 |
+
output:
|
256 |
+
url: images/ytrom (15).jpg
|
257 |
+
- text: tired morty_smith full body photo
|
258 |
+
parameters:
|
259 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
260 |
+
output:
|
261 |
+
url: images/ytrom (16).jpg
|
262 |
+
- text: >-
|
263 |
+
Photo from the waist up of the morty_smith face of someone who has done
|
264 |
+
something wrong
|
265 |
+
parameters:
|
266 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
267 |
+
output:
|
268 |
+
url: images/ytrom (20).jpg
|
269 |
+
- text: morty_smith alone in a spaceship
|
270 |
+
parameters:
|
271 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
272 |
+
output:
|
273 |
+
url: images/ytrom (22).jpg
|
274 |
+
- text: Photo of morty_smith's face
|
275 |
+
parameters:
|
276 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
277 |
+
output:
|
278 |
+
url: images/ytrom (23).jpg
|
279 |
+
- text: >-
|
280 |
+
Photo from the waist up of the morty_smith face of someone who has done
|
281 |
+
something wrong
|
282 |
+
parameters:
|
283 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
284 |
+
output:
|
285 |
+
url: images/ytrom (24).jpg
|
286 |
+
- text: morty_smith Headshot, Stubborn Face, Suspicious
|
287 |
+
parameters:
|
288 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
289 |
+
output:
|
290 |
+
url: images/ytrom (25).jpg
|
291 |
+
- text: morty_smith headshot, charismatic face, receptive
|
292 |
+
parameters:
|
293 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
294 |
+
output:
|
295 |
+
url: images/ytrom (26).jpg
|
296 |
+
- text: >-
|
297 |
+
morty_smith photo from the waist up, giving a speech, mouth open, talking
|
298 |
+
loudly
|
299 |
+
parameters:
|
300 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
301 |
+
output:
|
302 |
+
url: images/ytrom (27).jpg
|
303 |
+
- text: >-
|
304 |
+
morty_smith profile picture from the waist up, threatening, eyes fixed on
|
305 |
+
the target
|
306 |
+
parameters:
|
307 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
308 |
+
output:
|
309 |
+
url: images/ytrom (28).jpg
|
310 |
+
- text: morty_smith photo of face, shocked, hands over mouth
|
311 |
+
parameters:
|
312 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
313 |
+
output:
|
314 |
+
url: images/ytrom (30).jpg
|
315 |
+
- text: morty_smith, waist up photo, scared, mouth open, eyes wide
|
316 |
+
parameters:
|
317 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
318 |
+
output:
|
319 |
+
url: images/ytrom (1).png
|
320 |
+
- text: morty_smith, waist up photo, shy, anxious
|
321 |
+
parameters:
|
322 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
323 |
+
output:
|
324 |
+
url: images/ytrom (3).png
|
325 |
+
- text: scared morty_smith full body photo
|
326 |
+
parameters:
|
327 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
328 |
+
output:
|
329 |
+
url: images/ytrom (4).png
|
330 |
+
- text: morty_smith full body photo, Running, fear, screaming, mouth open, eyes wide
|
331 |
+
parameters:
|
332 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
333 |
+
output:
|
334 |
+
url: images/ytrom (5).png
|
335 |
+
- text: Photo of morty_smith's face, talking angrily, arguing fiercely
|
336 |
+
parameters:
|
337 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
338 |
+
output:
|
339 |
+
url: images/ytrom (7).png
|
340 |
+
- text: >-
|
341 |
+
morty_smith picture of face, trying to hold back tears, face of anger and
|
342 |
+
dissatisfaction, tears in eyes
|
343 |
+
parameters:
|
344 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
345 |
+
output:
|
346 |
+
url: images/ytrom (8).png
|
347 |
+
- text: Photo of morty_smith's embarrassed face, wavy mouth, frazied eyebrows
|
348 |
+
parameters:
|
349 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
350 |
+
output:
|
351 |
+
url: images/ytrom (9).png
|
352 |
+
- text: Photo of the morty_smith face of someone who has done something wrong
|
353 |
+
parameters:
|
354 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
355 |
+
output:
|
356 |
+
url: images/ytrom (10).png
|
357 |
+
- text: morty_smith Full body profile picture, Running, fear
|
358 |
+
parameters:
|
359 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
360 |
+
output:
|
361 |
+
url: images/ytrom (1).webp
|
362 |
+
- text: morty_smith waist up photo of curious
|
363 |
+
parameters:
|
364 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
365 |
+
output:
|
366 |
+
url: images/ytrom (2).webp
|
367 |
+
- text: morty_smith Waist up photo face of someone who has done something wrong
|
368 |
+
parameters:
|
369 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
370 |
+
output:
|
371 |
+
url: images/ytrom (3).webp
|
372 |
+
- text: >-
|
373 |
+
Morty Smith, Waist Up Photo, Incredulous, Dissatisfied, Anger, Sadness,
|
374 |
+
Freaking Out
|
375 |
+
parameters:
|
376 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
377 |
+
output:
|
378 |
+
url: images/ytrom (4).webp
|
379 |
+
- text: morty_smith, photo from waist up, sad, depression
|
380 |
+
parameters:
|
381 |
+
negative_prompt: (worst quality, low quality, letterboxed)
|
382 |
+
output:
|
383 |
+
url: images/ytrom (5).webp
|
384 |
+
base_model: coreml-community/coreml-toonYou-beta5pruned_cn
|
385 |
+
instance_prompt: morty_smith
|
386 |
+
license: cc-by-nc-nd-4.0
|
387 |
+
---
|
388 |
+
# Morty0.1
|
389 |
+
|
390 |
+
<Gallery />
|
391 |
+
|
392 |
+
## Model description
|
393 |
+
|
394 |
+
Morty model
|
395 |
+
|
396 |
+
## Trigger words
|
397 |
+
|
398 |
+
You should use `morty_smith` to trigger the image generation.
|
399 |
+
|
400 |
+
|
401 |
+
## Download model
|
402 |
+
|
403 |
+
Weights for this model are available in Safetensors format.
|
404 |
+
|
405 |
+
[Download](/zigss/Morty/tree/main) them in the Files & versions tab.
|