kuan-wang commited on
Commit
0fc0ed1
·
verified ·
1 Parent(s): ab589ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 | 20 | 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 |
 
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 |