Update README.md
Browse files
README.md
CHANGED
|
@@ -419,7 +419,7 @@ image = pipe(prompt, edit_image=input_image, num_inference_steps=10)
|
|
| 419 |
|-----------|------|---------|-------------|
|
| 420 |
| `prompt` | str | - | Text description for image generation/editing |
|
| 421 |
| `edit_image` | PIL.Image | None | Input image to edit (omit for text-to-image) |
|
| 422 |
-
| `num_inference_steps` | int |
|
| 423 |
| `height` | int | 1024 | Output image height |
|
| 424 |
| `width` | int | 1024 | Output image width |
|
| 425 |
| `seed` | int | 0 | Random seed for reproducibility |
|
|
|
|
| 419 |
|-----------|------|---------|-------------|
|
| 420 |
| `prompt` | str | - | Text description for image generation/editing |
|
| 421 |
| `edit_image` | PIL.Image | None | Input image to edit (omit for text-to-image) |
|
| 422 |
+
| `num_inference_steps` | int | 40 | Number of denoising steps |
|
| 423 |
| `height` | int | 1024 | Output image height |
|
| 424 |
| `width` | int | 1024 | Output image width |
|
| 425 |
| `seed` | int | 0 | Random seed for reproducibility |
|