Fix diffusers time variable scoping issue
- Import time module inside try block with alias to avoid UnboundLocalError - This prevents Python's exception handling from affecting variable scope
Showing
Please
register
or
sign in
to comment
- Import time module inside try block with alias to avoid UnboundLocalError - This prevents Python's exception handling from affecting variable scope