Allow more arguments to be passed to convert_from_ckpt
What does this PR do?
Allows management of safety checker and feature extractor from outside of the convert ckpt class. Without this one must rely on the function to load the safety checker and feature extractor. If I want to manage these models myself, then I must currently pass load_safety_checker to False which results in the standard warning message. Instead I want to initialize the safety and checker and feature extractor independently and pass it to the pipe loader.
@sayakpaul @yiyixuxu @DN6
I am okay with this change. Thanks!
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.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.