mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-27 17:22:53 +03:00
unCLIP scheduler do not use note (#3417)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user