<!--
Generated by DrawGPT.
Free, open source, AI generated images in SVG, PNG, and HTML Canvas format.
https://drawgpt.ai
Created: 2025-05-16T23:20:45+00:00
-->
<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
<title>Stormy Majesty: The Water Dragon</title>
<desc>When dragons weather storms, they make a splash with their electrifying presence!</desc>
<!-- Background Sky -->
<rect id="sky-background" class="sky" width="512" height="512" fill="darkslategray">
<animate attributeName="fill" values="darkslategray;midnightblue;darkslategray" dur="5s" repeatCount="indefinite"/>
</rect>
<!-- Lightning Bolts -->
<g id="lightning-bolts" class="lightning">
<path id="lightning1" d="M150,100 L160,140 L155,145 L180,200 L170,205 L200,270" stroke="yellow" stroke-width="3" fill="none">
<animate attributeName="opacity" values="0;1;0" dur="5s" repeatCount="indefinite" begin="0s"/>
</path>
<path id="lightning2" d="M350,80 L360,120 L355,125 L380,180 L370,185 L400,250" stroke="lightyellow" stroke-width="3" fill="none">
<animate attributeName="opacity" values="0;1;0" dur="5s" repeatCount="indefinite" begin="1s"/>
</path>
<path id="lightning3" d="M250,50 L260,90 L255,95 L280,150 L270,155 L300,220" stroke="gold" stroke-width="3" fill="none">
<animate attributeName="opacity" values="0;1;0" dur="5s" repeatCount="indefinite" begin="2s"/>
</path>
</g>
<!-- Rain -->
<g id="rainfall" class="rain">
<!-- Individual rain drops -->
<line id="rain1" x1="100" y1="200" x2="102" y2="220" stroke="lightblue" stroke-width="2">
<animate attributeName="y1" from="200" to="300" dur="1s" repeatCount="indefinite" />
<animate attributeName="y2" from="220" to="320" dur="1s" repeatCount="indefinite" />
<animate attributeName="opacity" values="1;1;0" dur="1s" repeatCount="indefinite" />
</line>
<line id="rain2" x1="150" y1="210" x2="152" y2="230" stroke="lightblue" stroke-width="2">
<animate attributeName="y1" from="210" to="310" dur="1s" repeatCount="indefinite" />
<animate attributeName="y2" from="230" to="330" dur="1s" repeatCount="indefinite" />
<animate attributeName="opacity" values="1;1;0" dur="1s" repeatCount="indefinite" />
<animate attributeName="delay" begin="0.2s" />
</line>
<line id="rain3" x1="200" y1="220" x2="202" y2="240" stroke="lightblue" stroke-width="2">
<animate attributeName="y1" from="220" to="320" dur="1s" repeatCount="indefinite" />
<animate attributeName="y2" from="240" to="340" dur="1s" repeatCount="indefinite" />
<animate attributeName="opacity" values="1;1;0" dur="1s" repeatCount="indefinite" />
<animate attributeName="delay" begin="0.4s" />
</line>
<!-- More rain drops can be added similarly -->
</g>
<!-- Dragon Body -->
<path id="dragon-body" class="dragon" d="M256,300
C200,250 200,150 256,100
C312,150 312,250 256,300 Z" fill="teal">
<animateTransform attributeName="transform" type="scale" values="1;1.02;1" dur="5s" repeatCount="indefinite" />
</path>
<!-- Dragon Head -->
<circle id="dragon-head" class="head" cx="256" cy="100" r="20" fill="darkcyan">
<animate attributeName="r" values="20;22;20" dur="5s" repeatCount="indefinite" />
</circle>
<!-- Dragon Eyes -->
<circle id="dragon-eye-left" class="eye" cx="250" cy="95" r="3" fill="white">
<animate attributeName="cx" values="250;252;250" dur="5s" repeatCount="indefinite" />
</circle>
<circle id="dragon-eye-right" class="eye" cx="262" cy="95" r="3" fill="white">
<animate attributeName="cx" values="262;260;262" dur="5s" repeatCount="indefinite" />
</circle>
<!-- Dragon Fins -->
<path id="dragon-fin-left" class="fin" d="M220,250
C210,230 200,230 190,250" fill="darkslategray">
<animate attributeName="d" values="
M220,250 C210,230 200,230 190,250;
M220,250 C212,232 202,232 190,250;
M220,250 C210,230 200,230 190,250" dur="5s" repeatCount="indefinite" />
</path>
<path id="dragon-fin-right" class="fin" d="M292,250
C302,230 312,230 322,250" fill="darkslategray">
<animate attributeName="d" values="
M292,250 C302,230 312,230 322,250;
M292,250 C300,232 310,232 322,250;
M292,250 C302,230 312,230 322,250" dur="5s" repeatCount="indefinite" />
</path>
<!-- Dragon Tail -->
<path id="dragon-tail" class="tail" d="M256,300
C240,310 220,320 200,330
C190,335 180,340 170,345" stroke="teal" stroke-width="4" fill="none">
<animate attributeName="d" values="
M256,300
C240,310 220,320 200,330
C190,335 180,340 170,345;
M256,300
C242,312 222,328 200,330
C190,335 180,340 170,345;
M256,300
C240,310 220,320 200,330
C190,335 180,340 170,345" dur="5s" repeatCount="indefinite" />
</path>
<!-- Dragon Scales -->
<g id="dragon-scales" class="scales">
<circle id="scale1" cx="240" cy="200" r="2" fill="lightblue">
<animate attributeName="cy" values="200;202;200" dur="5s" repeatCount="indefinite"/>
</circle>
<circle id="scale2" cx="245" cy="205" r="2" fill="lightgreen">
<animate attributeName="cy" values="205;207;205" dur="5s" repeatCount="indefinite"/>
</circle>
<circle id="scale3" cx="250" cy="210" r="2" fill="lightgray">
<animate attributeName="cy" values="210;212;210" dur="5s" repeatCount="indefinite"/>
</circle>
<!-- More scales can be added similarly -->
</g>
<!-- Clouds -->
<g id="clouds" class="cloud">
<ellipse id="cloud1" cx="150" cy="80" rx="40" ry="20" fill="lightgray">
<animate attributeName="cx" values="150;160;150" dur="5s" repeatCount="indefinite"/>
</ellipse>
<ellipse id="cloud2" cx="200" cy="100" rx="50" ry="25" fill="lightgray">
<animate attributeName="cx" values="200;210;200" dur="5s" repeatCount="indefinite"/>
</ellipse>
<ellipse id="cloud3" cx="300" cy="60" rx="35" ry="18" fill="lightgray">
<animate attributeName="cx" values="300;310;300" dur="5s" repeatCount="indefinite"/>
</ellipse>
<!-- More clouds can be added similarly -->
</g>
</svg>
These are recent AI images made by the community! These may use any AI model including DALL-E 3, Flux, Stable Diffusion, GPT-4, o1, and more and may be anything from simple animated SVGs to PNGs.
DrawGPT is a an AI art generator that uses GPT-4, o1, o3, DALL-E 3, Gemini 2.0, Imagegen 3.0, Flux, Stable Diffusion, and Custom GPTs, ChatGPT, and other large language models to generate new images from text prompts.
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.
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!
DrawGPT is runs on an AI that has never actually "seen" an image as embodied AI in its life!
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.
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.
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 may be made made public.
Depending on the situation the prompts themselves are stored internally for research purposes.
Employees at OpenAI and DrawGPT have access to any prompts you submit.
DO NOT SUBMIT PERSONAL INFORMATION.