RectalWorm
commited on
Commit
•
8aa4ce0
1
Parent(s):
cc072fb
Upload folder using huggingface_hub
Browse files- 26356 +67 -0
- 60478 +67 -0
- 60735 +67 -0
- 60899?type=Model&format=PickleTensor&size=pruned&fp=fp16 +67 -0
- 60941 +67 -0
- 60966 +67 -0
- 60968 +67 -0
- 60980 +67 -0
- 61004 +67 -0
- 61029?type=Model&format=PickleTensor&size=full&fp=fp32 +67 -0
26356
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f14ba1db921","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|
60478
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f14a9270b5c","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|
60735
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f14cb761c84","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|
60899?type=Model&format=PickleTensor&size=pruned&fp=fp16
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f14cebfb894","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|
60941
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f14ccf1b716","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|
60966
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f14bedb0a4c","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|
60968
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f14bf51b7a8","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|
60980
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f14be0d0b54","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|
61004
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f14bd76d0d1","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|
61029?type=Model&format=PickleTensor&size=full&fp=fp32
ADDED
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html lang="en">
|
3 |
+
<head>
|
4 |
+
<meta charset="UTF-8">
|
5 |
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<title>We'll be right back | Civitai</title>
|
8 |
+
<meta content="We're adjusting a few things, be back in a few minutes..." name="description">
|
9 |
+
<style>
|
10 |
+
html {
|
11 |
+
height: 100vh;
|
12 |
+
}
|
13 |
+
|
14 |
+
body {
|
15 |
+
background: #1A1B1E;
|
16 |
+
color: #c1c2c5;
|
17 |
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
18 |
+
height: 100vh;
|
19 |
+
display: flex;
|
20 |
+
justify-content: center;
|
21 |
+
align-items: center;
|
22 |
+
}
|
23 |
+
|
24 |
+
.container {
|
25 |
+
width: 95%;
|
26 |
+
max-width: 600px;
|
27 |
+
}
|
28 |
+
|
29 |
+
.icon {
|
30 |
+
display: flex;
|
31 |
+
justify-content: center;
|
32 |
+
align-items: center;
|
33 |
+
}
|
34 |
+
|
35 |
+
.icon svg {
|
36 |
+
width: 100px;
|
37 |
+
height: 100px;
|
38 |
+
}
|
39 |
+
|
40 |
+
h1 {
|
41 |
+
font-size: 2rem;
|
42 |
+
line-height: 1.1;
|
43 |
+
}
|
44 |
+
|
45 |
+
img {
|
46 |
+
width: 100%;
|
47 |
+
box-shadow: 0 1px 3px #000, 0 5px 10px #000;
|
48 |
+
}
|
49 |
+
</style>
|
50 |
+
</head>
|
51 |
+
<body>
|
52 |
+
<div class="container">
|
53 |
+
<div class="icon">
|
54 |
+
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-hourglass" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
55 |
+
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
56 |
+
<path d="M6.5 7h11"></path>
|
57 |
+
<path d="M6.5 17h11"></path>
|
58 |
+
<path d="M6 20v-2a6 6 0 1 1 12 0v2a1 1 0 0 1 -1 1h-10a1 1 0 0 1 -1 -1z"></path>
|
59 |
+
<path d="M6 4v2a6 6 0 1 0 12 0v-2a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1z"></path>
|
60 |
+
</svg>
|
61 |
+
</div>
|
62 |
+
<h1>We're adjusting a few things, be back in a few minutes...</h1>
|
63 |
+
<img src="/images/imrs.webp" alt="This is fine">
|
64 |
+
</div>
|
65 |
+
<script defer src="https://static.cloudflareinsights.com/beacon.min.js/v52afc6f149f6479b8c77fa569edb01181681764108816" integrity="sha512-jGCTpDpBAYDGNYR5ztKt4BQPGef1P0giN6ZGVUi835kFF88FOmmn8jBQWNgrNd8g/Yu421NdgWhwQoaOPFflDw==" data-cf-beacon='{"rayId":"7c1a5f14a81db924","version":"2023.4.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
|
66 |
+
</body>
|
67 |
+
</html>
|