diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

Fix several imports

Open tolgacangoz opened this issue 1 year ago • 2 comments

This pull request fixes several imports in the codebase. Specifically, it removes unnecessary StableDiffusionSafetyChecker import and updates the import path for dummy_pt_objects. @sayakpaul @yiyixuxu @DN6

tolgacangoz avatar Apr 18 '24 16:04 tolgacangoz

Specifically, it removes unnecessary StableDiffusionSafetyChecker import

Why is it an unnecessary import?

sayakpaul avatar Apr 19 '24 01:04 sayakpaul

Ah sorry, I didn't even explain :crying_cat_face:. Because static code checkers saw that StableDiffusionSafetyChecker is imported from its file as well. And, I thought it was unnecessary.

tolgacangoz avatar Apr 19 '24 06:04 tolgacangoz

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

Thanks for merging!

tolgacangoz avatar May 09 '24 06:05 tolgacangoz