Open brian6091 opened 1 year ago
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
Setting feature_extractor=None does not seem to affect inference for SD v1-5
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