MCPcopy Create free account
hub / github.com/ModelTC/LightX2V / init_runner

Function init_runner

lightx2v/infer.py:50–54  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

48from lightx2v.models.runners.z_image.z_image_runner import ZImageRunner # noqa: F401
49from lightx2v.utils.envs import *
50from lightx2v.utils.input_info import init_empty_input_info, update_input_info_from_dict
51from lightx2v.utils.profiler import *
52from lightx2v.utils.registry_factory import RUNNER_REGISTER
53from lightx2v.utils.set_config import print_config, set_config, set_parallel_config
54from lightx2v.utils.utils import seed_all, validate_config_paths
55from lightx2v_platform.registry_factory import PLATFORM_DEVICE_REGISTER
56
57

Callers 2

run_inferenceFunction · 0.90
mainFunction · 0.70

Calls 1

init_modulesMethod · 0.45

Tested by

no test coverage detected