giulio98 commited on
Commit
d440428
·
verified ·
1 Parent(s): e3c0259

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ pipe.to(device)
18
 
19
 
20
  # run pipeline in inference (sample random noise and denoise)
21
- generator = torch.Generator(device=device).manual_seed(0)
22
  image = pipe(
23
  batch_size=1,
24
  num_inference_steps=1000
 
18
 
19
 
20
  # run pipeline in inference (sample random noise and denoise)
21
+ generator = torch.Generator(device=device).manual_seed(46)
22
  image = pipe(
23
  batch_size=1,
24
  num_inference_steps=1000