"...resnet50_tensorflow.git" did not exist on "2de035cadd2f570ae0e4643845de425a7f15d382"
Commit 15e553b1 authored by Khalique Ahmed's avatar Khalique Ahmed
Browse files

formatting

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