File size: 4,194 Bytes
a61fadd e167b93 61e45c1 e167b93 2c72e27 e167b93 3216018 0134de7 7493159 5398d66 0134de7 3216018 e167b93 e14398e 9adf4aa e869654 e167b93 7745745 e167b93 3e5f5d2 e167b93 7745745 e167b93 7622691 e167b93 7622691 e167b93 7745745 e167b93 d229031 7745745 61e45c1 e167b93 a449363 f39c875 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<script type='text/javascript'>
window.smartlook||(function(d) {
var o=smartlook=function(){ o.api.push(arguments)},h=d.getElementsByTagName('head')[0];
var c=d.createElement('script');o.api=new Array();c.async=true;c.type='text/javascript';
c.charset='utf-8';c.src='https://web-sdk.smartlook.com/recorder.js';h.appendChild(c);
})(document);
smartlook('init', 'ab064cf709cc86cb945d2dfb051a3a1254d7fb19', { region: 'eu' });
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.13.11/katex.min.css">
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@100&display=swap" rel="stylesheet" <meta
charset="UTF-8">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8419334759638161"
crossorigin="anonymous"></script>
<title>AI Image Creator</title>
</head>
<body>
<style>
#xx{
display:flex;
flex-direction: row;}
#gra{
color: white;
font-family: 'Barlow Condensed';
font-weight: 1;
font-size: 22px;
}
</style>
<div id="dvv">
<button id="jd">Discord</button>
</div>
<h3 id="grad">Please like this space ❤️</h3><a href="https://www.buymeacoffee.com/mygX" id="aaa" target=”_blank”>BUY ME COFEE ☕ </a>
<p style="color:white;font-family:Barlow Condensed;margin-left:15px;font-size:23px">GET FREE API IN DISCORD ⚡⚡⚡</p>
<div id="xx"> <h3 id="gra">Visit </h3><a href="https://fumesai.web.app" target=”_blank” style="color:blue;">OFFICIAL WEBSITE</a> <h3 id="gra"></h3></div>
<div id="main">
<div id="cont">
<input type="text" name="" id="inp" placeholder=" Enter Prompt here..">
<button id="create">Create </button>
</div>
<div id="as">
<select name="" id="model">
<option value="p4" class="mod">Leonardo AI</option>
</select>
<div id="Advance Setting"><button>Setting</button></div>
</div>
</div>
<dialog id="dialog">
<p style="font-size: 23px; font-family: 'Barlow Condensed'; margin: 0px; color: rgb(197, 14, 188);">Styles: </p>
<div id="styles">
<p>Cinematic</p>
<input type="radio" name="style" value="cinema" checked>
<p>Photography</p>
<input type="radio" name="style" value="photo">
<p>FILM<p>
<input type="radio" name="style" value="fumes">
<p>Creative</p>
<input type="radio" name="style" value="fantasy">
<p>No Style</p>
<input type="radio" name="style" value="no">
</div>
<div id="sli">
<label for="#np" style="margin-bottom: 15px;">Negative Prompt: </label>
<input type="text" placeholder="Negative prompt" id="np" style="margin-bottom: 15px;">
</div>
<div id="sli">
<label for="#gds">Guidence Scale: </label>
<input type="range" id="gds" value="7" min="7" max="20" step="1"><p id="gdsp">7</p>
</div>
<div id="sli">
<label for="#step">Steps: </label>
<input type="range" id="step" value="20" min="10" max="40" step="1"><p id="stepp">20</p>
</div>
<div id="sli">
<label for="#gds">Seed: </label>
<input type="range" id="seed" min="0" value="0" step="1" max="99999"><p id="seedp">0</p>
</div>
<div id="ratio">
<p>1 : 1</p>
<input type="radio" name="ratio" value="1:1" checked>
<p>16 : 9</p>
<input type="radio" name="ratio" value="16:9">
<p>9 : 16<p>
<input type="radio" name="ratio" value="9:16">
<p>1 : 2</p>
<input type="radio" name="ratio" value="1:2">
<p>4 : 3</p>
<input type="radio" name="ratio" value="4:3">
</div>
<button id="close">Close</button>
</dialog>
<div id="imshow">
</div>
<script src="https://www.google.com/recaptcha/api.js?render=6Leqa5cpAAAAABVhh6FGouusHKaPjYz65-0Yy8kS"></script>
<script src='script.js'>
</script>
</body>
</html>-->
|