TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Comics Written and Drawn by AI

4 pointsby infomihoabout 2 years ago
Hey, I made a website which outputs daily comics written and drawn by a machine. https:&#x2F;&#x2F;dailyaicomics.com<p>I know it&#x27;s fun to ask ChatGPT for a joke about X, but I wanted to take a step further by asking it for:<p>1. a comic in three parts 2. to include lines and a title 3. prompts to draw it<p>I&#x27;m asking ChatGPT to output JSON with the comic and then I parse it and move it to the next step of the pipeline (drawing). Tools on their own are cool, but chaining them is the true multiplier of creativity.<p>Check the source on Github: https:&#x2F;&#x2F;github.com&#x2F;infomiho&#x2F;dailyaicomics<p>The hardest thing so far was figuring out how to get a bit more consistent style since each panel is draw in isolation. I&#x27;ve tried asking &quot;draw in the style of X famous comic writer&quot; but that had two drawbacks: - their style varies (color, black and white) - since it&#x27;s a comic author, it oftentimes draws a whole comic (multiple panels)<p>Now I&#x27;m being very explicit around the style (ink, pastel colors etc.) and it&#x27;s okay.<p>I&#x27;m wondering what&#x27;s the best approach to get consistency?

no comments

no comments