Skip to content

Advanced Media Library

Advanced media generation and manipulation nodes that run models locally — diffusion pipelines, image and video pre-processing (depth, edge, pose, segmentation), LoRA tooling, and face detection.

Installation

The Advanced Media Library is offered during gtn init — you can register it then, or re-run gtn init later and answer y. See the FAQ for that path.

Alternatively, install it like any other library: in the editor, open Manage → Library Management, click Add Library, and paste:

https://github.com/griptape-ai/griptape-nodes-library-advanced-media

See the Libraries guide for general install, update, and troubleshooting help.

Node reference

The library provides 28 nodes. The ones with reference pages so far:

Using alongside the Diffusers Library

The Advanced Media Library and the Diffusers Library share upstream dependencies (diffusers, transformers, torch) and each maintains its own in-memory pipeline cache. Using both in the same session can hold two copies of overlapping model weights in VRAM/RAM at once. Prefer one library per session.

Support

Found a bug or have a feature request? Open an issue.