Fix variable name mismatch in simple_video_sample.py - #470
Conversation
Changed input_image to image at line 171 since input_image is not defined until line 175. The resize operation should be applied to the image variable which is defined earlier. Fixes Stability-AI#469
|
following up on this — it's a simple variable name typo fix in simple_video_sample.py. would appreciate a review when someone gets a chance |
|
Friendly bump! Let me know if there's anything I should update or improve to help move this forward. |
|
Hi! Quick status on this typo fix — still applicable, 1 line, CI green, mergeable. Re-requesting a review — happy to close if it's not worth the maintainers' time, or to land it as-is. |
|
Friendly ping on this one-line fix for |
|
Closing this one to tidy up my open pull requests. It's been open around five months with no review activity, and I'd rather withdraw it than leave it sitting in your queue. Nothing needed from you, and no hard feelings at all. If the fix is still wanted, this can be reopened, or I'm happy to redo it properly against current main. Apologies for the noise. |
Summary
input_imagetoimageat line 171input_imagewas being used before it was defined (defined at line 175)imagevariableRelated Issue
Fixes #469
Test plan