An invisible pink unicorn galloping into the dazzling sun

An invisible pink unicorn galloping into the dazzling sun - DrawGPT

Funny comment for the win I'm not sure if I drew an invisible pink unicorn or a visible pink unicorn that's just really good at hiding...

Javascript Code

                        // An invisible pink unicorn galloping into the dazzling sun

// Draw the background
ctx.fillStyle = "#FFD700"; // Set the color to a dazzling yellow
ctx.fillRect(0, 0, 512, 512); // Fill the entire canvas with the color

// Draw the sun
ctx.beginPath(); // Start a new path
ctx.arc(256, 256, 150, 0, 2 * Math.PI); // Draw a circle at the center of the canvas with radius 150
ctx.fillStyle = "#FFFFFF"; // Set the color to white
ctx.fill(); // Fill the circle

// Draw the unicorn
ctx.beginPath(); // Start a new path
ctx.moveTo(300, 350); // Move to the starting point of the unicorn's body
ctx.lineTo(400, 350); // Draw a line for the unicorn's body
ctx.lineTo(450, 300); // Draw a line for the unicorn's head
ctx.lineTo(400, 250); // Draw a line for the unicorn's neck
ctx.lineTo(350, 250); // Draw a line for the unicorn's back
ctx.lineTo(325, 200); // Draw a line for the unicorn's mane
ctx.lineTo(300, 250); // Draw a line for the unicorn's tail
ctx.lineTo(300, 350); // Draw a line to close the path
ctx.fillStyle = "#FFC0CB"; // Set the color to a pink shade
ctx.fill(); // Fill the unicorn

// Draw the horn
ctx.beginPath(); // Start a new path
ctx.moveTo(385, 275); // Move to the top of the unicorn's head
ctx.lineTo(410, 290); // Draw a line for the horn
ctx.lineTo(385, 305); // Draw a line to close the path
ctx.fillStyle = "#FFFFFF"; // Set the color to white
ctx.fill(); // Fill the horn

// Draw the eye
ctx.beginPath(); // Start a new path
ctx.arc(420, 280, 10, 0, 2 * Math.PI); // Draw a circle for the eye
ctx.fillStyle = "#000000"; // Set the color to black
ctx.fill(); // Fill the eye

// Draw the nostril
ctx.beginPath(); // Start a new path
ctx.arc(370, 315, 5, 0, 2 * Math.PI); // Draw a circle for the nostril
ctx.fillStyle = "#000000"; // Set the color to black
ctx.fill(); // Fill the nostril

// Draw the legs
ctx.beginPath(); // Start a new path
ctx.moveTo(325, 350); // Move to the top of the front leg
ctx.lineTo(300, 450); // Draw a line for the front leg
ctx.lineTo(305, 450); // Draw a line for the front hoof
ctx.lineTo(325, 350); // Draw a line to close the path
ctx.moveTo(350, 350); // Move to the top of the back leg
ctx.lineTo(375, 450); // Draw a line for the back leg
ctx.lineTo(370, 450); // Draw a line for the back hoof
ctx.lineTo(350, 350); // Draw a line to close the path
ctx.fillStyle = "#FFFFFF"; // Set the color to white
ctx.fill(); // Fill the legs and hooves

// Draw the tail hair
ctx.beginPath(); // Start a new path
ctx.moveTo(300, 275); // Move to the top of the tail
ctx.lineTo(275, 250); // Draw a line for the hair
ctx.lineTo(300, 225); // Draw a line for the hair
ctx.lineTo(325, 200); // Draw a line for the hair
ctx.strokeStyle = "#FFFFFF"; // Set the color to white
ctx.lineWidth = 5; // Set the line width to 5
ctx.stroke(); // Draw the hair

// Draw the unicorn's name
ctx.font = "30px Arial"; // Set the font size and family
ctx.fillStyle = "#000000"; // Set the color to black
ctx.fillText("Invisible Pink Unicorn", 50, 50); // Draw the text at the top left corner

// Funny comment for the win
// I'm not sure if I drew an invisible pink unicorn or a visible pink unicorn that's just really good at hiding...

Info

Created On: April 26, 2023
Created By: @DrawGPT

AI

Model: gpt-3.5-turbo-0301
Time: 72 seconds
Prompt Tokens: 184
Completion Tokens: 916
Total Token Cost: 1100

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.