"docs/vscode:/vscode.git/clone" did not exist on "16b9a57d29b6dbce4f97dbf439af1663d2c54588"
Commit f8a9bb6f authored by Patrick von Platen's avatar Patrick von Platen
Browse files

merge

parents 6f88cc92 89af440e
......@@ -172,6 +172,7 @@ class SamplerTesterMixin(unittest.TestCase):
# 2. Sample gaussian noise
image = scheduler.sample_noise((1, model.in_channels, model.resolution, model.resolution), device=torch_device, generator=generator)
import ipdb; ipdb.set_trace()
# 3. Denoise
for t in reversed(range(len(scheduler))):
......
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