We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a32b6b commit 29b1325Copy full SHA for 29b1325
src/diffusers/schedulers/scheduling_unclip.py
@@ -75,6 +75,9 @@ def alpha_bar(time_step):
75
76
class UnCLIPScheduler(SchedulerMixin, ConfigMixin):
77
"""
78
+ NOTE: do not use this scheduler. The DDPM scheduler has been updated to support the changes made here. This
79
+ scheduler will be removed and replaced with DDPM.
80
+
81
This is a modified DDPM Scheduler specifically for the karlo unCLIP model.
82
83
This scheduler has some minor variations in how it calculates the learned range variance and dynamically
0 commit comments