exemplos_prompt / index.html
itacaiunas's picture
Update index.html
8f0de67 verified
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Exemplos de Prompts para Geração de Imagens</title>
<style>
body {
background-color: #3f4652;
color: #fff;
}
#prompt-container {
text-align: center;
margin-bottom: 20px;
}
}
</style>
</head>
<body>
<div id="prompt-container">
<div >
<!-- Resultado 1 -->
<div>
<img src="https://huggingface.co/ehristoforu/dalle-3-xl/resolve/main/images/00002441-10291230.jpeg" alt="Imagem gerada" width="50% ">
<p><i>a close up of a fire breathing pokemon figure, digital art, trending on polycount, real life charmander, sparks flying, photo-realistic unreal engine, pokemon in the wild</i></p>
</div>
<!-- Resultado 2 -->
<div >
<img src="https://huggingface.co/ehristoforu/dalle-3-xl/resolve/main/images/c96a4147-b14d-4e71-8c08-e04c31c8be18.jpg" alt="Imagem gerada" width="50%">
<p><i>astronaut riding a llama on Mars</i></p>
</div>
<!-- Resultado 3 -->
<div >
<img src="https://huggingface.co/ehristoforu/dalle-3-xl/resolve/main/images/b7ad0f38-5d2a-48cd-b7d4-b94be1d23c40.jpg" alt="Imagem gerada" width="50%">
<p><i>cube cutout of an isometric programmer bedroom, 3d art, muted colors, soft lighting, high detail, concept art, behance, ray tracing</i></p>
</div>
<!-- Resultado 4 -->
<div >
<img src="https://i0.wp.com/editoraitacaiunas.com.br/wp-content/uploads/2023/04/prompts-desenhos-colorir.png?w=700&ssl=1" alt="Imagem gerada" width="50%">
<p><i>A cute jaguar , disney pixar style, white background, coloring line art, drawings for kids, cool coloring pages, coloring book art, coloring book page style vector lines, 8k</i></p>
</div>
<!-- Resultado 5 -->
<div >
<img src="https://i0.wp.com/editoraitacaiunas.com.br/wp-content/uploads/2023/11/ilustrador-ia-editoraitacaiunas.jpg?resize=150%2C150&ssl=1" alt="Imagem gerada" width="50%">
<p><i>Retro comic style artwork, highly detailed Batman, symmetrical, vibrant color</i></p>
</div>
<!-- Resultado 6 -->
<div >
<img src="https://i0.wp.com/editoraitacaiunas.com.br/wp-content/uploads/2023/04/estatuetas-pop2.png?w=700&ssl=1" alt="Imagem gerada" width="50%">
<p><i>Funky pop Superman figurine, made of plastic, product studio shot, on a white background, diffused lighting, centered</i></p>
</div>
<!-- Adicione mais resultados conforme necessário -->
Para mais prompts use nosso criado de Prompts!
</div>
</div>
<br/>
</body>
</html>