ya_sir commited on
Commit
43bdea0
1 Parent(s): 2840595

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +566 -19
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, cyan, purple) 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), #ff002b);
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), #9D00FF, rgb(255, 0, 43));
73
+ border: none;
74
+ border-radius: 8px;
75
+ color: #fff;
76
+ cursor: pointer;
77
+ }
78
+ #cont button:hover {
79
+ background: linear-gradient(145deg, #00ffab, rgb(255, 0, 43));
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; /* Adjusted shadow and highlight on hover */
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; /* Adjust button padding for smaller screens */
123
+ }
124
+ #as{
125
+ width: 88%;
126
+ }
127
+ #as button{
128
+
129
+ padding: 15px 20px; /* Adjust button padding for smaller screens */
130
+ }
131
+ .mod{
132
+
133
+ }
134
+ }
135
+ @media only screen and (max-width: 365px){
136
+ #cont{
137
+ width: 94%;
138
+ }
139
+ #main{
140
+ width: 94%;
141
+ }
142
+ #as{
143
+ width: 94%;
144
+ }
145
+ }
146
+ dialog{
147
+ background: rgba(29, 29, 29, 1);
148
+ border-radius: 16px;
149
+ box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
150
+ margin-top: 20px;
151
+ border: 1px solid rgba(14, 13, 13, 0.3);
152
+ z-index: 100;
153
+ background: "Black";
154
+ }
155
+ #sli{
156
+ display: flex;
157
+ flex-direction: row;
158
+ align-items: center;
159
+ color: #eeeeee;
160
+ }
161
+ label{
162
+ font-family: 'Barlow Condensed';
163
+
164
+ font-size: 21px;
165
+ margin-right: 10px;
166
+ }
167
+ #sli input{
168
+ border: 1px solid rgb(137, 9, 223);
169
+ outline: none;
170
+ border-radius: 5px;
171
+ padding: 7px 20px;
172
+ background-color: transparent ;
173
+ color: white;
174
+ font-family: 'Barlow Condensed';
175
+ }
176
+ #Apply{
177
+ background-color: rgb(0, 247, 173);
178
+ padding: 5px 10px;
179
+ border: none;
180
+ color: #000000;
181
+ font-weight:500;
182
+ font-family: Arial, Helvetica, sans-serif;
183
+ font-size: 15px;
184
+ border-radius: 4px;
185
+ }
186
+ #close{
187
+ float: right;background-color: rgb(223, 7, 79); padding: 5px 10px;
188
+ border: none;
189
+ color: #000000;
190
+ font-weight:500;
191
+ font-family: Arial, Helvetica, sans-serif;
192
+ font-size: 15px;
193
+ border-radius: 4px;
194
+ }
195
+ #styles{
196
+ display: flex;
197
+ flex-direction: row;
198
+ gap: 6px;
199
+ color: white;
200
+ font-family: 'Barlow Condensed';
201
+ font-size: 20px;
202
+ flex-wrap: wrap;
203
+
204
+ }
205
+ #imshow{
206
+
207
+ width: 120vh;
208
+ height: 54vh;
209
+ display: flex;
210
+ flex-direction: row;
211
+ overflow-y: hidden;
212
+ margin: auto;
213
+ gap: 6px;
214
+ margin-top: 30px;
215
+ padding-bottom: 4px;
216
+ background: linear-gradient(black, black) padding-box,
217
+ linear-gradient(to right, red, blue) border-box;
218
+ border-radius: 20px;
219
+ border: 2.5px solid transparent;
220
+
221
+ }
222
+ #imshow img{
223
+ width:58.5vh;
224
+ height: 53vh;
225
+ margin: auto;
226
+ margin-top: 7px;
227
+ border-radius: 10px;
228
+ margin-left: 0px;
229
+ }
230
+ #imshow p{
231
+ color: white;font-family: 'Barlow Condensed'; margin: auto; font-size: 3vh;text-align: center;
232
+ }
233
+ @media screen and (min-width: 500px) and (max-width: 815px) {
234
+ dialog{
235
+
236
+ max-width: 420px;
237
+ }
238
+ #imshow{
239
+
240
+ border: 2px solid blue;
241
+ width: 400px;
242
+ height: 400px;
243
+ display: flex;
244
+ flex-direction: column;
245
+ overflow-y: scroll;
246
+ margin: auto;
247
+ background: linear-gradient(black, black) padding-box,
248
+ linear-gradient(to right, red, blue) border-box;
249
+ border-radius: 20px;
250
+ border: 2.5px solid transparent;
251
+ margin-top: 30px;
252
+ padding-bottom: 7px;
253
+ gap: 14px;
254
+ }
255
+ #imshow img{
256
+ width: 95%;
257
+ height: 100%;
258
+ margin: auto;
259
+ margin-top: 7px;
260
+ }
261
+ #cont{
262
+ height: 7vh;
263
+ }
264
+ }
265
+ #styles{
266
+ align-items: center;
267
+ justify-content: center;
268
+ }
269
+ @media screen and (max-width: 500px) {
270
+ .ad{
271
+ display: flex;
272
+ flex-direction: row;
273
+ }
274
+ dialog {
275
+ max-width: 300px;
276
+ }
277
+ #imshow{
278
+
279
+ border: 2px solid blue;
280
+ width: 330px;
281
+ height: 330px;
282
+ display: flex;
283
+ flex-direction: column;
284
+ overflow-y: scroll;
285
+ margin-top: 30px;
286
+ padding-bottom: 7px;
287
+ gap: 14px;
288
+ background: linear-gradient(black, black) padding-box,
289
+ linear-gradient(to right,#FF0000, #9900FF) border-box;
290
+ border-radius: 20px;
291
+ border: 2.5px solid transparent;
292
+ }
293
+ #jd{
294
+ font-size: 14px;
295
+ }
296
+ #imshow p{
297
+ width: 80%;
298
+ }
299
+ #imshow img{
300
+ width: 95%;
301
+ height: 100%;
302
+ margin: auto;
303
+ display:block;
304
+ margin-bottom: 0px;
305
+ margin-top:0px;
306
+
307
+ }
308
+ #imshow p{
309
+ font-size: 20px;
310
+ }
311
+ #styles{
312
+ align-items: center;
313
+ justify-content: center;
314
+ }
315
+ }
316
+ #jd{
317
+ margin: 10px;
318
+ padding: 5px;
319
+ background-color: transparent;
320
+ color: #eeeeee;
321
+ margin-right: 0;
322
+ margin-left: 0;
323
+ background: linear-gradient(black, rgb(0, 0, 0)) padding-box,
324
+ linear-gradient(to right, rgb(1, 255, 234),#ff0055) border-box;
325
+ border-radius: 20px;
326
+ border: 2.5px solid transparent;
327
+ border-radius: 7px;
328
+ margin-left: 0px;
329
+ font-family: 'Barlow Condensed';
330
+ font-size: 18px;
331
+ color: white;
332
+ }
333
+ #jd:hover{
334
+ background: linear-gradient(black, black) padding-box,
335
+ linear-gradient(to right, blue,#00ffdd) border-box;
336
+ border-radius: 10px;
337
+ border: 2.5px solid transparent;
338
+ }
339
+ #ow{
340
+ float: right;
341
+ margin: 10px;
342
+ padding: 10px;
343
+ background-color: transparent;
344
+ color: #eeeeee;
345
+ background: linear-gradient(black, black) padding-box,
346
+ linear-gradient(to right, rgb(0, 255, 149), rgb(174, 0, 255)) border-box;
347
+ border-radius: 10px;
348
+ border: 2.5px solid transparent;
349
+ border-radius: 10px;
350
+ margin-bottom: 0px;
351
+ margin-right: 0;
352
+ margin-left: 0;
353
+ border: 2px solid white;
354
+ }
355
+ #ow:hover{
356
+ background: linear-gradient(black, black) padding-box,
357
+ linear-gradient(to right, rgb(174, 0, 255),rgb(0, 255, 149)) border-box;
358
+ border-radius: 10px;
359
+ border: 2.5px solid transparent;
360
+ }
361
+ #dvv{
362
+ width: 100%;
363
+ margin-left: 10px;
364
+ }
365
+ #model{
366
+ width: 170px;
367
+ height: 50px;
368
+ overflow: visible;
369
+ }
370
+ #model option{
371
+ white-space: normal;
372
+ padding: 10px;
373
+ font-family: 'Barlow Condensed';
374
+ line-height: 1.2;
375
+ font-size: 24px;
376
+ }
377
+ .ad{
378
+ display: flex;
379
+ flex-direction: row;
380
+ }
381
+ #grad {
382
+ background-image: linear-gradient(45deg, rgb(0, 255, 149),rgb(255, 0, 43), rgb(174, 0, 255));
383
+ -webkit-background-clip: text;
384
+ -webkit-text-fill-color: transparent;
385
+ color: #000;
386
+ margin-left:15px;
387
+ font-family: 'Barlow Condensed'
388
+ }
389
+ #imshow{
390
+ margin-bottom: 12px;}
391
+ #imshow progress {
392
+ margin-left: auto;
393
+ margin-right: auto;
394
+ display: block; /* Ensure the progress bar is treated as a block-level element */
395
+ height: 25px;
396
+ width: 250px;
397
+ }
398
+ #imshow {
399
+ text-align: center;
400
+ }
401
+ #imshow {
402
+ display: flex;
403
+ justify-content: center; /* Align horizontally */
404
+ align-items: center; /* Align vertically */
405
+
406
+ }
407
+ #imshow h5{
408
+ display: block;
409
+ }
410
+ progress::-webkit-progress-bar {
411
+ background-color: rgb(0,5,60);
412
+ }
413
+ progress::-webkit-progress-value {
414
+ background-color: rgb(0, 255, 149);
415
+ }
416
+ progress {
417
+ background-color: rgb(0,5,60);
418
+ }
419
+ progress::-moz-progress-bar {
420
+ background-color: rgb(0, 255, 149); }
421
+ progress {
422
+ background: rgb(0,10,60);
423
+ }
424
+ #i1{
425
+ margin-top: 330px;
426
+ padding-top: 330px;
427
+ }
428
+ #x{
429
+ width:300px;
430
+ padding:0px;
431
+ gap:0px;
432
+ }
433
+ #aaa{
434
+ color: blue;
435
+ margin-left: 15px;
436
+ font-family: Arial;
437
+ letter-spacing: 0.3px;
438
+ }
439
+ </style>
440
+ </head>
441
+ <body>
442
+ <div id="dvv">
443
+ <button id="jd">Discord</button>
444
+
445
+ <!--<button id="ow">
446
+ Donate
447
+ </button>-->
448
+ </div>
449
+
450
+
451
+
452
+ </div>
453
+ <div id="main">
454
+ <div id="cont">
455
+ <input type="text" name="" id="inp" placeholder=" Enter Prompt here.." autocomplete="off">
456
+ <button id="create">Create </button>
457
+ </div>
458
+
459
+ <div id="as">
460
+ <select name="" id="model">
461
+ <!-- FUCK
462
+ GYATTT
463
+
464
+ ITS FUCKING 4 am :))))))))
465
+ are u reading it ?
466
+
467
+ <option value="nut" class="mod">juggernaut-xl-v9</option>
468
+ <option value="piss" class="mod">Playground 2.5</option>
469
+ -->
470
+ <option value="ar" class="mod">SDXL</option>
471
+
472
+ <option value="p4" class="mod">Proteus 0.4 (Best)</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
+ <option value="anything" class="mod">Anything v4 (Anime)</option>
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
+ <option value="ra" class="mod">playground v2</option>
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="50" min="30" max="100" step="1"><p id="stepp">50</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>