Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioschneider committed Jul 29, 2022
1 parent 684538a commit 0ff3fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ from audio_diffusion_pytorch import DiffusionSampler, KerrasSchedule

sampler = DiffusionSampler(
diffusion,
num_steps=2, # Set this in the range 32-1000, higher for better quality
num_steps=50, # Range 32-1000, higher for better quality
sigma_schedule=KerrasSchedule(
sigma_min=0.002,
sigma_max=1
Expand All @@ -90,7 +90,7 @@ from audio_diffusion_pytorch import DiffusionInpainter, KerrasSchedule

inpainter = DiffusionInpainter(
diffusion,
num_steps=2, # Range 32-1000, higher for better quality
num_steps=50, # Range 32-1000, higher for better quality
num_resamples=5, # Range 1-10, higher for better quality
sigma_schedule=KerrasSchedule(
sigma_min=0.002,
Expand Down

0 comments on commit 0ff3fa2

Please sign in to comment.