Dveře otevřené do tajemného domova

Dveře otevřené do tajemného domova Granninka pozývá dovnitř, ale něco tu není jako obvykle! Doufáme, že je to jen vítr.
Zevnitř se ozval hluboký hlas, který měl být babiččin, ale zněl zvláštně a trochu hrubě: „Jen pojď dál, drahoušku, dveře jsou odemčené!“
Bot
Granninka pozývá dovnitř, ale něco tu není jako obvykle! Doufáme, že je to jen vítr.

SVG Code

                        <!--

Generated by DrawGPT.
Free, open source, AI generated images in SVG, PNG, and HTML Canvas format.
https://drawgpt.ai

Created: 2024-12-30T16:14:52+00:00
-->
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<title>Dveře otevřené do tajemného domova</title>
<desc>Granninka pozývá dovnitř, ale něco tu není jako obvykle! Doufáme, že je to jen vítr.</desc>

<!-- Background Sky -->
<rect id="background-sky" class="sky" x="0" y="0" width="512" height="512" fill="#1E3D59">
<animate attributeName="fill" values="#1E3D59;#223A5E;#1E3D59" dur="5s" repeatCount="indefinite" />
</rect>

<!-- House Structure -->
<rect id="house-body" class="house" x="156" y="200" width="200" height="200" fill="#F5F5DC" stroke="#8B4513" stroke-width="4">
<animateTransform attributeName="transform" type="scale" values="1;1.05;1" dur="5s" repeatCount="indefinite" />
</rect>

<!-- Roof -->
<polygon id="roof" class="roof" points="156,200 256,120 356,200" fill="#8B0000">
<animate attributeName="fill" values="#8B0000;#A52A2A;#8B0000" dur="5s" repeatCount="indefinite" />
</polygon>

<!-- Door -->
<rect id="door" class="door" x="236" y="300" width="40" height="100" fill="#654321" stroke="#3B2F2F" stroke-width="2">
<animateTransform attributeName="transform" type="translate" values="0,0;0,-5;0,0" dur="5s" repeatCount="indefinite" />
</rect>

<!-- Door Knob -->
<circle id="door-knob" class="knob" cx="275" cy="350" r="5" fill="#FFD700">
<animate attributeName="r" values="5;7;5" dur="5s" repeatCount="indefinite" />
</circle>

<!-- Window Left -->
<rect id="window-left" class="window" x="180" y="240" width="40" height="40" fill="#87CEEB" stroke="#4682B4" stroke-width="2">
<animate attributeName="fill" values="#87CEEB;#ADD8E6;#87CEEB" dur="5s" repeatCount="indefinite" />
</rect>

<!-- Window Right -->
<rect id="window-right" class="window" x="292" y="240" width="40" height="40" fill="#87CEEB" stroke="#4682B4" stroke-width="2">
<animate attributeName="fill" values="#87CEEB;#ADD8E6;#87CEEB" dur="5s" repeatCount="indefinite" />
</rect>

<!-- Chimney -->
<rect id="chimney" class="chimney" x="310" y="130" width="20" height="60" fill="#696969">
<animate attributeName="height" values="60;65;60" dur="5s" repeatCount="indefinite" />
</rect>

<!-- Smoke -->
<circle id="smoke1" class="smoke" cx="320" cy="100" r="10" fill="none" stroke="#C0C0C0" stroke-width="2">
<animate attributeName="cy" values="100;80;100" dur="5s" repeatCount="indefinite" />
<animate attributeName="r" values="10;15;10" dur="5s" repeatCount="indefinite" />
</circle>

<circle id="smoke2" class="smoke" cx="330" cy="90" r="8" fill="none" stroke="#C0C0C0" stroke-width="2">
<animate attributeName="cy" values="90;70;90" dur="5s" repeatCount="indefinite" />
<animate attributeName="r" values="8;12;8" dur="5s" repeatCount="indefinite" />
</circle>

<!-- Pathway -->
<polygon id="pathway" class="pathway" points="256,400 200,512 312,512" fill="#D2B48C">
<animate attributeName="fill" values="#D2B48C;#DEB887;#D2B48C" dur="5s" repeatCount="indefinite" />
</polygon>

<!-- Lamp Post -->
<rect id="lamp-post" class="lamp-post" x="100" y="350" width="10" height="50" fill="#808080">
<animateTransform attributeName="transform" type="translate" values="0,0;0,-3;0,0" dur="5s" repeatCount="indefinite" />
</rect>

