Prompt: Beautiful woman, DMT Style Art, Core Itt !!
Crimson, cream, pink, grey-green
Beauty is upon you like the dew on grass each morn.
A gentle breeze through her hair,
she walks elegantly while astonished eyes all stare.
Prompt: Beautiful cat, DMT Style Art, Core Itt !!
Crimson, cream, pink, grey-green
Beauty is upon you like the dew on grass each morn.
A gentle breeze through her hair,
she walks elegantly while astonished eyes all stare.
Prompt: from PIL import Image, ImageDraw, ImageFont
# Tamanho da imagem (largura x altura)
width, height = 800, 600
# Criar uma nova imagem com fundo preto
image = Image.new("RGB", (width, height), (0, 0, 0))
draw = ImageDraw.Draw(image)
# Desenhar uma cidade em ruínas
def draw_city(x, y):
draw.rectangle([x - 50, y - 50, x + 50, y + 50], fill=(100, 100, 100))
# Adicionar várias cidades em ruínas à imagem
for i in range(5):
draw_city(100 + i * 150, 300)
# Escrever o texto "APOCALIPSE" na imagem
font = ImageFont.truetype("arial.ttf", 80)
text = "APOCALIPSE"
text_width, text_height = draw.textsize(text, font)
text_x = (width - text_width) / 2
text_y = height - text_height - 20
draw.text((text_x, text_y), text, font=font, fill=(255, 0, 0))
# Salvar a imagem gerada
image.save("apocalipse.jpg")
print("Imagem do apocalipse criada com sucesso!")
Prompt: Prompt: Queen Anne's Lace Flowers collected this morning ,delicate, lacy and translucent, flowers by Mary Delany and Hilma af Klint are woven into a crown for a very young girl
Modifiers:
elegant intricate hyperrealistic high definition Great depth of field
Dream Level: is increased each time when you "Go Deeper" into the dream. Each new level is harder to achieve and
takes more iterations than the one before.
Rare Deep Dream: is any dream which went deeper than level 6.
Deep Dream
You cannot go deeper into someone else's dream. You must create your own.
Deep Dream
Currently going deeper is available only for Deep Dreams.