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

Function update_scheduler_status

app/utils/model_components.py:573–575  ·  view source on GitHub ↗
(model_path_val, model_name, model_type_val)

Source from the content-addressed store, hash-verified

571 return update_model_status(model_path_val, model_name, category)
572
573 def update_scheduler_status(model_path_val, model_name, model_type_val):
574 category = get_model_category(model_type_val, "scheduler")
575 return update_model_status(model_path_val, model_name, category)
576
577 qwen_image_dit_path_input.change(
578 fn=lambda mp, mn, mt: update_dit_status(mp, mn, mt),

Callers 1

Calls 2

update_model_statusFunction · 0.90
get_model_categoryFunction · 0.85

Tested by

no test coverage detected