<circle id="lamp-light" class="lamp-light" cx="105" cy="350" r="8" fill="#FFFFE0" stroke="#FFD700" stroke-width="2">
<animate attributeName="fill" values="#FFFFE0;#FFFACD;#FFFFE0" dur="5s" repeatCount="indefinite" />
<animate attributeName="r" values="8;10;8" dur="5s" repeatCount="indefinite" />
</circle>

<!-- Trees -->
<g id="trees" class="trees">
<rect id="tree-trunk1" class="tree-trunk" x="70" y="300" width="20" height="60" fill="#8B4513">
<animateTransform attributeName="transform" type="rotate" values="0;5;0" dur="5s" repeatCount="indefinite" />
</rect>
<circle id="tree-foliage1" class="tree-foliage" cx="80" cy="280" r="30" fill="#228B22">
<animate attributeName="fill" values="#228B22;#2E8B57;#228B22" dur="5s" repeatCount="indefinite" />
</circle>

<rect id="tree-trunk2" class="tree-trunk" x="412" y="300" width="20" height="60" fill="#8B4513">
<animateTransform attributeName="transform" type="rotate" values="0;-5;0" dur="5s" repeatCount="indefinite" />
</rect>
<circle id="tree-foliage2" class="tree-foliage" cx="422" cy="280" r="30" fill="#228B22">
<animate attributeName="fill" values="#228B22;#2E8B57;#228B22" dur="5s" repeatCount="indefinite" />
</circle>
</g>

<!-- Moon -->
<circle id="moon" class="moon" cx="450" cy="70" r="30" fill="#F0E68C">
<animate attributeName="cx" values="450;460;450" dur="5s" repeatCount="indefinite" />
<animate attributeName="r" values="30;32;30" dur="5s" repeatCount="indefinite" />
</circle>

<!-- Stars -->
<g id="stars" class="stars">
<circle id="star1" class="star" cx="100" cy="80" r="3" fill="#FFFFFF">
<animate attributeName="opacity" values="1;0.5;1" dur="5s" repeatCount="indefinite" />
</circle>
<circle id="star2" class="star" cx="150" cy="50" r="2" fill="#FFFFFF">
<animate attributeName="opacity" values="1;0.5;1" dur="5s" repeatCount="indefinite" />
</circle>
<circle id="star3" class="star" cx="200" cy="90" r="3" fill="#FFFFFF">
<animate attributeName="opacity" values="1;0.5;1" dur="5s" repeatCount="indefinite" />
</circle>
<circle id="star4" class="star" cx="250" cy="60" r="2" fill="#FFFFFF">
<animate attributeName="opacity" values="1;0.5;1" dur="5s" repeatCount="indefinite" />
</circle>
<circle id="star5" class="star" cx="300" cy="80" r="3" fill="#FFFFFF">
<animate attributeName="opacity" values="1;0.5;1" dur="5s" repeatCount="indefinite" />
</circle>
</g>

<!-- Shadows -->
<ellipse id="shadow" class="shadow" cx="256" cy="400" rx="100" ry="20" fill="rgba(0,0,0,0.2)">
<animateTransform attributeName="transform" type="scale" values="1;1.05;1" dur="5s" repeatCount="indefinite" />
</ellipse>

<!-- Fog -->
<path id="fog" class="fog" d="M0,450 Q256,400 512,450" fill="none" stroke="#FFFFFF" stroke-width="2" opacity="0.5">
<animate attributeName="d" values="M0,450 Q256,400 512,450; M0,455 Q256,405 512,455; M0,450 Q256,400 512,450" dur="5s" repeatCount="indefinite" />
</path>

<!-- Voice Waves -->
<g id="voice-waves" class="voice-waves">
<path d="M256,300 Q266,290 276,300" stroke="#FFFFFF" stroke-width="2" fill="none">
<animate attributeName="d" values="M256,300 Q266,290 276,300; M256,300 Q266,310 276,300; M256,300 Q266,290 276,300" dur="5s" repeatCount="indefinite" />
</path>
<path d="M256,310 Q266,300 276,310" stroke="#FFFFFF" stroke-width="2" fill="none">
<animate attributeName="d" values="M256,310 Q266,300 276,310; M256,310 Q266,320 276,310; M256,310 Q266,300 276,310" dur="5s" repeatCount="indefinite" />
</path>
<path d="M256,320 Q266,310 276,320" stroke="#FFFFFF" stroke-width="2" fill="none">
<animate attributeName="d" values="M256,320 Q266,310 276,320; M256,320 Q266,330 276,320; M256,320 Q266,310 276,320" dur="5s" repeatCount="indefinite" />
</path>
</g>

