- 24 Feb, 2026 3 commits
-
-
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
-
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
-
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>
-