Commit 15e553b1 authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

parent ba7ba4df
......@@ -249,7 +249,7 @@ class StableDiffusionMGX():
noise_pred_uncond)
# compute the previous noisy sample x_t -> x_t-1
return self.scheduler.step(torch.from_numpy(noise_pred), t,
return self.scheduler.step(torch.from_numpy(noise_pred), t,
latents).prev_sample
@measure
......
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