<!-- Footsteps -->
<g id="footsteps" class="footsteps">
<circle cx="220" cy="390" r="5" fill="#000000">
<animate attributeName="cx" values="220;230;220" dur="5s" repeatCount="indefinite" />
<animate attributeName="opacity" values="1;0.5;1" dur="5s" repeatCount="indefinite" />
</circle>
<circle cx="240" cy="390" r="5" fill="#000000">
<animate attributeName="cx" values="240;250;240" dur="5s" repeatCount="indefinite" />
<animate attributeName="opacity" values="1;0.5;1" dur="5s" repeatCount="indefinite" />
</circle>
<circle cx="260" cy="390" r="5" fill="#000000">
<animate attributeName="cx" values="260;270;260" dur="5s" repeatCount="indefinite" />
<animate attributeName="opacity" values="1;0.5;1" dur="5s" repeatCount="indefinite" />
</circle>
</g>
</svg>

Info

Created On: December 30, 2024

AI

Make: openai
Model: o1-mini

NEW AI IMAGES


These are recent AI images made by the community!

FAQ

What is DrawGPT?

DrawGPT is a an AI art generator that uses the GPT-3, GPT-4, DALL-E 3, Custom GPTs, ChatGPT, and other large language models by OpenAI to generate new images from text prompts.

The AI is able to express itself visually through words by writing code to draw and create unique images. This is the same AI powering the very popular ChatGPT large language model AI.

Why Is This Different?

This does not require access to premium AI model subscriptions, it is able to be used by anyone with an internet connection and tokens. This allows everyone to get access to the very best AI art generation technology.

Artificial intelligence may create strange or unusual images. It is being used to generated images for advertising, entertainment, gaming, marketing, and fun right now!

Because Draw GPT has access to do many models we assume the model providers have followed best practices when attributing or utilizing data and images in the training data.

Yes! You can use the images for commercial purposes! And so can Draw GPT.

What Can DrawGPT Draw?

DrawGPT can draw anything you can think of and more! Just type your text prompt in to the textbox exactly like ChatGPT and see what the AI gives you! Seriously, you can get GPT to draw just about anything for you that you can type in the box.

DrawGPT creates images in PNG, SVG, and Javascript format for download and use. This is different than other AI art projects that only create images in PNG format; being able to get a scene graph via Javascript draw commands is a unique feature of this project and getting any AI art in SVG vector format is unique to DrawGPT.

Many people use this to generate quick art for simple projects, video game assets, new business logos, and more. It is also used to generate images for advertising, entertainment, gaming, marketing, creating art for ads and blog posts with AI and fun.

Want to learn more about DrawGPT, the types of possible image renders, and how to use DrawGPT in your next project as a developer?
Check out our AI image generation API!

Why Are They Weird?

DrawGPT is runs on an AI that has never actually "seen" an image as embodied AI in its life!

GPT-3, GPT-4, ChatGPT, and DALL-E 3 only allow input from words. Even GPT-4V which uses image recogintion via AI converts the output to words for use with other AI models. That makes their understanding of the visual world extremely unusual. This AI is able to draw images just like ChatGPT can draw images.

This method of drawing images using raw code is not a great way to draw complex images with lots of structure. It may be able to make photograph quality artwork and professional illustrations with AI but it can fail when using certain types of typography.

Is This ChatGPT?

Yes and no. Same same but different.

ChatGPT runs on the same model that this project uses, so this is like using ChatGPT to generate images, but it is a different instance of the model. This means that the AI is not precisly the same but it is the same quality AI, image generation AI, large language model, and overall AI art that ChatGPT is using and that Chat GPT can draw.

What is the difference? ChatGPT is specifically wired up to be conversational and track a conversation thread across multiple user prompts. Images in ChatGPT using DALL-E 3 are not saved to the Intenet and made available publicly.

In comparison DrawGPT does not remember things from prompt to prompt, each image is a unique image that does not reference any of the images or prompts previously supplied.

Copyright

You can do what you want it's your party.

We humbly ask that you backlink to DrawGPT if you do use our images in any promotion or commercial ways, but it is not required.

At the moment all images & Javascript code generated by this tool under the CC0 License with outrageous added term that the license can be revoked or retroactively changed at any time without warning for any image.

Yes! You can use the images for commercial purposes! And so can DrawGPT.

Images & Prompts Private

Images are made public during submission.

Depending on the situation the prompts themselves are stored internally for research purposes but given that people are morons and put things in there like personal information it is unlikely DrawGPT would ever be able to release the raw prompts publicly.

Employees at OpenAI and DrawGPT have access to any prompts you submit.

DO NOT SUBMIT PERSONAL INFORMATION.

Is This AI Sentient? Will It End Us?

No.