Spaces:
Running
Running
yasir
commited on
Update index.html
Browse files- index.html +99 -55
index.html
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
<!DOCTYPE html>
|
| 2 |
<html lang="en">
|
| 3 |
-
<head>
|
|
|
|
| 4 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 5 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
|
| 6 |
-
|
| 7 |
<script type='text/javascript'>
|
| 8 |
window.smartlook||(function(d) {
|
| 9 |
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
|
|
@@ -17,6 +18,8 @@
|
|
| 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 |
<title>AI Image Creator</title>
|
| 21 |
<style>
|
| 22 |
html, body {
|
|
@@ -138,12 +141,11 @@
|
|
| 138 |
}
|
| 139 |
}
|
| 140 |
dialog{
|
| 141 |
-
background:
|
| 142 |
border-radius: 16px;
|
| 143 |
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
| 144 |
margin-top: 20px;
|
| 145 |
border: 1px solid rgba(14, 13, 13, 0.3);
|
| 146 |
-
z-index: 100;
|
| 147 |
}
|
| 148 |
#sli{
|
| 149 |
display: flex;
|
|
@@ -259,6 +261,10 @@ margin-top: 7px;
|
|
| 259 |
justify-content: center;
|
| 260 |
}
|
| 261 |
@media screen and (max-width: 500px) {
|
|
|
|
|
|
|
|
|
|
|
|
|
| 262 |
dialog {
|
| 263 |
max-width: 300px;
|
| 264 |
}
|
|
@@ -333,10 +339,9 @@ margin: auto;
|
|
| 333 |
border: 2.5px solid transparent;
|
| 334 |
border-radius: 10px;
|
| 335 |
margin-bottom: 0px;
|
| 336 |
-
margin-right:
|
| 337 |
-
margin-left:
|
| 338 |
border: 2px solid white;
|
| 339 |
-
|
| 340 |
}
|
| 341 |
#ow:hover{
|
| 342 |
background: linear-gradient(black, black) padding-box,
|
|
@@ -346,8 +351,7 @@ margin: auto;
|
|
| 346 |
}
|
| 347 |
#dvv{
|
| 348 |
width: 100%;
|
| 349 |
-
margin-left:
|
| 350 |
-
|
| 351 |
}
|
| 352 |
#model{
|
| 353 |
width: 170px;
|
|
@@ -357,39 +361,24 @@ margin: auto;
|
|
| 357 |
#model option{
|
| 358 |
white-space: normal;
|
| 359 |
}
|
| 360 |
-
|
| 361 |
-
color:white;
|
| 362 |
-
}
|
| 363 |
-
#oss{
|
| 364 |
-
color:cyan
|
| 365 |
-
|
| 366 |
-
}
|
| 367 |
-
#lol{
|
| 368 |
-
max-width: 300px;
|
| 369 |
-
width: 300px;
|
| 370 |
-
}
|
| 371 |
-
.ad{
|
| 372 |
display: flex;
|
| 373 |
flex-direction: row;
|
| 374 |
}
|
| 375 |
</style>
|
| 376 |
-
|
| 377 |
</head>
|
| 378 |
<body>
|
| 379 |
<div id="dvv">
|
| 380 |
<button id="jd">Discord</button>
|
| 381 |
-
|
| 382 |
-
|
| 383 |
Donate
|
| 384 |
-
</button
|
| 385 |
</div>
|
| 386 |
|
| 387 |
-
<div class="ad">
|
| 388 |
-
<script async="async" data-cfasync="false" src="//positionavailreproach.com/4251d796061922e1ec58ec80d347c8a6/invoke.js"></script>
|
| 389 |
-
<div id="container-4251d796061922e1ec58ec80d347c8a6"></div>
|
| 390 |
|
| 391 |
-
</div>
|
| 392 |
|
|
|
|
| 393 |
<div id="main">
|
| 394 |
<div id="cont">
|
| 395 |
<input type="text" name="" id="inp" placeholder=" Enter Prompt here..">
|
|
@@ -398,13 +387,16 @@ width: 300px;
|
|
| 398 |
|
| 399 |
<div id="as">
|
| 400 |
<select name="" id="model">
|
| 401 |
-
|
| 402 |
-
|
| 403 |
-
<option value="
|
| 404 |
-
|
| 405 |
-
|
| 406 |
-
|
| 407 |
-
|
|
|
|
|
|
|
|
|
|
| 408 |
</select>
|
| 409 |
<div id="Advance Setting"><button>Setting</button></div>
|
| 410 |
</div>
|
|
@@ -412,6 +404,9 @@ width: 300px;
|
|
| 412 |
</div>
|
| 413 |
|
| 414 |
|
|
|
|
|
|
|
|
|
|
| 415 |
<dialog id="dialog">
|
| 416 |
|
| 417 |
<p style="font-size: 23px; font-family: 'Barlow Condensed'; margin: 0px; color: rgb(197, 14, 188);">Styles: </p>
|
|
@@ -432,6 +427,7 @@ width: 300px;
|
|
| 432 |
<p>No Style</p>
|
| 433 |
<input type="radio" name="style" value="no">
|
| 434 |
</div>
|
|
|
|
| 435 |
<div id="sli">
|
| 436 |
<label for="#np" style="margin-bottom: 15px;">Negative Prompt: </label>
|
| 437 |
<input type="text" placeholder="Negative prompt" id="np" style="margin-bottom: 15px;">
|
|
@@ -446,18 +442,18 @@ width: 300px;
|
|
| 446 |
</div>
|
| 447 |
<div id="sli">
|
| 448 |
<label for="#gds">Seed: </label>
|
| 449 |
-
|
| 450 |
<input type="range" id="seed" min="0" value="0" step="1" max="99999"><p id="seedp">0</p>
|
| 451 |
-
|
| 452 |
</div>
|
| 453 |
|
| 454 |
<button id="close">Close</button>
|
| 455 |
</dialog>
|
| 456 |
-
|
| 457 |
-
|
| 458 |
<div id="imshow">
|
| 459 |
-
<p>Your Generarted Arts Will appear Here</p>
|
| 460 |
-
|
|
|
|
|
|
|
|
|
|
| 461 |
atOptions = {
|
| 462 |
'key' : '95d42ead888d636b7ebf8c76de53ca8d',
|
| 463 |
'format' : 'iframe',
|
|
@@ -621,22 +617,13 @@ width: 300px;
|
|
| 621 |
document.write('<scr' + 'ipt type="text/javascript" src="//positionavailreproach.com/95d42ead888d636b7ebf8c76de53ca8d/invoke.js"></scr' + 'ipt>');
|
| 622 |
</script>
|
| 623 |
|
| 624 |
-
|
| 625 |
</div>
|
| 626 |
-
<p id="os">Official / permanent site : <a id="oss">official website </a></p>
|
| 627 |
-
<a href="https://positionavailreproach.com/ey20h1qqs?key=2d5d6c0b77e8a58d00c6064e93a176e1">ENHANCE IMAGE</a>
|
| 628 |
|
|
|
|
|
|
|
|
|
|
| 629 |
<script src="script.js"></script>
|
| 630 |
-
|
| 631 |
-
<script>document.getElementById('ow').onclick = ()=>{
|
| 632 |
-
window.open('https://www.buymeacoffee.com/mygX', '_blank' )
|
| 633 |
-
}
|
| 634 |
-
document.getElementById('oss').onclick = ()=>{
|
| 635 |
-
window.open('https://fumesai.web.app', '_blank' )
|
| 636 |
-
}
|
| 637 |
-
</script>
|
| 638 |
-
|
| 639 |
-
<script type="text/javascript">
|
| 640 |
atOptions = {
|
| 641 |
'key' : '95d42ead888d636b7ebf8c76de53ca8d',
|
| 642 |
'format' : 'iframe',
|
|
@@ -666,6 +653,63 @@ document.getElementById('oss').onclick = ()=>{
|
|
| 666 |
};
|
| 667 |
document.write('<scr' + 'ipt type="text/javascript" src="//positionavailreproach.com/95d42ead888d636b7ebf8c76de53ca8d/invoke.js"></scr' + 'ipt>');
|
| 668 |
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 669 |
<script type="module">
|
| 670 |
// Import the functions you need from the SDKs you need
|
| 671 |
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-app.js";
|
|
|
|
| 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 |
+
|
| 8 |
<script type='text/javascript'>
|
| 9 |
window.smartlook||(function(d) {
|
| 10 |
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
|
|
|
|
| 18 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.13.11/katex.min.css">
|
| 19 |
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100&display=swap" rel="stylesheet" <meta
|
| 20 |
charset="UTF-8">
|
| 21 |
+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8419334759638161"
|
| 22 |
+
crossorigin="anonymous"></script>
|
| 23 |
<title>AI Image Creator</title>
|
| 24 |
<style>
|
| 25 |
html, body {
|
|
|
|
| 141 |
}
|
| 142 |
}
|
| 143 |
dialog{
|
| 144 |
+
background: rgba(29, 29, 29, 1);
|
| 145 |
border-radius: 16px;
|
| 146 |
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
|
| 147 |
margin-top: 20px;
|
| 148 |
border: 1px solid rgba(14, 13, 13, 0.3);
|
|
|
|
| 149 |
}
|
| 150 |
#sli{
|
| 151 |
display: flex;
|
|
|
|
| 261 |
justify-content: center;
|
| 262 |
}
|
| 263 |
@media screen and (max-width: 500px) {
|
| 264 |
+
.ad{
|
| 265 |
+
display: flex;
|
| 266 |
+
flex-direction: row;
|
| 267 |
+
}
|
| 268 |
dialog {
|
| 269 |
max-width: 300px;
|
| 270 |
}
|
|
|
|
| 339 |
border: 2.5px solid transparent;
|
| 340 |
border-radius: 10px;
|
| 341 |
margin-bottom: 0px;
|
| 342 |
+
margin-right: 0;
|
| 343 |
+
margin-left: 0;
|
| 344 |
border: 2px solid white;
|
|
|
|
| 345 |
}
|
| 346 |
#ow:hover{
|
| 347 |
background: linear-gradient(black, black) padding-box,
|
|
|
|
| 351 |
}
|
| 352 |
#dvv{
|
| 353 |
width: 100%;
|
| 354 |
+
margin-left: 10px;
|
|
|
|
| 355 |
}
|
| 356 |
#model{
|
| 357 |
width: 170px;
|
|
|
|
| 361 |
#model option{
|
| 362 |
white-space: normal;
|
| 363 |
}
|
| 364 |
+
.ad{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 365 |
display: flex;
|
| 366 |
flex-direction: row;
|
| 367 |
}
|
| 368 |
</style>
|
|
|
|
| 369 |
</head>
|
| 370 |
<body>
|
| 371 |
<div id="dvv">
|
| 372 |
<button id="jd">Discord</button>
|
| 373 |
+
|
| 374 |
+
<!--<button id="ow">
|
| 375 |
Donate
|
| 376 |
+
</button>-->
|
| 377 |
</div>
|
| 378 |
|
|
|
|
|
|
|
|
|
|
| 379 |
|
|
|
|
| 380 |
|
| 381 |
+
</div>
|
| 382 |
<div id="main">
|
| 383 |
<div id="cont">
|
| 384 |
<input type="text" name="" id="inp" placeholder=" Enter Prompt here..">
|
|
|
|
| 387 |
|
| 388 |
<div id="as">
|
| 389 |
<select name="" id="model">
|
| 390 |
+
<option value="rv6" class="mod" selected>Proteus v0.2</option>
|
| 391 |
+
<option value="ar" class="mod">SDXL</option>
|
| 392 |
+
<option value="focus" class="mod">Fooocus(Best)</option>
|
| 393 |
+
|
| 394 |
+
<option value="ds8" class="mod">Dreamshaper xl turbo</option>
|
| 395 |
+
<option value="er" class="mod">pixart alpha</option>
|
| 396 |
+
|
| 397 |
+
<option value="ra" class="mod">playground v2</option>
|
| 398 |
+
<option value="anything" class="mod">Anything v4 (Anime)</option>
|
| 399 |
+
|
| 400 |
</select>
|
| 401 |
<div id="Advance Setting"><button>Setting</button></div>
|
| 402 |
</div>
|
|
|
|
| 404 |
</div>
|
| 405 |
|
| 406 |
|
| 407 |
+
|
| 408 |
+
|
| 409 |
+
|
| 410 |
<dialog id="dialog">
|
| 411 |
|
| 412 |
<p style="font-size: 23px; font-family: 'Barlow Condensed'; margin: 0px; color: rgb(197, 14, 188);">Styles: </p>
|
|
|
|
| 427 |
<p>No Style</p>
|
| 428 |
<input type="radio" name="style" value="no">
|
| 429 |
</div>
|
| 430 |
+
|
| 431 |
<div id="sli">
|
| 432 |
<label for="#np" style="margin-bottom: 15px;">Negative Prompt: </label>
|
| 433 |
<input type="text" placeholder="Negative prompt" id="np" style="margin-bottom: 15px;">
|
|
|
|
| 442 |
</div>
|
| 443 |
<div id="sli">
|
| 444 |
<label for="#gds">Seed: </label>
|
|
|
|
| 445 |
<input type="range" id="seed" min="0" value="0" step="1" max="99999"><p id="seedp">0</p>
|
|
|
|
| 446 |
</div>
|
| 447 |
|
| 448 |
<button id="close">Close</button>
|
| 449 |
</dialog>
|
| 450 |
+
|
|
|
|
| 451 |
<div id="imshow">
|
| 452 |
+
<p style="width: 220px;">Your Generarted Arts Will appear Here</p>
|
| 453 |
+
<br>
|
| 454 |
+
<br>
|
| 455 |
+
<br>
|
| 456 |
+
<script type="text/javascript">
|
| 457 |
atOptions = {
|
| 458 |
'key' : '95d42ead888d636b7ebf8c76de53ca8d',
|
| 459 |
'format' : 'iframe',
|
|
|
|
| 617 |
document.write('<scr' + 'ipt type="text/javascript" src="//positionavailreproach.com/95d42ead888d636b7ebf8c76de53ca8d/invoke.js"></scr' + 'ipt>');
|
| 618 |
</script>
|
| 619 |
|
|
|
|
| 620 |
</div>
|
|
|
|
|
|
|
| 621 |
|
| 622 |
+
<div class="ad">
|
| 623 |
+
<script async="async" data-cfasync="false" src="//positionavailreproach.com/4251d796061922e1ec58ec80d347c8a6/invoke.js"></script>
|
| 624 |
+
<div id="container-4251d796061922e1ec58ec80d347c8a6"></div>
|
| 625 |
<script src="script.js"></script>
|
| 626 |
+
<script type="text/javascript">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 627 |
atOptions = {
|
| 628 |
'key' : '95d42ead888d636b7ebf8c76de53ca8d',
|
| 629 |
'format' : 'iframe',
|
|
|
|
| 653 |
};
|
| 654 |
document.write('<scr' + 'ipt type="text/javascript" src="//positionavailreproach.com/95d42ead888d636b7ebf8c76de53ca8d/invoke.js"></scr' + 'ipt>');
|
| 655 |
</script>
|
| 656 |
+
</script>
|
| 657 |
+
<script type="text/javascript">
|
| 658 |
+
atOptions = {
|
| 659 |
+
'key' : '95d42ead888d636b7ebf8c76de53ca8d',
|
| 660 |
+
'format' : 'iframe',
|
| 661 |
+
'height' : 600,
|
| 662 |
+
'width' : 160,
|
| 663 |
+
'params' : {}
|
| 664 |
+
};
|
| 665 |
+
document.write('<scr' + 'ipt type="text/javascript" src="//positionavailreproach.com/95d42ead888d636b7ebf8c76de53ca8d/invoke.js"></scr' + 'ipt>');
|
| 666 |
+
</script>
|
| 667 |
+
</script>
|
| 668 |
+
<script type="text/javascript">
|
| 669 |
+
atOptions = {
|
| 670 |
+
'key' : '95d42ead888d636b7ebf8c76de53ca8d',
|
| 671 |
+
'format' : 'iframe',
|
| 672 |
+
'height' : 600,
|
| 673 |
+
'width' : 160,
|
| 674 |
+
'params' : {}
|
| 675 |
+
};
|
| 676 |
+
document.write('<scr' + 'ipt type="text/javascript" src="//positionavailreproach.com/95d42ead888d636b7ebf8c76de53ca8d/invoke.js"></scr' + 'ipt>');
|
| 677 |
+
</script>
|
| 678 |
+
</script>
|
| 679 |
+
<script type="text/javascript">
|
| 680 |
+
atOptions = {
|
| 681 |
+
'key' : '95d42ead888d636b7ebf8c76de53ca8d',
|
| 682 |
+
'format' : 'iframe',
|
| 683 |
+
'height' : 600,
|
| 684 |
+
'width' : 160,
|
| 685 |
+
'params' : {}
|
| 686 |
+
};
|
| 687 |
+
document.write('<scr' + 'ipt type="text/javascript" src="//positionavailreproach.com/95d42ead888d636b7ebf8c76de53ca8d/invoke.js"></scr' + 'ipt>');
|
| 688 |
+
</script>
|
| 689 |
+
</script>
|
| 690 |
+
<script type="text/javascript">
|
| 691 |
+
atOptions = {
|
| 692 |
+
'key' : '95d42ead888d636b7ebf8c76de53ca8d',
|
| 693 |
+
'format' : 'iframe',
|
| 694 |
+
'height' : 600,
|
| 695 |
+
'width' : 160,
|
| 696 |
+
'params' : {}
|
| 697 |
+
};
|
| 698 |
+
document.write('<scr' + 'ipt type="text/javascript" src="//positionavailreproach.com/95d42ead888d636b7ebf8c76de53ca8d/invoke.js"></scr' + 'ipt>');
|
| 699 |
+
</script>
|
| 700 |
+
</script>
|
| 701 |
+
<script type="text/javascript">
|
| 702 |
+
atOptions = {
|
| 703 |
+
'key' : '95d42ead888d636b7ebf8c76de53ca8d',
|
| 704 |
+
'format' : 'iframe',
|
| 705 |
+
'height' : 600,
|
| 706 |
+
'width' : 160,
|
| 707 |
+
'params' : {}
|
| 708 |
+
};
|
| 709 |
+
document.write('<scr' + 'ipt type="text/javascript" src="//positionavailreproach.com/95d42ead888d636b7ebf8c76de53ca8d/invoke.js"></scr' + 'ipt>');
|
| 710 |
+
</script>
|
| 711 |
+
</script>
|
| 712 |
+
|
| 713 |
<script type="module">
|
| 714 |
// Import the functions you need from the SDKs you need
|
| 715 |
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.8.0/firebase-app.js";
|