You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Restore accidentally removed print_combined_table function
During FreeU/Kohya removal, the print_combined_table() function was
accidentally removed from generate.py, causing NameError during generation.
Restored the complete function from dev branch (60+ lines) that displays
formatted table of generation parameters during render loop.
Function shows:
- Steps, CFG, Distilled CFG, Denoise strength
- Optional schedules: Subseed, Sampler, Scheduler, Checkpoint
- Animation transforms: Angle, Zoom, Translation, Rotation
- Perspective flip parameters if enabled
This fixes the error reported at generate.py:247
0 commit comments