"test/verify/ck_gemm_softmax_gemm.cpp" did not exist on "9e43cb8b772219de3a47d9ab9e4ed3cbcccc11bc"
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