AttributeError 'LMSDiscreteScheduler' object has no attribute 'order'.
#1
by
Twango
- opened
I'm getting this error suddenly with no changes to my code. Any idea why?
num_warmup_steps = len(timesteps) - num_inference_steps * self.scheduler.order
AttributeError: 'LMSDiscreteScheduler' object has no attribute 'order'
You need to install diffuser >=0.10.0
pip install git+https://github.com/huggingface/diffusers
skytnt
changed discussion status to
closed