From 1cc2d14392e95a0483bcbdc0d26be9ed74cc12fc Mon Sep 17 00:00:00 2001 From: JinxinWonderWorld <102596431+JinxinWonderWorld@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:20:45 +0800 Subject: [PATCH] docs: link ComfyResearch blog from README --- README.md | 7 ++----- tests/test_readme_contracts.py | 7 +++++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 248bc27..c298205 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,10 @@ />
-> [!WARNING] -> ComfyResearch is under active development. The documented core is tested, -> but APIs and saved-artifact formats do not yet promise compatibility across -> untagged development revisions. - ComfyResearch is a local visual workbench for AI and machine-learning research. Connect a dataset, model, loss, optimizer, and Trainer; attach Observables to measure learning dynamics; then run the graph through a FastAPI and PyTorch backend. +Read [ComfyResearch: See How Learning Happens](https://meta-circle.com/blog/comfyresearch-see-how-learning-happens) for a visual introduction to the workbench and the learning dynamics it is designed to reveal. +
Explore ComfyResearch in your browser before installing it locally.