gilesb 37dc472982 Add dog-invert-concat recipe
Dog video from cat + inverted user video concatenated.
Uses the new invert effect with frame-by-frame API.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 06:45:02 +00:00
2026-01-12 06:45:02 +00:00
2026-01-09 12:14:04 +00:00
2026-01-09 12:14:04 +00:00

Art DAG Recipes

Recipes that transform assets using effects from art-dag.

Structure

recipes/
└── identity-cat/
    ├── recipe.yaml    # DAG definition
    └── README.md      # Description

Registry References

Recipes reference assets and effects by content hash from:

Recipe Schema

A recipe is a DAG with:

  • name: Unique recipe identifier
  • inputs: Assets referenced by content_hash
  • nodes: DAG nodes using primitives (SOURCE, TRANSFORM, etc.) and effects
  • output: Expected output hash (for verification)

Owner

Recipes owned by @giles@artdag.rose-ash.com

Description
No description provided
Readme 55 KiB
Languages
Python 52.2%
Common Lisp 47.8%