Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repo hosts the official ComfyUI **workflow templates** and **subgraph bluep
|---------|-------------|----------|
| **Workflow Templates** | Full standalone workflows for the template picker | `templates/`, `packages/` |
| **Subgraph Blueprints** | Reusable node components that appear in the node palette | `blueprints/`, `packages/blueprints/` |
| **Template Site** | Astro SSG that showcases templates at [templates.comfy.org](https://templates.comfy.org) | `site/` |
| **Template Site** | Astro SSG that showcases templates at [comfy.org/workflows](https://comfy.org/workflows/) | `site/` |

The repository uses a **package-per-media** structure for Python distribution:

Expand Down
2 changes: 1 addition & 1 deletion site/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

Astro 5 static site with Vue 3 interactive islands. Consumes template data from `../templates/` and deploys to templates.comfy.org via Vercel.
Astro 5 static site with Vue 3 interactive islands. Consumes template data from `../templates/` and deploys to [comfy.org/workflows](https://comfy.org/workflows/) via Vercel.

## ⚠️ Scope Boundaries

Expand Down
Loading