adding model
Browse files- .gitattributes +4 -0
- 00014-1784795386.png +3 -0
- LICENSE +70 -0
- README.md +11 -0
- cutifiedanimecharactePonyXL_v21.checksum +19 -0
- cutifiedanimecharactePonyXL_v21.safetensors +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
38 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
39 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
00014-1784795386.png
ADDED
Git LFS Details
|
LICENSE
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<head>
|
4 |
+
<meta content="width=device-width, initial-scale=1" name="viewport">
|
5 |
+
<title>Something went wrong (500)</title>
|
6 |
+
<style>
|
7 |
+
body {
|
8 |
+
color: #333238;
|
9 |
+
text-align: center;
|
10 |
+
font-family: "Nunito Sans", -apple-system, ".SFNSText-Regular", "San Francisco", BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
11 |
+
}
|
12 |
+
|
13 |
+
h1 {
|
14 |
+
font-size: 1.75rem;
|
15 |
+
line-height: 2.25rem;
|
16 |
+
margin: 1rem 0;
|
17 |
+
}
|
18 |
+
|
19 |
+
p {
|
20 |
+
margin-bottom: .5rem;
|
21 |
+
}
|
22 |
+
|
23 |
+
img {
|
24 |
+
display: block;
|
25 |
+
margin: 0 auto;
|
26 |
+
}
|
27 |
+
|
28 |
+
a {
|
29 |
+
text-decoration: none;
|
30 |
+
color: #1068bf;
|
31 |
+
}
|
32 |
+
|
33 |
+
a:hover {
|
34 |
+
text-decoration: underline;
|
35 |
+
}
|
36 |
+
|
37 |
+
.error-container {
|
38 |
+
max-width: 65ch;
|
39 |
+
margin: auto;
|
40 |
+
padding: 1rem 0;
|
41 |
+
}
|
42 |
+
|
43 |
+
.action-container {
|
44 |
+
margin-top: 1.5rem;
|
45 |
+
}
|
46 |
+
|
47 |
+
.go-back {
|
48 |
+
display: none;
|
49 |
+
}
|
50 |
+
</style>
|
51 |
+
</head>
|
52 |
+
|
53 |
+
<body>
|
54 |
+
<div class="error-container">
|
55 |
+
<img src='/-/error-illustrations/error-500-lg.svg' alt="500 error"/>
|
56 |
+
<h1>500: We're sorry, something went wrong on our end</h1>
|
57 |
+
<p>Request ID: <code>01JABARSX715SAPS2673DEHRSR</code></p>
|
58 |
+
<p>Try refreshing the page, or going back and attempting the action again.</p>
|
59 |
+
<p>Please contact your GitLab administrator if this problem persists.</p>
|
60 |
+
<div class="action-container">
|
61 |
+
<a href="javascript:history.back()" class="js-go-back go-back">Go back</a>
|
62 |
+
</div>
|
63 |
+
</div>
|
64 |
+
<script>
|
65 |
+
(function () {
|
66 |
+
var goBack = document.querySelector('.js-go-back');
|
67 |
+
|
68 |
+
if (history.length > 1) {
|
69 |
+
goBack.style.display = 'inline';
|
70 |
+
}
|
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- stable-diffusion
|
4 |
+
- text-to-image
|
5 |
+
- StableDiffusionPipeline
|
6 |
+
- lora
|
7 |
+
license: other
|
8 |
+
---
|
9 |
+
## Model
|
10 |
+
|
11 |
+
![pipeline](00014-1784795386.png)
|
cutifiedanimecharactePonyXL_v21.checksum
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
-----BEGIN PGP SIGNED MESSAGE-----
|
2 |
+
Hash: SHA256
|
3 |
+
|
4 |
+
#cutifiedanimecharactePonyXL_v21.safetensors 7105349822 bytes
|
5 |
+
SHA256 (cutifiedanimecharactePonyXL_v21.safetensors) = 7687d4f88bad8c3e77529e34263c8fe888bd9ab71e3fd8454156329d821cab51
|
6 |
+
-----BEGIN PGP SIGNATURE-----
|
7 |
+
|
8 |
+
iQGzBAEBCAAdFiEETqTk3Lh98OS9LMeGn04KP2DF00YFAmcQAK8ACgkQn04KP2DF
|
9 |
+
00bvKAwAiDYcgJg3xLBP1pi9xYgLJbLTD9Z1nhSQ3z0H4MN4lZcfoh0snhwBg+kS
|
10 |
+
X3oquLEixeO1WicmGNFSkZ2dCnTOqndB9fUfwvPJE+3Mv4+fquvHCfWAKMApb2uU
|
11 |
+
H04KBStgw2jUuYTVCb7Jo+0Oy9ZIUUN/jjNUymADc6rTtJnxCTd0A8YnMRPUd/Y+
|
12 |
+
muUmZi0/Xkb7pievx7J6Q0OjbTqXmtDX5SEAP2SVmtWbbARI1p6Bur4kocmf1DYO
|
13 |
+
Ip0hcmWApQEUyYQ//AsI+zQe5OzVuJZsaYktde3NG8niiywhf6REW9N1RfADinyq
|
14 |
+
eF198HTBtOFAnKOmHN6nlNNtmJb518lGx+7IklmIaIT7PlOsY6KWaPcNe5RXt3iW
|
15 |
+
KBeE94p56P47c0DwrCKWftY4U7ZPwmFBP6OC9GN9sTHGJZuFM8tLRZbFMs9oLt4d
|
16 |
+
y6z5Hx4DPG7Pzv7bxXkcU2HvFfltIiX6DnxP2/U56tsr6ZYO4SUK23PYvxy2xEpx
|
17 |
+
krZpfFdT
|
18 |
+
=1cfl
|
19 |
+
-----END PGP SIGNATURE-----
|
cutifiedanimecharactePonyXL_v21.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7687d4f88bad8c3e77529e34263c8fe888bd9ab71e3fd8454156329d821cab51
|
3 |
+
size 7105349822
|