Skip to content

Commit

Permalink
unCLIP scheduler do not use note (huggingface#3417)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamberman authored and dg845 committed May 21, 2023
1 parent 480b525 commit d3b3855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/diffusers/schedulers/scheduling_unclip.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def alpha_bar(time_step):

class UnCLIPScheduler(SchedulerMixin, ConfigMixin):
"""
NOTE: do not use this scheduler. The DDPM scheduler has been updated to support the changes made here. This
scheduler will be removed and replaced with DDPM.
This is a modified DDPM Scheduler specifically for the karlo unCLIP model.
This scheduler has some minor variations in how it calculates the learned range variance and dynamically
Expand Down

0 comments on commit d3b3855

Please sign in to comment.