Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,7 @@ Arguments that can be set by user in `pipeline()`:
|
|
| 50 |
- `prompt_1` [required]: text prompt describing first concept to superimpose (e.g. "a flamingo")
|
| 51 |
- `prompt_2`[required]: text prompt describing second concept to superimpose (e.g. "a candy cane")
|
| 52 |
- `seed`[optional: default=None]: seed for random noise generator for reproducibility; for non-deterministic outputs, set to `None`
|
| 53 |
-
- `num_inference_steps`[optional: default=
|
| 54 |
- `batch_size` [optional: default=1]: batch size
|
| 55 |
- `guidance_scale` [optional: default=7.5]: scale for classifier-free guidance
|
| 56 |
- `height`, `width` [optional: default=512]: height and width of generated images
|
|
|
|
| 50 |
- `prompt_1` [required]: text prompt describing first concept to superimpose (e.g. "a flamingo")
|
| 51 |
- `prompt_2`[required]: text prompt describing second concept to superimpose (e.g. "a candy cane")
|
| 52 |
- `seed`[optional: default=None]: seed for random noise generator for reproducibility; for non-deterministic outputs, set to `None`
|
| 53 |
+
- `num_inference_steps`[optional: default=200]: number of denoising steps
|
| 54 |
- `batch_size` [optional: default=1]: batch size
|
| 55 |
- `guidance_scale` [optional: default=7.5]: scale for classifier-free guidance
|
| 56 |
- `height`, `width` [optional: default=512]: height and width of generated images
|