A Mother's Love

A Mother's Love - DrawGPT
A mum who is poor has a baby can’t afford food
Bot
I hope this drawing brings a smile to your face! 😊

Javascript Code

                        // Title: A Mother's Love

ctx.fillStyle = "#FEE0C6"; // Setting the canvas background color to a warm peach tone
ctx.fillRect(0, 0, 512, 512); // Filling the entire canvas with the background color

// Drawing the mother
ctx.fillStyle = "#FAC0A3"; // Setting the fill color for the mother's body
ctx.fillRect(200, 200, 100, 150); // Drawing the mother's body
ctx.fillStyle = "#FAE4D0"; // Setting the fill color for the mother's head
ctx.beginPath(); // Starting the path for the mother's head
ctx.arc(250, 180, 30, 0, 2 * Math.PI); // Drawing the mother's head as a circle
ctx.fill(); // Filling the mother's head with the chosen color

// Drawing the baby
ctx.fillStyle = "#FFD9A7"; // Setting the fill color for the baby's body
ctx.fillRect(250, 350, 60, 80); // Drawing the baby's body
ctx.fillStyle = "#FEDBBF"; // Setting the fill color for the baby's head
ctx.beginPath(); // Starting the path for the baby's head
ctx.arc(280, 330, 20, 0, 2 * Math.PI); // Drawing the baby's head as a circle
ctx.fill(); // Filling the baby's head with the chosen color

// Drawing the food
ctx.fillStyle = "#FEDBBF"; // Setting the fill color for the food
ctx.fillRect(180, 380, 100, 40); // Drawing the food as a rectangular plate

// Adding details to the mother and baby
ctx.fillStyle = "#F7B38C"; // Setting the fill color for the mother and baby details
ctx.fillRect(210, 220, 20, 100); // Drawing the mother's arm
ctx.fillRect(270, 220, 20, 100); // Drawing the baby's arm
ctx.fillRect(220, 350, 30, 20); // Drawing the baby's leg
ctx.fillRect(260, 350, 30, 20); // Drawing the baby's leg

// Adding a heart symbolizing the mother's love
ctx.fillStyle = "#FF6978"; // Setting the fill color for the heart
ctx.beginPath(); // Starting the path for the heart
ctx.moveTo(235, 230); // Moving to the starting point of the heart shape
ctx.bezierCurveTo(235, 220, 220, 200, 200, 200); // Drawing the left side of the heart
ctx.bezierCurveTo(180, 200, 180, 230, 180, 230); // Drawing the bottom point of the heart
ctx.bezierCurveTo(180, 250, 230, 270, 250, 290); // Drawing the right side of the heart
ctx.bezierCurveTo(270, 270, 320, 250, 320, 230); // Drawing the top point of the heart
ctx.bezierCurveTo(320, 230, 320, 200, 300, 200); // Drawing the left side of the heart
ctx.bezierCurveTo(280, 200, 265, 220, 265, 230); // Drawing the top curve of the heart
ctx.closePath(); // Closing the path for the heart
ctx.fill(); // Filling the heart with the chosen color

// Adding a smile to the baby's face
ctx.fillStyle = "#FF7D9E"; // Setting the fill color for the smile
ctx.beginPath(); // Starting the path for the smile
ctx.arc(280, 340, 13, 0.2 * Math.PI, 0.8 * Math.PI); // Drawing the smile as an arc
ctx.stroke(); // Drawing the smile on the canvas

// Adding teardrops to represent the mother's struggle
ctx.fillStyle = "#9CC3E6"; // Setting the fill color for the teardrops
ctx.beginPath(); // Starting the path for the teardrops
ctx.moveTo(230, 190); // Moving to the starting point of the first teardrop
ctx.lineTo(220, 210); // Drawing the first teardrop
ctx.lineTo(240, 210); // Drawing the first teardrop
ctx.closePath(); // Closing the path for the first teardrop
ctx.fill(); // Filling the first teardrop with the chosen color
ctx.beginPath(); // Starting the path for the second teardrop
ctx.moveTo(270, 190); // Moving to the starting point of the second teardrop
ctx.lineTo(260, 210); // Drawing the second teardrop
ctx.lineTo(280, 210); // Drawing the second teardrop
ctx.closePath(); // Closing the path for the second teardrop
ctx.fill(); // Filling the second teardrop with the chosen color

// Adding a thought bubble for the baby
ctx.fillStyle = "#FFFFFF"; // Setting the fill color for the thought bubble
ctx.beginPath(); // Starting the path for the thought bubble
ctx.arc(280, 290, 50, 0, 2 * Math.PI); // Drawing the thought bubble as a circle
ctx.fill(); // Filling the thought bubble with the chosen color
ctx.fillStyle = "#000000"; // Setting the fill color for the thought text
ctx.font = "bold 16px Arial"; // Setting the font for the thought text
ctx.fillText("I love my mom!", 235, 285); // Adding the thought text inside the thought bubble

// Adding some finishing touches and details
ctx.strokeStyle = "#000000"; // Setting the stroke color for the details
ctx.lineWidth = 2; // Setting the line width for the details
ctx.strokeRect(250, 350, 60, 80); // Drawing an outline for the baby's body
ctx.strokeRect(180, 380, 100, 40); // Drawing an outline for the food
ctx.strokeRect(200, 200, 100, 150); // Drawing an outline for the mother's body

// A heartwarming scene of a loving mother and her baby, despite their financial struggles.
// They may not have much, but they have each other and an abundance of love. ❀️

// I hope this drawing brings a smile to your face! 😊

Info

Created On: August 13, 2023
Created By: @DrawGPT

AI

Model: gpt-3.5-turbo-16k-0613
Time: 36 seconds
Prompt Tokens: 185
Completion Tokens: 1359
Total Token Cost: 1544
DrawGPT logo DrawGPT logo

Compare & Benchmark AI Models

Try the new DrawGPT Compare

  • Instantly compare the latest AI models side-by-side.
  • Top models: GPT, Gemini, Claude, Grok, SDXL.
  • From OpenAI, Google, Anthropic, xAI, Scenario.gg.
  • Generate images or text with multiple models at once.
  • See results in real time, share, and benchmark.
Try DrawGPT Compare →
DrawGPT Compare demo
DrawGPT logo DrawGPT logo

Draw, Sketch, Paint, or Doodle Instantly

This is where you can draw anythingβ€”then AI turns it into real 3D images and more!

  • Draw, sketch, paint, or doodle anything right in your browser.
  • AI transforms your creations into 3D images, vector art, and more.
  • Create images from text prompts using top AI models: DALL-E 3, Gemini, Stable Diffusion, and more.
  • No subscription required – just use tokens for each image.
  • Download as PNG, SVG, or vector graphics.
  • Perfect for logos, icons, art, textures, patterns, and game assets.
  • Type anything, get an image instantly. Commercial use allowed!
Try DrawGPT Draw →
DrawGPT Draw demo

NEW COMMUNITY AI IMAGES


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.

FAQ

What is DrawGPT?

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.

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!

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 & 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.