SYMBOL INDEX (36 symbols across 4 files) FILE: comfyui_vidmatt/briaai_rembg/__init__.py function auto_downsample_ratio (line 14) | def auto_downsample_ratio(h, w): class BriaaiRembg (line 24) | class BriaaiRembg: method INPUT_TYPES (line 26) | def INPUT_TYPES(s): method matting (line 42) | def matting(self, video_frames, version, fp16, bg_color, batch_size, *... FILE: comfyui_vidmatt/briaai_rembg/arch.py class REBNCONV (line 5) | class REBNCONV(nn.Module): method __init__ (line 6) | def __init__(self,in_ch=3,out_ch=3,dirate=1,stride=1): method forward (line 13) | def forward(self,x): function _upsample_like (line 21) | def _upsample_like(src,tar): class RSU7 (line 29) | class RSU7(nn.Module): method __init__ (line 31) | def __init__(self, in_ch=3, mid_ch=12, out_ch=3, img_size=512): method forward (line 66) | def forward(self,x): class RSU6 (line 112) | class RSU6(nn.Module): method __init__ (line 114) | def __init__(self, in_ch=3, mid_ch=12, out_ch=3): method forward (line 141) | def forward(self,x): class RSU5 (line 181) | class RSU5(nn.Module): method __init__ (line 183) | def __init__(self, in_ch=3, mid_ch=12, out_ch=3): method forward (line 206) | def forward(self,x): class RSU4 (line 239) | class RSU4(nn.Module): method __init__ (line 241) | def __init__(self, in_ch=3, mid_ch=12, out_ch=3): method forward (line 260) | def forward(self,x): class RSU4F (line 287) | class RSU4F(nn.Module): method __init__ (line 289) | def __init__(self, in_ch=3, mid_ch=12, out_ch=3): method forward (line 304) | def forward(self,x): class myrebnconv (line 323) | class myrebnconv(nn.Module): method __init__ (line 324) | def __init__(self, in_ch=3, method forward (line 343) | def forward(self,x): class BriaRMBG (line 347) | class BriaRMBG(nn.Module): method __init__ (line 349) | def __init__(self,in_ch=3,out_ch=1): method forward (line 388) | def forward(self,x): FILE: comfyui_vidmatt/robust_video_matting/__init__.py function auto_downsample_ratio (line 8) | def auto_downsample_ratio(h, w): class RobustVideoMatting (line 16) | class RobustVideoMatting: method INPUT_TYPES (line 18) | def INPUT_TYPES(s): method matting (line 33) | def matting(self, video_frames, backbone, fp16, bg_color, batch_size): FILE: comfyui_vidmatt/utils.py function auto_downsample_ratio (line 15) | def auto_downsample_ratio(h, w): function load_file_from_url (line 21) | def load_file_from_url(url, model_dir=None, progress=True, file_name=None): function prepare_frames_color (line 51) | def prepare_frames_color(video_frames, bg_color, batch_size):