"tests/vscode:/vscode.git/clone" did not exist on "3dd98daaa2b7bb50b21312b7972758241a358bc6"
  • Beinsezii's avatar
    Add `final_sigma_zero` to UniPCMultistep (#7517) · f0c81562
    Beinsezii authored
    * Add `final_sigma_zero` to UniPCMultistep
    
    Effectively the same trick as DDIM's `set_alpha_to_one` and
    DPM's `final_sigma_type='zero'`.
    Currently False by default but maybe this should be True?
    
    * `final_sigma_zero: bool` -> `final_sigmas_type: str`
    
    Should 1:1 match DPM Multistep now.
    
    * Set `final_sigmas_type='sigma_min'` in UniPC UTs
    f0c81562
scheduling_unipc_multistep.py 37.7 KB