Prompt: Create an image featuring a serene, artistic landscape with a large, luminous moon in the background sky. The moon should be glowing softly, illuminating a calm body of water that reflects its light. In the foreground, and to the left, showcase a graceful, curved branch of a tree that is intricately designed with elegant swirls and decorative vines. The branch is connected to a tree, which is only partly visible, and should be silhouetted against the moon, adorned with delicate leaves and floral elements that add a touch of elegance. The overall atmosphere of the image should be tranquil and ethereal, with soft, muted tones creating a soothing backdrop. Include a light gradient in the sky to enhance the calm and dreamy mood of the scene. Silver, blues and grets and complementary colours.
Prompt: A vivid, cinematic night sky bathed in moonlight. A witch soars through drifting clouds on a broomstick, her dark silhouette cutting across an enormous glowing moon. Trails of silver mist spiral in her wake as she races above a landscape of shadowed forests and distant lights. The wind catches her cloak, unfurling it like wings against the deep cobalt sky. Moonlight gleams across the clouds in tones of ivory, violet, and blue, while streaks of golden haze glow near the horizon. The sense of speed and motion blurs the edges of the scene, colours bleeding softly together — a dreamlike vision of power, freedom, and midnight flight.
Prompt: baby peach, in the style of Luis Gabriel Pacheco, Jean-Baptiste Monge, Harry Clarke, Agnes Cecile, Anna Sui and Richard Burlet,gorgeous beauty,féminity and grâce ,,glamour and aesthetic,in the style of Luis Gabriel Pacheco, Jean-Baptiste Monge, Harry Clarke, Agnes Cecile, Anna Sui and Richard Burlet,by Medlinyelle
Prompt: Gorgeous woman peach, in the style of Luis Gabriel Pacheco, Jean-Baptiste Monge, Harry Clarke, Agnes Cecile, Anna Sui and Richard Burlet,gorgeous beauty,féminity and grâce ,,glamour and aesthetic,in the style of Luis Gabriel Pacheco, Jean-Baptiste Monge, Harry Clarke, Agnes Cecile, Anna Sui and Richard Burlet, by Medlinyelle
Prompt: a "pin-up made of Autumn oak leaves", in a magic scene - ultra high quality, focused, sharp focus, ultra sharp, ultra sharp focus, ultra sharp definition, extremely detailed, high definition, intricate, fantasy, colorful, fantastic view
Prompt: Double exposure : first view - Enchanting watercolor artwork, ethereal captivating a lion face in macro. Seconde view - a river, lion family with female and babies Lion and blue sky setting, dreamlike atmosphere. The second view is seen in the middle center of the lion face.The render of image is soft and with blurred effect, mosaic of colors, pastel browns, and greens, and yellow and blue, and pink, and grey, intricate details, delicate brushstrokes, vibrant and soothing color palette, intricate floral elements, subtle hints of sunlight filtering, elegant and graceful composition, evoking a sense of tranquility, emotion and beauty, by a renowned watercolor artist, Anton Mauve, Enki Bilal high-resolution.
Prompt: Hypnotic optical illusion, intricate fractal patterns, mesmerizing concentric lines, reminiscent of Maurits Escher's work, mind-bending geometry, black and white and gradients of blue, red, green, yellow, contrast, precise details, digital art medium, high definition resolution, surreal and abstract style, illusion of depth, play of light and shadow, multichromatic color palette, intricate and precise shading. Make a frame with zentangle patterns to the four coins and some bits of stained glass in the sides of frame.
Prompt: A surreal, textured landscape composed of patchwork tiles in yellows, oranges, blues, and greens. In the center-right of the composition, a small figure in a bright yellow jacket sits on a light-colored tile, holding a black umbrella. A large pink rose and a small bird are positioned near the figure. The background is a mosaic of weathered, distressed tiles with varying colors and textures, creating a fragmented, abstract backdrop. Small black birds are scattered across the image, and there are subtle splashes of paint and weathering effects. The central figure is positioned approximately one-third from the right side of the image, taking up roughly 10-15% of the total canvas space, creating a sense of isolation and contemplation within the complex, layered environment.
Prompt: A dreamlike, intricately textured landscape composed of fragmented, weathered patchwork tiles in muted shades of dark green, grey-blue, slate grey, and misty fairy blue. Add some tile with a gold metallic hue, evokes a sense of nostalgia and melancholy. In the center of the composition, a semi-abstract, expressive depiction of a a black boat with one man at the tiller, navigating in a grey sea, under a grey sky; some cottages in the background, sparse among trees dark bushes and sage green fields, rendered in the bold, emotive style of Egon Schiele, with loose brushstrokes
Prompt: Black and white symbolic composition, a Tao Yin-Yang symbol featuring a man in black clothes and a woman in white dress swirling together and spinning like a whirlpool, above water, ink paint thick brush impasto spray splash
Prompt: L'escalier monumental de la façade intérieure du château de Blois: Invent An oil painting with an abstract cubist landscape based on analytical cubism, as if it had been painted by Juan Gris. With harmonious and not very strident colors
Prompt: A highly detailed digital rendering of an abstract, symmetrical fractal structure resembling a surreal, organic face floating against a gradient blue sky background, generated using a modified Mandelbulb fractal algorithm viewed from the inside with ray marching. Incorporate precise mathematical details: Define constants pi = 3.1415926535897932384626433832795, tau = 2*pi, TAU = (2*pi)*0.7887, PHI = (sqrt(5)*0.5 + 0.5) ≈1.618 golden ratio, POWER = 11.24788742 for exponentiation, LOOPS = 3 iterations, TOLERANCE = 0.00001, MAX_RAY_LENGTH = 20.0, MAX_RAY_MARCHES = 48, NORM_OFF = 0.0005, MAX_BOUNCES = 5. Custom hyperbolic functions: chp(x) = (exp(x) + exp(-x))/pi, chpp(x) = (exp(x/(cosh(x)*pi)) + exp(-x/(cosh(x)/pi)))/(TAU*PHI), shp(x) = (exp(x) - exp(-x))/(pi/PHI), shpp(x) = (exp(x*(sinh(x)*pi)) - exp(-x*(sinh(x)*pi)))/(TAU/PHI), ssh(x) = (exp(x*pi/0.7887) - exp(-x*pi/0.7887))/(2*pi), csh(x) = (exp(x*pi/0.7887) + exp(-x*pi/0.7887))/(2*pi), ssh1(x) = sinh(x/pi)*PHI, csh1(x) = cosh(x/pi)*PHI. The Mandelbulb distance estimator mandelBulb(p): Initialize z = chp(p)*p - p, dr=1.0; for i=0 to LOOPS-1, r=length(z), theta=atan(z.x,z.y), phi=asin(z.z/r) + optional time*0.2 for animation; dr = r^(POWER-1) * dr * POWER + 1; r = r^POWER, theta *= POWER/PHI, phi *= POWER/PHI; z = r * vec3(tan(shp(sin(theta)*sin(phi)))*PHI, chp(cos(theta)*sin(phi)), cos(phi)) + p; p = reflect(p,z). Return distance 0.75 * log(r) * r / dr. Overall distance function df(p) = shp(mandelBulb(p/2.0)*2.0) after applying rotation matrix g_rot = rot_x(((1.221*time + pi)/tau)). Render with ray marching from camera at 0.6*vec3(0,2,5) looking at origin, FOV tan(TAU/6), incorporating bounces for reflection (reflect(rd,sn)), refraction (refract(rd,sn,1.0/mat.z or inverse)), fresnel fre=1+dot(rd,sn) squared and mixed 0.1-1.0, diffuse dif=max(dot(ld,sn),0)^2 * (1-mat.x) with ld to light at (0,10,0), material mat=(0.8,0.5,1.05), beer absorption exp(-(st+0.1)* -HSV(0.05,0.95,2.0)). Sky background: Procedural with planes at y=4 and y=-6, box bounds, exponential falloff, colored HSV(0.6,0.86,1.0). Colors: Glow HSV(0.065,0.8,6.0), diffuse HSV(0.6,0.85,1.0), post-processed with ACES tonemapping aces_approx(v) = clamp((v*(2.51v+0.03))/(v*(2.43v+0.59)+0.14),0,1) after *0.6, and sRGB gamma mix(1.055*t^(1/2.4)-0.055,12.92*t,step(t,0.0031308)). The structure features two large spiral-eyed voids as eyes, a curved dark blue mouth-like opening at the bottom, elaborate branching tendrils and crystalline edges with subtle particle specks dissipating at sides, ethereal pinkish-orange glow, edge fresnel effects, hyper-realistic yet fantastical Shadertoy-inspired 3D art in 16:9 aspect ratio with sharp details and no text or artifacts.
Prompt: Generate a highly detailed, surreal 3D fractal artwork in the style of a modified Mandelbulb hybrid, rendered as an abstract, crystalline mask-like organic form with 5-lobe rotational symmetry and intricate, swirling coral-like protrusions emerging from a central glassy structure evoking an alien eye with stalk extensions, floating against a procedural gradient sky background transitioning from soft cyan (#00FFFF) to deep blue (#000080) with subtle plane-based depth elements at horizons y=4 and y=-6 featuring box-shaped patterns via box(pp, vec2(6,9))-1 and exponential glow falloff exp(-0.5*max(db,0)), incorporating self-similar recursive details from ray marching with tolerance 0.00001, max ray length 20.0, up to 48 marches, and 5 bounces for reflections and refractions. The central form features a glossy orange iris with dark pupil void from orbit trap sphere at origin (radius 0.1), surrounded by five radiating mushroom-like stalks with bumpy textures from sphere folds (minR²=0.2-0.3, fixedR²=1.0-1.2), vibrant pink-orange hues (HSV(0.065,0.8,6) for glow, HSV(0.6,0.85,1) for diffuse) exhibiting translucent refractive qualities with internal amber-tinted glow via Beer-Lambert absorption ragg *= exp(-(st+initt)*beer) where beer = -HSV(0.05, 0.95, 2.0) and initt=0.1, high-contrast ethereal vibrancy via ACES tone mapping v *= 0.6; clamp((v*(2.51*v+0.03))/(v*(2.43*v+0.59)+0.14), 0,1) followed by sRGB gamma mix(1.055*pow(t,1/2.4)-0.055, 12.92*t, step(t,0.0031308)). Use the merged distance field df(p) = shp(mandelBulb(p/z1)*z1) with z1=2.0, where shp(x) = (exp(x)-exp(-x))/(pi/PHI) and PHI=(sqrt(5)/2 + 0.5)≈1.618, applied after rotating p by transpose(inverse(g_rot)) with x-axis animation (1.221*time + pi)/tau where tau=2*pi. The mandelBulb(p) iterates with power n≈6-11.24788742 and loops=3: initialize z = chp(p)*p - p where chp(x)=(exp(x)+exp(-x))/pi; dr=1.0; for each loop, r=length(z), bail if r>2; theta=atan(z.x,z.y); phi=asin(z.z/r) + time*0.2; dr = pow(r,power-1)*dr*power +1; r=pow(r,power); theta*=power/PHI; phi*=power/PHI; z = r * vec3(tan(shp(sin(theta)*sin(phi)))*PHI, chp(cos(theta)*sin(phi)), cos(phi)) + p; p=reflect(p,z); return 0.75*log(r)*r/dr. Incorporate pre-folding with hyperbolic distortion: z' = chp(z) · z - z, then integer power fold for each axis i: z_i'' = {2f - z_i' if z_i' > f; -2f - z_i' if z_i' < -f; z_i' otherwise}, f≈1.2-1.5, then z_i''' = shp(z_i'') = (exp(z_i'') - exp(-z_i'')) / (pi / PHI). Follow with Amazing Box fold u' = s · clamp(u, -l, l) - (s - 1) · u for u∈{x,y,z}, s≈1.8-2.2, l≈1.0, then sphere fold r²=||z||², z' = z · μ where μ = {r/m if r² < m; r/r² if m ≤ r² < r; 1 otherwise}, then modulate z'' = shpp(z') = (exp(z' · (sinh(z') · pi)) - exp(-z' · (sinh(z') · pi))) / (TAU / PHI) with TAU=(2*pi)*0.7887≈4.951, dr' = |s| · pow(r^{n-1}, PHI) · dr + 1. Post-transform: z' = k · R · z + t, k≈1.1-1.3, R=transpose(inverse(g_rot)), t≈(0,0,0.2). Custom hyperbolic functions: chpp(x)=(exp(x/(cosh(x)*pi))+exp(-x/(cosh(x)/pi)))/(TAU*PHI); shpp(x)=(exp(x*(sinh(x)*pi))-exp(-x*(sinh(x)*pi)))/(TAU/PHI); ssh(x)=(exp(x*pi/0.7887)-exp(-x*pi/0.7887))/(2*pi); csh(x)=(exp(x*pi/0.7887)+exp(-x*pi/0.7887))/(2*pi); ssh1(x)=sinh(x/pi)*PHI; csh1(x)=cosh(x/pi)*PHI. Use in skyColor with reflections reflect(-ssh1(rd), chpp(ro)), rendering aggregation agg += ssh1(ragg*skyColor(ro,rd)), ray updates rd=chpp(ref) or ro=shpp(sp + initt*rd). Materials: mat=vec3(0.8,0.5,1.05) for diffuse, specular, refracti
e na parede do meu quarto ainda está o seu retrato
Model:
DaVinci2
Size:
960 X 1064
(1.02 MP)
Used settings:
Prompt: Masterful painting of beautiful young woman (= image base) post-impressionist style, it reflects the characteristic style of Egon Schiele, which is distinguished by the expressiveness and vibrancy of the colors.
Prompt: A mystical sorcerer soars on a broomstick against a full moon backdrop, surrounded by a magical aura. The night sky is alive with a glowing moon, twinkling stars, and dark silhouettes. This fantasy scene, bathed in moonlight shadows, creates an enchanting atmosphere, reminiscent of the C64 start screen of the "Cauldron" game.
Prompt: A beautiful young indigenous woman sits atop a rock, looking out at a vast mountain range under an orange-tinted, cloudy sky. Three eagles fly in the sky above her. The mountains are covered in snow, and a river flows through the valley below. The landscape is rugged and wild, with sparse trees scattered throughout. The woman is wearing traditional Native American clothing, including a fringed dress and leggings adorned with intricate patterns and beads. Her dark hair flows around her shoulders and is decorated with feathers and beads. The overall atmosphere is serene and majestic, with a sense of natural harmony and connection to the environment. The warm tones of orange and brown contribute to a spiritual or timeless mood.
Prompt: An ancient Egyptian stargate made of polished bronze and gold metal, intricately carved into the cave wall, covered in illuminated hieroglyphic symbols that glow with a soft, mystical light. Two weathered stone Egyptian sphinx statues guard the gate. The atmosphere is mysterious and sacred, deep shadows contrast with the glowing symbols and spotlight effect. Rendered in hyper-detailed fantasy art style, reminiscent of John Howe or Gerald Brom, with strong chiaroscuro and emphasis on texture: rough stone vs smooth metal. --ar 16:9 --style raw --no modern, plain, non-metallic, dull, bright cave.
Prompt: beautiful woman purple, in the style of Luis Gabriel Pacheco, Jean-Baptiste Monge, Harry Clarke, Agnes Cecile, Anna Sui and Richard Burlet,gorgeous beauty,féminity and grâce,,glamour and aesthetic,in the style of Luis Gabriel Pacheco, Jean-Baptiste Monge, Harry Clarke, Agnes Cecile, Anna Sui and Richard Burlet, by Medlinyelle
Prompt: beautiful woman purple, in the style of Luis Gabriel Pacheco, Jean-Baptiste Monge, Harry Clarke, Agnes Cecile, Anna Sui and Richard Burlet,gorgeous beauty,féminity and grâce,,glamour and aesthetic,in the style of Luis Gabriel Pacheco, Jean-Baptiste Monge, Harry Clarke, Agnes Cecile, Anna Sui and Richard Burlet, by Medlinyelle
Prompt: Portrait of Natalie , Gone With the Wind , The style is Neo noir , sentimentalism ,elegant, Impressionism , Hans Holbein , Auguste Renoir , Franz Xaver Winterhalter , vintage, oil, masterpiece, high detail, art station
Prompt: Emotional, masterpiece, double-exposure. The body of a european woman with silver white and rainbow hair in timelady victorian apparel and lacy corset is interlaced and intertwined with the body of a cute redhead with a pixie cut, a loose sleeveless top and a scottish skirt.
Background of dreamy wavy ecstatic starry softness in quiet light.
by eryn
your eyes burn doubts
your soul radiates summer
from your lips
i breathe the ever-running flow of life
from your mouth
i hear the never-stopping words of hope
in your mind i find solace
off your fears i feed my strengths
from your steps my heart flutter
in you lies my heart
Prompt: an ancient enchanted book opening into a surreal dreamscape, glowing runes carved into its pages, ethereal mist swirling upward, floating islands rising from the book, a glowing crystal lake reflecting a golden sunset, whimsical cottages with starlight windows, a bear and two cubs walking along a path of light suspended in mid-air, autumn trees with leaves glowing like embers, frost-kissed branches shimmering with magic, floating lanterns drifting above, sparkles of stardust raining down, atmosphere of wonder and dreams, hyper-detailed surreal fantasy illustration, cinematic lighting
Masterpiece quality, 8K resolution, dramatic, ethereal, and powerful
Style of by DEEP DREAM GENERATOR
Prompt: “Elegant Siamese cat in a long burgundy velvet gown with gold embroidery, seated gracefully on an ivory chaise beneath a grand Art Deco chandelier, holding a glass of champagne, surrounded by stylized geometric patterns and warm holiday glow, illustrated in 1920s Vogue magazine cover style, drawn with flat color planes and clean lines, framed by a gold Art Deco border, textured ivory paper background, vintage fashion illustration look, no photo realism, no digital 3D, –ar 3:4 –v 6 –style raw –q 2 –uplight –s 250 –no text –no logo –no watermark –no photo”
Prompt: {blurred a creative work that senselessly combines and blends illogical elements from surreal plant and the surreal animal as ONE, between the real and the dream, animated by an inner breath of the incarnation of a dream, begins emerging from the digital glowing glitch erroneous meaning portal} Alain Mailland Style of Alain Mailland reimagined by Francisco Goya, Stephen Gammell, Endre Penovac, Basil Gogos, Rudy Meeuwissen, Monokubo, Gerald Scarfe, and Ryohei Hase mixed with the style of Scott Bergey, Squeak Carnwath and Tang Yau Hoong. Medium shot. A contemplative woman with eyes covered by intricate bandages adorned with many colorful surreal eyes. Splash art. Savage Polaroid infected transfer and emulsion lifts. Mysterious, cracked brushstrokes and monotype textures. Abstract zen smoke lines. Earth tones with rich jewel-toned colors, black, silver grays, chrome, and graphite. 10 keywords: Osamu Tezuka Tima metropolis, high contrast, clarity, subtle, sharp focus, ultra detailed, ray tracing masterpiece, avantgarde
Prompt: {blurred border between the surreal plant and the surreal animal, between the real and the dream, animated by an inner breath of the incarnation of a dream, begins emerging from the digital glowing glitch erroneous meaning portal} Alain Mailland Style of Alain Mailland reimagined by Francisco Goya, Stephen Gammell, Endre Penovac, Basil Gogos, Rudy Meeuwissen, Monokubo, Gerald Scarfe, and Ryohei Hase mixed with the style of Scott Bergey, Squeak Carnwath and Tang Yau Hoong. Medium shot. A contemplative woman with eyes covered by intricate bandages adorned with many colorful surreal eyes. Splash art. Savage Polaroid infected transfer and emulsion lifts. Mysterious, cracked brushstrokes and monotype textures. Abstract zen smoke lines. Earth tones with rich jewel-toned colors, black, silver grays, chrome, and graphite. 10 keywords: Osamu Tezuka Tima metropolis, high contrast, clarity, subtle, sharp focus, ultra detailed, ray tracing masterpiece, avantgarde
Prompt: no more than one face, A Cosmic Portrait A surreal portrait of a woman with flowing, cosmic hair, blending blues and stars, her contemplative gaze directed upwards, radiating a celestial glow that evokes wonder and mystery.
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.