Unverified Commit 29b1325a authored by Will Berman's avatar Will Berman Committed by GitHub
Browse files

unCLIP scheduler do not use note (#3417)

parent 7a32b6be
......@@ -75,6 +75,9 @@ def betas_for_alpha_bar(num_diffusion_timesteps, max_beta=0.999):
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment