"vscode:/vscode.git/clone" did not exist on "584af8818b420fc7fc35c9f6d9bb282edb873b37"
  • dg845's avatar
    Add Custom Timesteps Support to LCMScheduler and Supported Pipelines (#5874) · 67d07074
    dg845 authored
    * Add custom timesteps support to LCMScheduler.
    
    * Add custom timesteps support to StableDiffusionPipeline.
    
    * Add custom timesteps support to StableDiffusionXLPipeline.
    
    * Add custom timesteps support to remaining Stable Diffusion pipelines which support LCMScheduler (img2img, inpaint).
    
    * Add custom timesteps support to remaining Stable Diffusion XL pipelines which support LCMScheduler (img2img, inpaint).
    
    * Add custom timesteps support to StableDiffusionControlNetPipeline.
    
    * Add custom timesteps support to T21 Stable Diffusion (XL) Adapters.
    
    * Clean up Stable Diffusion inpaint tests.
    
    * Manually add support for custom timesteps to AltDiffusion pipelines since make fix-copies doesn't appear to work correctly (it deletes the whole pipeline).
    
    * make style
    
    * Refactor pipeline timestep handling into the retrieve_timesteps function.
    67d07074
test_controlnet.py 38.3 KB