1. 24 Feb, 2026 9 commits
    • Stefy Lanza (nextime / spora )'s avatar
      Fix pipeline component mismatch fallback and indentation · 5a37d9d2
      Stefy Lanza (nextime / spora ) authored
      - Add fallback mechanism for models with incorrect model_index.json
      - Detect pipeline class from model ID patterns when component mismatch occurs
      - Fix indentation error in auto mode retry logic block
      - Properly handle Wan2.2-I2V models with misconfigured pipeline class
      5a37d9d2
    • Stefy Lanza (nextime / spora )'s avatar
      Preserve user-specified model in auto mode retry logic · 4668132a
      Stefy Lanza (nextime / spora ) authored
      - Track if user explicitly specified --model before auto mode runs
      - Skip retry with alternative models when user's model fails
      - Show clear error message explaining user's choice is preserved
      - Only auto-selected models can be retried with alternatives
      4668132a
    • Stefy Lanza (nextime / spora )'s avatar
      Fix retry logic to skip LoRAs with failed base models · be1e5b9d
      Stefy Lanza (nextime / spora ) authored
      - Track failed base models in _failed_base_models set
      - Skip LoRA adapters that depend on failed base models during retry
      - Try non-LoRA alternatives when all LoRAs with same base fail
      - Improve error detection for 'Repository Not Found' errors
      - Show skipped LoRA count during retry process
      be1e5b9d
    • Stefy Lanza (nextime / spora )'s avatar
    • Stefy Lanza (nextime / spora )'s avatar
      Improve model discovery: skip unfound models, add deep search for variants · 2fe62c6f
      Stefy Lanza (nextime / spora ) authored
      - Skip models not found on HuggingFace instead of adding with defaults
      - Add deep search for model variants from known organizations
      - Search organizations: Alpha-VLLM, stepvideo, hpcai-tech, tencent,
        rhymes-ai, THUDM, genmo, Wan-AI, stabilityai, black-forest-labs
      - Remove non-existent models from known_large_models list
      - Better error handling for model validation
      2fe62c6f
    • Stefy Lanza (nextime / spora )'s avatar
      Add HF_TOKEN authentication support for gated/private models · 4164da7e
      Stefy Lanza (nextime / spora ) authored
      - Add HF_TOKEN support to main pipeline loading (pipe_kwargs)
      - Add HF_TOKEN support to VAE loading for Wan models
      - Add HF_TOKEN support to image model loading for I2V mode
      - Enhanced pipeline detection with multiple strategies
      - Improved error messages for authentication errors (401, gated models)
      - Added debug output for HF token status
      4164da7e
    • Stefy Lanza (nextime / spora )'s avatar
      Fix auto mode retry logic and improve error handling · bcbae548
      Stefy Lanza (nextime / spora ) authored
      - Fix retry logic bug: only run auto mode once (check for _auto_mode flag)
      - Prevent infinite retry loops by preserving retry count across recursive calls
      - Add better error handling for pipeline compatibility issues (FrozenDict, scale_factor errors)
      - Add helpful troubleshooting messages for diffusers version incompatibilities
      - Show retry exhaustion message when all alternative models fail
      bcbae548
    • Stefy Lanza (nextime / spora )'s avatar
      Add DiffusionPipeline support and auto mode retry logic · 83ea5872
      Stefy Lanza (nextime / spora ) authored
      - Add DiffusionPipeline to PIPELINE_CLASS_MAP for generic model loading
      - Add fallback to DiffusionPipeline for unknown pipeline classes
      - Add return_all parameter to select_best_model() for getting all candidates
      - Store alternative models in auto mode for retry support
      - Implement retry logic when model loading fails in auto mode
      - Retry up to 3 times with alternative models before failing
      - Add debug output for model loading troubleshooting
      - Improve error messages with troubleshooting hints
      83ea5872
    • Stefy Lanza (nextime / spora )'s avatar
      Add audio generation, auto mode, MCP server, and comprehensive documentation · 4ba0b99f
      Stefy Lanza (nextime / spora ) authored
      Features:
      - Audio generation: TTS via Bark/Edge-TTS, music via MusicGen
      - Audio sync: stretch, trim, pad, loop modes
      - Lip sync: Wav2Lip and SadTalker integration
      - Auto mode: automatic model selection with NSFW detection
      - MCP server: AI agent integration via Model Context Protocol
      - Model management: external config, search, validation
      - T2I/I2I support: static image and image-to-image generation
      - Time estimation: detailed timing breakdown for each step
      
      Documentation:
      - README.md: comprehensive installation and usage guide
      - EXAMPLES.md: 100+ command-line examples
      - SKILL.md: AI agent integration guide
      - LICENSE.md: GPLv3 license
      
      Copyleft © 2026 Stefy <stefy@nexlab.net>
      4ba0b99f