TheMaisk commited on
Commit
087c4e3
·
verified ·
1 Parent(s): 049b3fb

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +565 -18
index.html CHANGED
@@ -1,19 +1,566 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
7
+ <script type='text/javascript'>
8
+ window.smartlook||(function(d) {
9
+ var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
10
+ var c=d.createElement('script');o.api=new Array();c.async=true;c.type='text/javascript';
11
+ c.charset='utf-8';c.src='https://web-sdk.smartlook.com/recorder.js';h.appendChild(c);
12
+ })(document);
13
+ smartlook('init', 'ab064cf709cc86cb945d2dfb051a3a1254d7fb19', { region: 'eu' });
14
+ </script>
15
+ <link rel="preconnect" href="https://fonts.googleapis.com">
16
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
17
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.13.11/katex.min.css">
18
+ <link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100&display=swap" rel="stylesheet" <meta
19
+ charset="UTF-8">
20
+ <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8419334759638161"
21
+ crossorigin="anonymous"></script>
22
+ <title>AI Image Creator</title>
23
+ <style>
24
+ html, body {
25
+ margin: 0;
26
+ padding: 0;
27
+ box-sizing: border-box;
28
+ overflow-x: hidden !important;
29
+ }
30
+ body {
31
+ background-color: #000000;
32
+ margin: 0;
33
+ }
34
+ #main {
35
+ display: flex;
36
+ flex-direction: column;
37
+ margin: 50px;
38
+ margin: auto;
39
+ }
40
+ #cont {
41
+ background-color: #030303;
42
+ padding: 0px;
43
+ border-radius: 12px;
44
+ box-shadow: 8px 8px 16px #050505, -8px -8px 16px #080808;
45
+ display: flex;
46
+ align-items: center;
47
+ background: linear-gradient(black, black) padding-box,
48
+ linear-gradient(to left, #00f5d4, #00635d) border-box;
49
+ border-radius: 12px;
50
+ border: 2.5px solid transparent;
51
+ width: 70%;
52
+ height: 9vh;
53
+ margin: auto;
54
+ margin-top: 5%;
55
+ margin-bottom: 20px;
56
+ }
57
+ #inp {
58
+ flex-grow: 1;
59
+ padding: 10px;
60
+ margin: 10px;
61
+ background: transparent;
62
+ border: none;
63
+ border-radius: 8px;
64
+ box-shadow: linear-gradient(145deg, rgb(0, 249, 153), #00635d);
65
+ color: #fff;
66
+ outline: none;
67
+ min-height:40px;
68
+ }
69
+ #cont button {
70
+ padding: 2.5vh 4.6vh;
71
+ margin: 1vh;
72
+ background: linear-gradient(155deg, rgb(0, 149, 249), #004d40, rgb(0, 247, 173));
73
+ border: none;
74
+ border-radius: 8px;
75
+ color: #fff;
76
+ cursor: pointer;
77
+ }
78
+ #cont button:hover {
79
+ background: linear-gradient(145deg, #00f5d4, #004d40);
80
+ }
81
+ #as {
82
+ display: flex;
83
+ flex-direction: row;
84
+ width: 70%;
85
+ margin: auto;
86
+ justify-content: space-between;
87
+ }
88
+ #as button {
89
+ background-color: #0a0a0a;
90
+ border: none;
91
+ padding: 3vh 4.5vh;
92
+ font-size: 15px;
93
+ color: #ffffff;
94
+ cursor: pointer;
95
+ border-radius: 12px;
96
+ transition: box-shadow 0.3s ease-in-out;
97
+ }
98
+ #model{
99
+ background-color: #181717;
100
+ border: none;
101
+ padding: 3vh 4.5vh;
102
+ font-size: 15px;
103
+ color: #ffffff;
104
+ cursor: pointer;
105
+ border-radius: 12px;
106
+ transition: box-shadow 0.3s ease-in-out;
107
+
108
+ padding: 0px 0px 0px 20px ;
109
+ }
110
+ #as button:hover {
111
+ box-shadow: 15px 15px 30px #0d0d0d, -15px -15px 30px #1a1a1a;
112
+ }
113
+ @media only screen and (max-width: 600px) {
114
+ #cont {
115
+ width: 90%;
116
+ margin-bottom: 20px;
117
+ }
118
+ #main{
119
+ width: 90%;
120
+ }
121
+ #cont button {
122
+ padding: 15px 15px;
123
+ }
124
+ #as{
125
+ width: 88%;
126
+ }
127
+ #as button{
128
+ padding: 15px 20px;
129
+ }
130
+ }
131
+ @media only screen and (max-width: 365px){
132
+ #cont{
133
+ width: 94%;
134
+ }
135
+ #main{
136
+ width: 94%;
137
+ }
138
+ #as{
139
+ width: 94%;
140
+ }
141
+ }
142
+ dialog{
143
+ background: rgba(29, 29, 29, 1);
144
+ border-radius: 16px;
145
+ box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
146
+ margin-top: 20px;
147
+ border: 1px solid rgba(14, 13, 13, 0.3);
148
+ z-index: 100;
149
+ background: "Black";
150
+ }
151
+ #sli{
152
+ display: flex;
153
+ flex-direction: row;
154
+ align-items: center;
155
+ color: #eeeeee;
156
+ }
157
+ label{
158
+ font-family: 'Barlow Condensed';
159
+
160
+ font-size: 21px;
161
+ margin-right: 10px;
162
+ }
163
+ #sli input{
164
+ border: 1px solid #00f5d4;
165
+ outline: none;
166
+ border-radius: 5px;
167
+ padding: 7px 20px;
168
+ background-color: transparent ;
169
+ color: white;
170
+ font-family: 'Barlow Condensed';
171
+ }
172
+ #Apply{
173
+ background-color: #004d40;
174
+ padding: 5px 10px;
175
+ border: none;
176
+ color: #000000;
177
+ font-weight:500;
178
+ font-family: Arial, Helvetica, sans-serif;
179
+ font-size: 15px;
180
+ border-radius: 4px;
181
+ }
182
+ #close{
183
+ float: right;background-color: #00635d; padding: 5px 10px;
184
+ border: none;
185
+ color: #000000;
186
+ font-weight:500;
187
+ font-family: Arial, Helvetica, sans-serif;
188
+ font-size: 15px;
189
+ border-radius: 4px;
190
+ }
191
+ #styles{
192
+ display: flex;
193
+ flex-direction: row;
194
+ gap: 6px;
195
+ color: white;
196
+ font-family: 'Barlow Condensed';
197
+ font-size: 20px;
198
+ flex-wrap: wrap;
199
+
200
+ }
201
+ #imshow{
202
+
203
+ width: 120vh;
204
+ height: 54vh;
205
+ display: flex;
206
+ flex-direction: row;
207
+ overflow-y: hidden;
208
+ margin: auto;
209
+ gap: 6px;
210
+ margin-top: 30px;
211
+ padding-bottom: 4px;
212
+ background: linear-gradient(black, black) padding-box,
213
+ linear-gradient(to right, #00f5d4, #004d40) border-box;
214
+ border-radius: 20px;
215
+ border: 2.5px solid transparent;
216
+
217
+ }
218
+ #imshow img{
219
+ width:57vh;
220
+ height: 53vh;
221
+ margin: auto;
222
+ margin-top: 7px;
223
+ border-radius: 10px;
224
+ margin-left: 0px;
225
+ }
226
+ #imshow p{
227
+ color: white;font-family: 'Barlow Condensed'; margin: auto; font-size: 3vh;text-align: center;
228
+ }
229
+ @media screen and (min-width: 500px) and (max-width: 720px) {
230
+ dialog{
231
+
232
+ max-width: 420px;
233
+ }
234
+ #imshow{
235
+
236
+ border: 2px solid #004d40;
237
+ width: 400px;
238
+ height: 400px;
239
+ display: flex;
240
+ flex-direction: column;
241
+ overflow-y: scroll;
242
+ margin: auto;
243
+ background: linear-gradient(black, black) padding-box,
244
+ linear-gradient(to right, #00f5d4, #004d40) border-box;
245
+ border-radius: 20px;
246
+ border: 2.5px solid transparent;
247
+ margin-top: 30px;
248
+ padding-bottom: 7px;
249
+ gap: 14px;
250
+ }
251
+ #imshow img{
252
+ width: 95%;
253
+ height: 100%;
254
+ margin: auto;
255
+ margin-top: 7px;
256
+ }
257
+ #cont{
258
+ height: 7vh;
259
+ }
260
+ }
261
+ #styles{
262
+ align-items: center;
263
+ justify-content: center;
264
+ }
265
+ @media screen and (max-width: 500px) {
266
+ .ad{
267
+ display: flex;
268
+ flex-direction: row;
269
+ }
270
+ dialog {
271
+ max-width: 300px;
272
+ }
273
+ #imshow{
274
+
275
+ border: 2px solid #004d40;
276
+ width: 330px;
277
+ height: 330px;
278
+ display: flex;
279
+ flex-direction: column;
280
+ overflow-y: scroll;
281
+ margin-top: 30px;
282
+ padding-bottom: 7px;
283
+ gap: 14px;
284
+ background: linear-gradient(black, black) padding-box,
285
+ linear-gradient(to right,#00f5d4, #004d40) border-box;
286
+ border-radius: 20px;
287
+ border: 2.5px solid transparent;
288
+ }
289
+ #jd{
290
+ font-size: 14px;
291
+ }
292
+ #imshow p{
293
+ width: 80%;
294
+ }
295
+ #imshow img{
296
+ width: 95%;
297
+ height: 100%;
298
+ margin: auto;
299
+ display:block;
300
+ margin-bottom: 0px;
301
+ margin-top:0px;
302
+
303
+ }
304
+ #imshow p{
305
+ font-size: 20px;
306
+ }
307
+ #styles{
308
+ align-items: center;
309
+ justify-content: center;
310
+ }
311
+ }
312
+ #jd{
313
+ margin: 10px;
314
+ padding: 5px;
315
+ background-color: transparent;
316
+ color: #eeeeee;
317
+ margin-right: 0;
318
+ margin-left: 0;
319
+ background: linear-gradient(black, rgb(0, 0, 0)) padding-box,
320
+ linear-gradient(to right, #00f5d4,#00635d) border-box;
321
+ border-radius: 20px;
322
+ border: 2.5px solid transparent;
323
+ border-radius: 7px;
324
+ margin-left: 0px;
325
+ font-family: 'Barlow Condensed';
326
+ font-size: 18px;
327
+ color: white;
328
+ }
329
+ #jd:hover{
330
+ background: linear-gradient(black, black) padding-box,
331
+ linear-gradient(to right, #004d40,#00f5d4) border-box;
332
+ border-radius: 10px;
333
+ border: 2.5px solid transparent;
334
+ }
335
+ #ow{
336
+ float: right;
337
+ margin: 10px;
338
+ padding: 10px;
339
+ background-color: transparent;
340
+ color: #eeeeee;
341
+ background: linear-gradient(black, black) padding-box,
342
+ linear-gradient(to right, #00f5d4, #00635d) border-box;
343
+ border-radius: 10px;
344
+ border: 2.5px solid transparent;
345
+ border-radius: 10px;
346
+ margin-bottom: 0px;
347
+ margin-right: 0;
348
+ margin-left: 0;
349
+ border: 2px solid white;
350
+ }
351
+ #ow:hover{
352
+ background: linear-gradient(black, black) padding-box,
353
+ linear-gradient(to right, #00635d,#00f5d4) border-box;
354
+ border-radius: 10px;
355
+ border: 2.5px solid transparent;
356
+ }
357
+ #dvv{
358
+ width: 100%;
359
+ margin-left: 10px;
360
+ }
361
+ #model{
362
+ width: 170px;
363
+ height: 50px;
364
+ overflow: visible;
365
+ }
366
+ #model option{
367
+ white-space: normal;
368
+ padding: 10px;
369
+ font-family: 'Barlow Condensed';
370
+ line-height: 1.2;
371
+ font-size: 24px;
372
+ }
373
+ .ad{
374
+ display: flex;
375
+ flex-direction: row;
376
+ }
377
+ #grad {
378
+ background-image: linear-gradient(45deg, #00f5d4, #00635d);
379
+ -webkit-background-clip: text;
380
+ -webkit-text-fill-color: transparent;
381
+ color: #000;
382
+ margin-left:15px;
383
+ font-family: 'Barlow Condensed'
384
+ }
385
+ #imshow{
386
+ margin-bottom: 12px;}
387
+ #imshow progress {
388
+ margin-left: auto;
389
+ margin-right: auto;
390
+ display: block;
391
+ height: 25px;
392
+ width: 250px;
393
+ }
394
+ #imshow {
395
+ text-align: center;
396
+ }
397
+ #imshow {
398
+ display: flex;
399
+ justify-content: center;
400
+ align-items: center;
401
+
402
+ }
403
+ #imshow h5{
404
+ display: block;
405
+ }
406
+ progress::-webkit-progress-bar {
407
+ background-color: #00635d;
408
+ }
409
+ progress::-webkit-progress-value {
410
+ background-color: #00f5d4;
411
+ }
412
+ progress {
413
+ background-color: #00635d;
414
+ }
415
+ progress::-moz-progress-bar {
416
+ background-color: #00f5d4; }
417
+ progress {
418
+ background: #00635d;
419
+ }
420
+ #i1{
421
+ margin-top: 330px;
422
+ padding-top: 330px;
423
+ }
424
+ #x{
425
+ width:300px;
426
+ padding:0px;
427
+ gap:0px;
428
+ }
429
+ #aaa{
430
+ color: #00f5d4;
431
+ margin-left: 15px;
432
+ font-family: Arial;
433
+ letter-spacing: 0.3px;
434
+ }
435
+ </style>
436
+ </head>
437
+ <body>
438
+ <div id="dvv">
439
+ <button id="jd">Discord</button>
440
+
441
+ <!--<button id="ow">
442
+ Donate
443
+ </button>-->
444
+ </div>
445
+ <h3 id="grad">Please like this space ❤️</h3><a href="https://paypal.me/einfchcodex" id="aaa" target=”_blank”>BUY ME COFFE</a>
446
+ <p style="color:white;font-family:Barlow Condensed;margin-left:15px">www.einfachalex.net</p>
447
+
448
+
449
+ </div>
450
+ <div id="main">
451
+ <div id="cont">
452
+ <input type="text" name="" id="inp" placeholder=" Enter Prompt here.." autocomplete="off">
453
+ <button id="create">Create </button>
454
+ </div>
455
+
456
+ <div id="as">
457
+ <select name="" id="model">
458
+ <!-- FUCK
459
+ GYATTT
460
+ <option value="ra" class="mod">playground v2</option>
461
+ <option value="anything" class="mod">Anything v4 (Anime)</option>
462
+
463
+ ITS FUCKING 4 am :))))))))
464
+ are u reading it ?
465
+ --><option value="nut" class="mod">juggernaut-xl-v9</option>
466
+ <option value="piss" class="mod">Playground 2.5</option>
467
+
468
+
469
+
470
+ <option value="ar" class="mod">SDXL</option>
471
+
472
+ <option value="p4" class="mod">Proteus 0.4</option>
473
+ <option value="rv6" class="mod" >Proteus v0.2</option>
474
+ <option value="open" class="mod">Open Dalle 1.1 </option>
475
+ <option value="p3" class="mod">Proteus 0.3 (MASTERPIECE)</option>
476
+
477
+ <option value="k" class="mod">Kandinsky 2.2</option>
478
+ <option value="emo" class="mod">SDXL Emoji</option>
479
+ <option value="w" class="mod">Wuerstchen</option>
480
+ <option value="ds8" class="mod">Dreamshaper xl turbo</option>
481
+ <option value="er" class="mod">pixart alpha</option>
482
+
483
+
484
+
485
+ </select>
486
+ <div id="Advance Setting"><button>Setting</button></div>
487
+ </div>
488
+
489
+ </div>
490
+
491
+
492
+
493
+
494
+
495
+ <dialog id="dialog">
496
+
497
+ <p style="font-size: 23px; font-family: 'Barlow Condensed'; margin: 0px; color: rgb(197, 14, 188);">Styles: </p>
498
+ <div id="styles">
499
+
500
+ <p>AI Generarted (FumesAI)<p>
501
+ <input type="radio" name="style" value="fumes" id="fumes">
502
+ <p>Realistic</p>
503
+ <input type="radio" name="style" value="real">
504
+ <p>Anime</p>
505
+ <input type="radio" name="style" value="anime">
506
+ <p>Photography</p>
507
+ <input type="radio" name="style" value="photo">
508
+ <p>Cinematic</p>
509
+ <input type="radio" name="style" value="cinema">
510
+ <p>Fantasy</p>
511
+ <input type="radio" name="style" value="fantasy">
512
+ <p>No Style</p>
513
+ <input type="radio" name="style" value="no">
514
+ </div>
515
+
516
+ <div id="sli">
517
+ <label for="#np" style="margin-bottom: 15px;">Negative Prompt: </label>
518
+ <input type="text" placeholder="Negative prompt" id="np" style="margin-bottom: 15px;">
519
+ </div>
520
+ <div id="sli">
521
+ <label for="#gds">Guidence Scale: </label>
522
+ <input type="range" id="gds" value="7" min="5" max="20" step="1"><p id="gdsp">7</p>
523
+ </div>
524
+ <div id="sli">
525
+ <label for="#step">Steps: </label>
526
+ <input type="range" id="step" value="35" min="20" max="100" step="1"><p id="stepp">35</p>
527
+ </div>
528
+ <div id="sli">
529
+ <label for="#gds">Seed: </label>
530
+ <input type="range" id="seed" min="0" value="0" step="1" max="99999"><p id="seedp">0</p>
531
+ </div>
532
+
533
+ <button id="close">Close</button>
534
+ </dialog>
535
+
536
+ <div id="imshow">
537
+ <p style="width: 220px;">Your Generarted Arts Will appear Here</p>
538
+
539
+
540
+ </div>
541
+
542
+ <script src="script.js"></script>
543
+
544
+ <script type="module">
545
+ // Import the functions you need from the SDKs you need
546
+ import { initializeApp } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-app.js";
547
+ import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-analytics.js";
548
+ // TODO: Add SDKs for Firebase products that you want to use
549
+ // https://firebase.google.com/docs/web/setup#available-libraries
550
+ // Your web app's Firebase configuration
551
+ // For Firebase JS SDK v7.20.0 and later, measurementId is optional
552
+ const firebaseConfig = {
553
+ apiKey: "AIzaSyDA40xpjwKzWIHmDz5oRu9BircpHfqncuI",
554
+ authDomain: "fumesai.firebaseapp.com",
555
+ projectId: "fumesai",
556
+ storageBucket: "fumesai.appspot.com",
557
+ messagingSenderId: "573294764046",
558
+ appId: "1:573294764046:web:f98a507a60045cf8a91c5f",
559
+ measurementId: "G-CZ2LETVP9K"
560
+ };
561
+ // Initialize Firebase
562
+ const app = initializeApp(firebaseConfig);
563
+ const analytics = getAnalytics(app);
564
+ </script>
565
+ </body>
566
  </html>