Update README.md
Browse files
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(
|
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
|