• Stefy Lanza (nextime / spora )'s avatar
    Refactor: Always detect pipeline at runtime based on model ID + task · 307154b3
    Stefy Lanza (nextime / spora ) authored
    - Add get_pipeline_for_task() function that determines pipeline
      based on model ID AND task type (t2v, i2v, t2i, i2i, v2v)
    - Pipeline class is now ALWAYS detected at runtime, not from config
    - Remove old dynamic switching code that's now redundant
    - Update check_model.py to show runtime detection instead of fixing config
    - Update check_pipelines.py to show V2V pipelines
    307154b3
check_pipelines.py 3.69 KB