RectalWorm commited on
Commit
ef3ff0d
1 Parent(s): c5b7eb4

Upload with huggingface_hub

Browse files
Files changed (10) hide show
  1. 39027 +67 -0
  2. 41048 +67 -0
  3. 42715?type=Model&format=SafeTensor&size=full&fp=fp16 +67 -0
  4. 46814?type=Config&format=Other +67 -0
  5. 46846 +67 -0
  6. 49237 +67 -0
  7. 53823 +67 -0
  8. 53885 +67 -0
  9. 54277 +67 -0
  10. 54289 +67 -0
39027 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":"7be9554e8b6be24f","version":"2023.3.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
66
+ </body>
67
+ </html>
41048 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":"7be9554e6ff110b2","version":"2023.3.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
66
+ </body>
67
+ </html>
42715?type=Model&format=SafeTensor&size=full&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":"7be9554e9ca802ac","version":"2023.3.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
66
+ </body>
67
+ </html>
46814?type=Config&format=Other 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":"7be9554e8a3286da","version":"2023.3.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
66
+ </body>
67
+ </html>
46846 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":"7be9554e8eeb62ee","version":"2023.3.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
66
+ </body>
67
+ </html>
49237 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":"7be9554e68592da6","version":"2023.3.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
66
+ </body>
67
+ </html>
53823 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":"7be9554e589c024e","version":"2023.3.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
66
+ </body>
67
+ </html>
53885 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":"7be9554e6e0ae110","version":"2023.3.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
66
+ </body>
67
+ </html>
54277 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":"7be9554e69562bcc","version":"2023.3.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
66
+ </body>
67
+ </html>
54289 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":"7be9554e6a26114b","version":"2023.3.0","b":1,"token":"fd2bef382d4b4ef489d446b5aa3008e2","si":100}' crossorigin="anonymous"></script>
66
+ </body>
67
+ </html>