Skip to content

Commit

Permalink
Fix param name error in fill docs (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adenialzz authored Jan 9, 2025
1 parent 71b1403 commit 4c3e53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fill.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Or to generate a single sample run
```bash
python -m src.flux.cli_fill \
--img_cond_path <path_to_input_image> \
--img_cond_mask <path_to_input_mask>
--img_mask_path <path_to_input_mask>
```

The input_mask should be an image of the same size as the conditioning image that only contains black and white pixels; see [an example mask](../assets/cup_mask.png) for [this image](../assets/cup.png).
Expand Down

0 comments on commit 4c3e53f

Please sign in to comment.