Dreambooth icon indicating copy to clipboard operation
Dreambooth copied to clipboard

Workaround for fact SD 2 models don't have feature_extractor

Open brian6091 opened this issue 2 years ago • 1 comments

https://github.com/huggingface/diffusers/issues/1538

Passing None works for SD 2 models, but I think it wrecks previous models, since they come packaged with a feature_extractor

Related, https://github.com/huggingface/diffusers/issues/1500

brian6091 avatar Dec 07 '22 22:12 brian6091

Setting feature_extractor=None does not seem to affect inference for SD v1-5

brian6091 avatar Dec 08 '22 01:12 brian6091