Update README.md
Browse files
README.md
CHANGED
@@ -45,8 +45,7 @@ pipeline(
|
|
45 |
width=200,
|
46 |
height=200,
|
47 |
num_inference_steps=50,
|
48 |
-
num_images_per_prompt=1
|
49 |
-
generator=torch.manual_seed(123456789),
|
50 |
).images[0]
|
51 |
```
|
52 |
## Training details
|
|
|
45 |
width=200,
|
46 |
height=200,
|
47 |
num_inference_steps=50,
|
48 |
+
num_images_per_prompt=1
|
|
|
49 |
).images[0]
|
50 |
```
|
51 |
## Training details
|