SYMBOL INDEX (27 symbols across 6 files) FILE: add_subtitles_to_background.py class AddSubtitlesToBackgroundNode (line 9) | class AddSubtitlesToBackgroundNode: method INPUT_TYPES (line 11) | def INPUT_TYPES(s): method add_subtitles_to_background (line 57) | def add_subtitles_to_background(self, images, alignment, font_family, ... FILE: add_subtitles_to_frames.py class AddSubtitlesToFramesNode (line 8) | class AddSubtitlesToFramesNode: method INPUT_TYPES (line 10) | def INPUT_TYPES(s): method add_subtitles_to_frames (line 51) | def add_subtitles_to_frames(self, images, alignment, font_family, font... FILE: apply_whisper.py class WhisperModelWrapper (line 18) | class WhisperModelWrapper(torch.nn.Module): method __init__ (line 24) | def __init__(self, model_name, download_root): method load_model (line 31) | def load_model(self, device): class WhisperPatcher (line 42) | class WhisperPatcher(comfy.model_patcher.ModelPatcher): method __init__ (line 47) | def __init__(self, model, *args, **kwargs): method patch_model (line 50) | def patch_model(self, device_to=None, *args, **kwargs): method unpatch_model (line 67) | def unpatch_model(self, device_to=None, unpatch_weights=True, *args, *... class ApplyWhisperNode (line 79) | class ApplyWhisperNode: method INPUT_TYPES (line 83) | def INPUT_TYPES(s): method apply_whisper (line 103) | def apply_whisper(self, audio, model, language, prompt): FILE: resize_cropped_subtitles.py class ResizeCroppedSubtitlesNode (line 4) | class ResizeCroppedSubtitlesNode: method INPUT_TYPES (line 6) | def INPUT_TYPES(s): method resize_cropped_subtitles (line 20) | def resize_cropped_subtitles(self,cropped_subtitles, original_frames, ... FILE: save_srt.py class SaveSRTNode (line 7) | class SaveSRTNode: method INPUT_TYPES (line 9) | def INPUT_TYPES(s): method seconds_to_srt_time (line 22) | def seconds_to_srt_time(self, seconds): method json_to_srt (line 30) | def json_to_srt(self, json_data): method save_srt (line 53) | def save_srt(self, alignment, name): FILE: utils.py function tensor2pil (line 6) | def tensor2pil(image): function pil2tensor (line 20) | def pil2tensor(image): function tensor2Mask (line 27) | def tensor2Mask(image):