Is your feature request related to a problem? Please describe.
I was wondering why the "linspace" timestep spacing option is not available also for the DDIMInverseScheduler class, as it is for other schedulers like DDIMScheduler and DDIMScheduler.
  
  
    
        
           | 
           f"{self.config.timestep_spacing} is not supported. Please make sure to choose one of 'leading' or 'trailing'."  | 
        
    
   
 
Describe the solution you'd like.
The code could be copied from the other cited schedulers where it is already implemented.