↓ 2 callersFunctionsave_video Save video frames to file using ffmpeg. Args: frames: Video tensor [T, H, W, C] (channels-last) in [-1, 1] or [0, 1] output_
video/wan2.1/wan/utils.py:173
↓ 1 callersMethod_denoising_step(
self, x_t, t, t_prev, conditioning, cfg_weight: float = 7.5, text_time=None
)
stable_diffusion/stable_diffusion/__init__.py:67
↓ 1 callersMethod_process_batch(
self,
points: np.ndarray,
im_size: Tuple[int, ...],
crop_box: List[int],
segment_anything/segment_anything/automatic_mask_generator.py:258
↓ 1 callersFunction_rope_3d(x, f, h, w, frame_dim, height_dim, width_dim, theta)
video/wan2.1/wan/rope.py:32
↓ 1 callersFunctionadd_word_timestamps(
*,
segments: List[dict],
model: "Whisper",
tokenizer: Tokenizer,
mel: mx.array,
num_
whisper/mlx_whisper/timing.py:220
↓ 1 callersFunctionbatched_iouCompute IoU for batched boxes. Args: boxes_a (mx.array): [..., [x1, y1, x2, y2]] sized Mx4 boxes_b (mx.array): [..., [x1, y1, x2,
segment_anything/segment_anything/automatic_mask_generator.py:384