dg845 commited on
Commit
0cfeb01
·
1 Parent(s): 03c4427

Update README.md

Browse files

Fix typo in usage example

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -68,7 +68,7 @@ image.save("cd_bedroom256_lpips_onestep_sample.png")
68
  # Multistep sampling
69
  # Timesteps can be explicitly specified; the particular timesteps below are from the original Github repo:
70
  # https://github.com/openai/consistency_models/blob/main/scripts/launch.sh#L83
71
- image = pipe(num_inference_steps=None, timesteps=[18, 0]).images[0]
72
  image.save("cd_bedroom256_lpips_multistep_sample.png")
73
  ```
74
 
 
68
  # Multistep sampling
69
  # Timesteps can be explicitly specified; the particular timesteps below are from the original Github repo:
70
  # https://github.com/openai/consistency_models/blob/main/scripts/launch.sh#L83
71
+ image = pipe(num_inference_steps=None, timesteps=[17, 0]).images[0]
72
  image.save("cd_bedroom256_lpips_multistep_sample.png")
73
  ```
74