SYMBOL INDEX (6 symbols across 1 files) FILE: nodes.py class PainterI2V (line 8) | class PainterI2V(io.ComfyNode): method define_schema (line 14) | def define_schema(cls): method execute (line 38) | def execute(cls, positive, negative, vae, width, height, length, batch... class PainterI2VExtension (line 100) | class PainterI2VExtension(ComfyExtension): method get_node_list (line 102) | async def get_node_list(self) -> list[type[io.ComfyNode]]: function comfy_entrypoint (line 105) | async def comfy_entrypoint() -> PainterI2VExtension: