diffusers
Add `timestep_spacing` and `steps_offset` to schedulers
#3947
Merged

Add `timestep_spacing` and `steps_offset` to schedulers #3947

patrickvonplaten merged 30 commits into main from schedulers-spacing-main
pcuenca
pcuenca Add timestep_spacing to DDPM, LMSDiscrete, PNDM.
326172d1
pcuenca Remove spurious line.
9ac281b0
pcuenca More easy schedulers.
77075af9
pcuenca Add `linspace` to DDIM
5e3c4f7f
pcuenca Noise sigma for `trailing`.
c1e93d2d
pcuenca Add timestep_spacing to DEISMultistepScheduler.
cd4cc28c
pcuenca Fix: remove line used to debug.
02cdd877
pcuenca Support timestep_spacing in DPMSolverMultistep, DPMSolverSDE, UniPC
30e3a5db
pcuenca Fix: convert to numpy.
8375d0af
pcuenca Use sched. defaults when instantiating from_config
eb60db4b
pcuenca Apply suggestions from code review
81c5a1e9
pcuenca Missing args in DPMSolverMultistep
a38021fc
pcuenca Test: default args not in config
8f9c73c1
pcuenca Style
d833276c
pcuenca Fix scheduler name in test
3de39093
pcuenca Remove duplicated entries
5080d7fa
pcuenca Add test for solver_type
083c8aab
pcuenca UniPC: use same default for solver_type
bef7669b
pcuenca pcuenca requested a review from patrickvonplaten patrickvonplaten 2 years ago
pcuenca pcuenca changed the title Schedulers spacing main Add `timestep_spacing` and `steps_offset` to schedulers 2 years ago
HuggingFaceDocBuilderDev
patrickvonplaten do not save use default values
21d7eea5
patrickvonplaten fix more
cb1109f0
patrickvonplaten fix all
46c5c8f5
pcuenca
pcuenca commented on 2023-07-05
pcuenca
pcuenca commented on 2023-07-05
patrickvonplaten fix schedulers
dc8c70b0
patrickvonplaten fix more
64703530
patrickvonplaten finish for real
72949cb6
patrickvonplaten finish for real
45328ef6
patrickvonplaten flaky tests
8f4c443b
patrickvonplaten
patrickvonplaten approved these changes on 2023-07-05
patrickvonplaten
patrickvonplaten commented on 2023-07-05
patrickvonplaten Update tests/pipelines/stable_diffusion/test_stable_diffusion_pix2pix…
cedcb1b4
patrickvonplaten
patrickvonplaten commented on 2023-07-05
pcuenca Default steps_offset to 0.
a8bdf065
pcuenca Add missing docstrings
f5a1d2c4
patrickvonplaten
patrickvonplaten commented on 2023-07-05
patrickvonplaten Apply suggestions from code review
910d609b
patrickvonplaten patrickvonplaten merged 07c9a08e into main 2 years ago
patrickvonplaten patrickvonplaten deleted the schedulers-spacing-main branch 2 years ago

Login to write a write a comment.

Login via GitHub

Reviewers
Assignees
No one assigned
Labels
Milestone