← Back to feed

ComfyUI hits $500M valuation as creators seek more control over AI-generated media

L2 · PractitionerTools & ProductsTechCrunch AI· 4/24/2026

If you use AI generation tools professionally or evaluate creative AI workflows, this shows why node-based control is becoming table stakes—and signals where the market sees real value beyond consumer-friendly prompting.

AI Summary

ComfyUI, a node-based workflow tool that gives creators granular control over AI-generated images, video, and audio, has raised $30M at a $500M valuation. The platform addresses a key pain point: while modern diffusion models work well, they often only deliver 60-80% of what creators want, and -based adjustments can reset the entire output. With 4M users and growing adoption in VFX, animation, and industrial design, ComfyUI is positioning itself as essential infrastructure for technical creatives.

Excerpt

ComfyUI, whose tools give creators more control over AI image, video, and audio generation, just raised $30M.

Read Original
0 upvotes · 0 downvotes · 1 min read

Related Articles

L3 · BuilderTools & Products@simonwillison.net
Simon Willison (@simonwillison.net): Just launched Datasette Apps - a plugin for Datasette that lets you host full HTML+JS apps in an iframe sandbox that can query your database and do interesting things with your data simonwillison.net

Simon Willison has launched Datasette Apps, a plugin that allows hosting full HTML+JavaScript applications within Datasette using iframe sandboxes. These apps can run read-only SQL queries against Datasette databases and support write queries via stored procedures. The sandboxing prevents data exfiltration while enabling powerful custom data visualization and interaction tools.

L3 · BuilderTools & Products@emollick.bsky.social
Ethan Mollick (@emollick.bsky.social): I had Fable build another thing I always wanted, a full procedural fantasy kingdom generator with economics, trade routes, population growth, wars, lineages, and occasional dragons. First, I worked wi

AI researcher Ethan Mollick collaborated with Fable to create The Annals, a procedural fantasy kingdom generator that simulates economics, trade routes, population dynamics, wars, and royal lineages using AI. Users can manipulate various world parameters and trigger events like plagues, dragon attacks, or royal marriages, with the system maintaining a persistent chronicle of all actions. This demonstrates how AI can create complex, interactive world-building simulations for storytelling and gaming applications.

L3 · BuilderTools & Products@simonwillison.net
Simon Willison (@simonwillison.net): Somewhat humbling to have Claude Fable do a final review of some software that you're about to release and have it then find (and fix) FIVE release blockers, for an estimated (unsubsidized) cost of $1

Developer Simon Willison used Claude Fable (a coding agent) to conduct a final review of sqlite-utils 4.0rc2 before release, where the AI identified and fixed five release-blocking bugs, including a serious data loss bug in transaction handling. The entire review and fix process cost an estimated $1 in unsubsidized API usage. This case demonstrates how AI coding agents can be used for comprehensive pre-release quality assurance at minimal cost.

L3 · BuilderTools & Products@emollick.bsky.social
Ethan Mollick (@emollick.bsky.social): When GPT-5 came out, I created a procedural brutalist city builder as a demo (you can see it at the video's start) I used GPT-5.6 Sol in Codex to do the same thing, touching no code. Less than a yea

Ethan Mollick demonstrates using GPT-5.6 Sol in Codex to create a procedural brutalist city builder without writing any code, showing how AI tools can generate complex applications through natural language prompts. The demo showcases rapid advancement in code generation capabilities compared to previous GPT versions. Users can interact with the resulting city builder application online.

L4 · DeveloperTools & ProductsHugging Face Blog
Fine-tune video and image models at scale with NVIDIA NeMo Automodel and 🤗 Diffusers

NVIDIA and Hugging Face have integrated the NeMo Automodel library into Diffusers, enabling scalable, large-scale fine-tuning of diffusion models (like FLUX and Wan) directly from the Hugging Face Hub without checkpoint conversion. The open-source library supports distributed training across multiple GPUs and offers a production-grade workflow for adapting video and image generation models.