$ welcome --to emblema-marketplace
Templates for Emblema Workspaces
// Discover pre-built workflows and building blocks.
// Use complete workspace solutions or individual nodes.
$ ls ./latest_workspace_templates
view all →export Create Scene & Environments
from "@marketplace"
// A template to showcase the creation of a Scene or Environment to be referenced further in other workspaces
export Combine items from different Workspaces
from "@marketplace"
// Load Avatars, Clothes and Scenes from different Workspaces and combine them in one Combined Avatar Image Output
export Generate Infographic and Improve the Image and visuals
from "@marketplace"
// Generate Infographic and Improve the Image and visuals using edit image functions to beautify the graphical presentation
export Public Share of Media & Content
from "@marketplace"
// Share Public files to external users. You can choose to protect with a PIN or enable and Expiry time.
export Power Point Creation from Drive Folders
from "@marketplace"
// Generation of power point presentation from a Drive Folder content
export Create Video Course with speech and infographics from Drive Folder
from "@marketplace"
// Reads a drive folder, summarizes the content, creates chapter with avatar video speech, generates infographics for each part and combines them and outputs a complete video course on the subject
$ ls ./latest_node_templates
view all →export Workspace Picker
from "@marketplace"
// Selects a workspace to reference. Outputs the workspace ID for use with Workspace Break nodes.
export Workspace Break
from "@marketplace"
// Decomposes a referenced workspace into selectable node outputs. Configure via the wizard to select which outputs to expose.
export Video Upscale
from "@marketplace"
// Upscales, denoises, or deblurs a video using NVIDIA RTX Video Super Resolution. Supports up to 4x upscaling, AI denoising, and deblurring using NVIDIA Tensor Cores. Outputs the processed video.
export Video Uniform
from "@marketplace"
// Normalizes a single video to a target resolution, framerate, and codec. Resize with crop (fill frame) or pad (letterbox). Outputs H.264 video with AAC audio.
export Video LUT Uniform
from "@marketplace"
// Color-matches a video to a reference image using Reinhard color transfer. Extracts the color profile from a reference frame, generates a 3D LUT, and applies it to the target video via ffmpeg. Strength parameter controls transfer intensity.
export Video Lipsync
from "@marketplace"
// Synchronizes lip movements in a video to match a provided audio track using LatentSync 1.6 via a standalone native GPU service. Accepts a source video and an audio file, returns an MP4 with lip-synced output.