diffusers
diffusers copied to clipboard
reset deterministic in tearDownClass
In #11738 , we enabled deterministic but forgot to reset it to False. Setting deterministic to False in tearDownClass will make the deterministic only have impacts for the test class and won't influence other tests.
Hi @sayakpaul . Could you please review it? Thanks!
Hi @sayakpaul . Please let me know if anything needs to be changed before merging. Thanks!
Thanks for your contributions!