A ComfyUI node for detecting drum elements (kicks, snares, hi-hats) from audio.
Uses onset detection with frequency band analysis to classify drum types.
A ComfyUI node for generating per-frame control envelopes from drum detections.
Creates ADSR envelopes for kicks, snares, and hi-hats across the entire song.
A ComfyUI node for applying audio-reactive speed/time remapping to frames.
Speeds up or slows down playback based on envelope values from drum detection.
A ComfyUI node for extracting audio segments based on pre-analyzed beat positions.
Takes beat positions from FL_Audio_BPM_Analyzer and extracts specific beat ranges.
A ComfyUI node for extracting individual shot data from a music video sequence.
Takes sequence JSON and shot index, outputs frame count and shot details.
A ComfyUI node for the Fal AI Gemini 3 Pro Image Edit API.
Takes up to 10 images and a prompt to edit them using Gemini's state-of-the-art multimodal capabilities.
ComfyUI node for fal.ai's `openai/gpt-image-2/edit` endpoint.
Takes a variable number of reference images (image_ref_1, image_ref_2, ...),
uploads them to fal.media, then edits/composes against a shared prompt.
Dynamic sockets are driven by the `image_count` widget + companion JS file.
A ComfyUI node for the Fal AI Flux Pro Kontext API.
Takes multiple image/prompt pairs and generates new images using Fal AI's flux-pro/kontext endpoint.
Supports async processing for multiple inputs.
A ComfyUI node for the Fal AI Image-to-Video API.
Takes an image and converts it to a video using Fal AI's pixverse/v4/image-to-video endpoint.
Downloads the video, extracts frames, and returns them as image tensors.
A ComfyUI node for the Fal AI Pixverse LipSync API.
Takes a video and audio/text and generates realistic lipsync animations.
🏵️Fill Nodes/AI · saídas 4
FL_Fal_Pixverse_Transition
FL_Fal_Pixverse_Transition
A ComfyUI node for the Fal AI Pixverse v5 Transition API.
Takes two images and creates a transition video between them using Fal AI's transition endpoint.
Downloads the video, extracts frames, and returns them as image tensors.
FILM (Frame Interpolation for Large Motion) frame interpolation node.
Generates intermediate frames between input frames, especially good for large motion.
Downloads model to cache folder on first use.
Node for captioning videos using Google's Gemini API.
Note: All videos (from file or image batch) are converted to WebM format with a size limit
of just under 30MB to ensure compatibility with the Gemini API payload limitations.
Video quality will be adjusted automatically to meet the size requirement.
A ComfyUI node for uploading images and videos to Google Cloud Storage.
Can handle single images, batches of images, and optionally compile batches into videos.