You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add the new sigmoid schedule, purportedly more stable and better for larger images than cosine schedule, from https://arxiv.org/abs/2212.11972 Figure 8
p2_loss_weight_gamma=0., # p2 loss weight, from https://arxiv.org/abs/2204.00227 - 0 is equivalent to weight of 1 across time - 1. is recommended
433
452
p2_loss_weight_k=1,
434
453
ddim_sampling_eta=0.
@@ -448,12 +467,16 @@ def __init__(
448
467
assertobjectivein {'pred_noise', 'pred_x0', 'pred_v'}, 'objective must be either pred_noise (predict noise) or pred_x0 (predict image start) or pred_v (predict v [v-parameterization as defined in appendix D of progressive distillation paper, used in imagen-video successfully])'
0 commit comments