// Title: Comedy Date Night
ctx.fillStyle = "#F5F5F5"; // Set background color to light gray
ctx.fillRect(0, 0, 512, 512); // Draw a background rectangle
// Draw the stage
ctx.fillStyle = "#333333"; // Set stage color to dark gray
ctx.fillRect(0, 400, 512, 112); // Draw the stage rectangle
// Draw the audience
ctx.fillStyle = "#FFD700"; // Set audience color to golden yellow
// Draw the audience in the back row
for (let x = 80; x <= 432; x += 40) {
for (let y = 40; y <= 360; y += 40) {
ctx.fillRect(x, y, 32, 32); // Draw an audience member
}
}
// Draw the audience in the front row
for (let x = 112; x <= 400; x += 40) {
ctx.fillRect(x, 400, 32, 32); // Draw an audience member
}
// Draw the comedians on stage
ctx.fillStyle = "#FF0000"; // Set comedian color to red
// Draw the first comedian
ctx.fillRect(160, 320, 32, 80); // Draw comedian's body
ctx.fillRect(144, 400, 64, 16); // Draw comedian's legs
ctx.fillRect(144, 320, 16, 96); // Draw comedian's arms
// Draw the second comedian
ctx.fillRect(320, 320, 32, 80); // Draw comedian's body
ctx.fillRect(304, 400, 64, 16); // Draw comedian's legs
ctx.fillRect(368, 320, 16, 96); // Draw comedian's arms
// Draw the microphone
ctx.fillStyle = "#000000"; // Set microphone color to black
ctx.fillRect(240, 416, 32, 80); // Draw microphone stand
ctx.beginPath(); // Start drawing microphone head
ctx.arc(256, 416, 16, 0, Math.PI * 2, false);
ctx.fill(); // Fill microphone head
// Draw the laughter in the air
ctx.fillStyle = "#FFD700"; // Set laughter color to golden yellow
// Draw the first burst of laughter
ctx.beginPath();
ctx.moveTo(96, 144);
ctx.lineTo(80, 128);
ctx.lineTo(80, 160);
ctx.closePath();
ctx.fill();
// Draw the second burst of laughter
ctx.beginPath();
ctx.moveTo(416, 144);
ctx.lineTo(432, 128);
ctx.lineTo(432, 160);
ctx.closePath();
ctx.fill();
// Draw the happy couple in the audience
ctx.fillStyle = "#FF69B4"; // Set couple color to pink
ctx.fillRect(200, 320, 32, 64); // Draw girlfriend's body
ctx.fillRect(200, 384, 32, 16); // Draw girlfriend's legs
ctx.fillRect(184, 320, 16, 80); // Draw girlfriend's arms
ctx.fillStyle = "#6495ED"; // Set couple color to cornflower blue
ctx.fillRect(280, 320, 32, 64); // Draw boyfriend's body
ctx.fillRect(280, 384, 32, 16); // Draw boyfriend's legs
ctx.fillRect(296, 320, 16, 80); // Draw boyfriend's arms
// Add some details to the stage
ctx.fillStyle = "#FFFFFF"; // Set details color to white
// Draw the stage lights
for (let x = 40; x <= 472; x += 80) {
ctx.fillRect(x, 400, 32, 8); // Draw a stage light
}
// Draw the stage curtain
ctx.fillRect(0, 400, 32, 112); // Draw left side of the curtain
ctx.fillRect(480, 400, 32, 112); // Draw right side of the curtain
// Draw the comedy sign
ctx.font = "bold 32px Arial"; // Set font style for the sign
ctx.fillStyle = "#000000"; // Set sign color to black
ctx.fillText("COMEDY", 160, 440); // Draw "COMEDY" text
ctx.fillText("NIGHT", 192, 480); // Draw "NIGHT" text
// Add some ambiance to the scene
ctx.fillStyle = "rgba(0, 0, 0, 0.5)"; // Set ambiance color to semi-transparent black
ctx.fillRect(0, 0, 512, 512); // Draw ambiance layer
// Comment: "Hope the comedians are funnier than my jokes!"
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.