Skip to content

Commit

Permalink
Adding support for Consistency Models
Browse files Browse the repository at this point in the history
rerun circle check
  • Loading branch information
xiaomile committed Oct 7, 2023
1 parent 864b3aa commit a49cb59
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def karras_sample(
steps, sigma_min, sigma_max, rho, device=device)

x_T = generator.randn(*shape, device=device) * sigma_max

sample_fn = get_sample_fn(sampler)

if sampler in ['heun', 'dpm']:
Expand Down

0 comments on commit a49cb59

Please sign in to comment.