I'm having this error when loading a dreambooth model:
Loading model (May take a little time.)
{'feature_extractor'} was not found in config. Values will be initialized to default values.
Traceback (most recent call last):
File "start.py", line 320, in OnRender
File "start.py", line 284, in LoadModel
File "diffusers\pipeline_utils.py", line 247, in from_pretrained
TypeError: __init__() missing 1 required positional argument: 'feature_extractor'