Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
15e553b1
"test/verify/ck_gemm_softmax_gemm.cpp" did not exist on "9e43cb8b772219de3a47d9ab9e4ed3cbcccc11bc"
Commit
15e553b1
authored
Nov 28, 2023
by
Khalique Ahmed
Browse files
formatting
parent
ba7ba4df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/diffusion/python_stable_diffusion_21/txt2img.py
examples/diffusion/python_stable_diffusion_21/txt2img.py
+1
-1
No files found.
examples/diffusion/python_stable_diffusion_21/txt2img.py
View file @
15e553b1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment