mirror of
https://github.com/lucidrains/DALLE2-pytorch.git
synced 2025-12-19 17:54:20 +01:00
This commit is contained in:
@@ -1320,7 +1320,7 @@ class DiffusionPrior(nn.Module):
|
||||
elif self.predict_x_start:
|
||||
x_start = pred
|
||||
else:
|
||||
x_start = self.noise_scheduler.predict_start_from_noise(image_embed, t = time_cond, noise = pred_noise)
|
||||
x_start = self.noise_scheduler.predict_start_from_noise(image_embed, t = time_cond, noise = pred)
|
||||
|
||||
# clip x0 before maybe predicting noise
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '1.11.1'
|
||||
__version__ = '1.11.2'
|
||||
|
||||
Reference in New Issue
Block a user