Skip to content

Commit 29b1325

Browse files
unCLIP scheduler do not use note (huggingface#3417)
1 parent 7a32b6b commit 29b1325

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/diffusers/schedulers/scheduling_unclip.py

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ def alpha_bar(time_step):
7575

7676
class UnCLIPScheduler(SchedulerMixin, ConfigMixin):
7777
"""
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+
7881
This is a modified DDPM Scheduler specifically for the karlo unCLIP model.
7982
8083
This scheduler has some minor variations in how it calculates the learned range variance and dynamically

0 commit comments

Comments
 (0)