1. 27 Feb, 2026 3 commits
    • Stefy Lanza (nextime / spora )'s avatar
      Fix tuple unpacking error in print_model_list · 8459a4d7
      Stefy Lanza (nextime / spora ) authored
      Fixed ValueError: too many values to unpack (expected 5)
      - Line 3929: Added missing 6th element to unpacking
      - Line 3936: Added missing 6th element to unpacking
      
      The results tuple has 6 elements:
      (name, info, caps, is_disabled, fail_count, orig_idx)
      8459a4d7
    • Stefy Lanza (nextime / spora )'s avatar
      Fix I2V pipeline auto-detection · 1ef3d1b8
      Stefy Lanza (nextime / spora ) authored
      - Add detect_model_family() to identify model family (wan, sdxl, sd, ltx, etc.)
      - Add get_pipeline_for_model_family() for proper pipeline selection based on family + task
      - Enhance detect_generation_type() to check --image FIRST for I2V detection
      - Add support for --image_model, --prompt_image, --prompt_animation as I2V indicators
      - Add support for audio/subtitle options as T2V+V2V chaining indicators
      
      This fixes the issue where SDXL models were incorrectly using WanPipeline
      for I2V tasks, causing type mismatch errors (expected UMT5EncoderModel,
      got CLIPTextModel). Now SDXL models correctly use DiffusionPipeline
      or StableDiffusionXLPipeline.
      1ef3d1b8
    • Stefy Lanza (nextime / spora )'s avatar
  2. 26 Feb, 2026 22 commits
  3. 25 Feb, 2026 15 commits