Fluxabled fork of the Deforum extension for Stable Dissusion WebUI Forge with keyframe synchronization, cadence redistribution logic and many other new features.
Stars
62
Forks
7
Watchers
62
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
1.5k
commits
742
commits
270
commits
120
commits
70
commits
69
commits
61
commits
59
commits
42
commits
29
commits
docs: Clarify dev branch requires Forge Neo, disable CI on main
f79e2b8View on GitHubfix: Update GitHub Actions workflow to use upload-artifact@v4
076c745View on GitHubMerge pull request #17 from Tok/add-claude-github-actions-1760718030444
c673701View on GitHubfix: Apply bug fixes from issues #12-15 to main branch structure
2167569View on GitHubfix: correct title to Zirteq Fluxabled Fork and remove hardcoded shake data - Update README title to properly reflect 'Zirteq Fluxabled Fork' - Remove INVESTIGATION_SHAKE_DATA from movement_analyzer.py - Replace with proper SHAKE_LIST integration from shakify - Use actual Camera Shakify data source instead of hardcoded values - Maintain frame-specific analysis functionality - Preserve movement detection while using real shake patterns
424dd33View on GitHubfeat: add comprehensive settings, SRT, and audio handling for Wan generation - Added save_wan_settings_and_metadata() for complete settings files - Created create_wan_srt_file() for subtitle generation matching Deforum format - Implemented download_and_cache_audio() for local audio caching - Settings files now include model info, generation params, and metadata - SRT files show clip-by-clip subtitles with proper timing - Audio files downloaded and cached in output directory as {timestring}_soundtrack.mp3 - Enhanced generate_video_with_i2v_chaining() to use all new features - Returns comprehensive results dict with all file paths - Matches normal Deforum behavior: 20250531232507.srt, 20250531232507_settings.txt - Audio cached locally before generation starts for better reliability - All files saved with consistent timestring naming convention
e9f1f32View on GitHubfeat: style Wan progress indicators to match experimental render core + fix camera shake warning - Created wan_progress_utils.py with styled tqdm progress bars - Applied experimental render core color scheme (HEX_BLUE, HEX_GREEN, etc.) - Added WanProgressBar class with proper WebUI integration - Created context managers for model loading and generation - Updated wan_simple_integration.py to use styled progress - Replaced all print statements with styled equivalents - Fixed camera shake warning disruption by changing to debug level - Camera shake warning now only shows in verbose mode - All progress bars now match experimental render core styling - Proper multi-level progress tracking for clips, frames, and inference steps
f2a2738View on GitHubFinal UI and documentation cleanup - Remove '(ESSENTIAL)' text from Deforum Integration tab name - Update README with enhanced frame-specific movement analysis documentation - Add Frame-Specific Movement Analysis section to Wan docs - Update movement translation documentation with new directional analysis capabilities - Clean up UI descriptions to reflect varied, specific movement descriptions - Comprehensive documentation of Camera Shakify integration improvements - Ready for final testing with improved user experience
6bfb43cView on GitHubImplement frame-specific Camera Shakify analysis for varied prompt descriptions - Add frame_start parameter to create_shakify_data and analyze_deforum_movement - Each Wan prompt now analyzes movement for its specific frame range - Frame 0 prompt analyzes frames 0-18, Frame 43 prompt analyzes frames 43-61, etc. - Fix debug output bounds checking for small frame ranges - Test confirms 5 unique descriptions from 5 different frame offsets - Resolves issue where all 18 prompts had identical movement descriptions - Frame-specific Camera Shakify sampling creates natural movement variation
2a9daebView on GitHubFix movement analysis to provide specific directional descriptions - Enhanced movement analysis now provides detailed directional descriptions instead of generic summaries - Key improvements: Specific directional descriptions like 'panning left', 'tilting down', 'dolly forward', etc. - Smart segment grouping to reduce redundancy while preserving directional specificity - Enhanced translation and rotation analysis methods - Frame-by-frame analysis with proper grouping of similar movements - Intensity-based descriptions (subtle, gentle, moderate, strong) - Duration-based descriptions (brief, extended, sustained) - Before: 'complex camera movement with complex panning movement with 5 phases' - After: 'camera movement with subtle panning left (extended), subtle moving down (extended), and subtle rotating left (brief)' - This resolves the issue where all prompts were getting identical generic movement descriptions - Camera Shakify integration now properly overlays movement data and generates varied, specific directional analysis
b2fa623View on GitHub