Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1aff466

Browse files
authoredAug 17, 2023
Update README.md
1 parent 3b3b41f commit 1aff466

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ Run `download_files.py` to download pre-trained models
2020
```python
2121
python download_files.py
2222
```
23+
## Run & Usage
24+
Run `main.py` by the following script
2325

26+
```python
27+
python main.py --img_path="input image" --selected_object="your selected object" --prompt="your prompt" --output_path="output path"
28+
```
29+
## Example
30+
31+
#### Car
32+
![]
2433

2534

0 commit comments

Comments
 (0)
Please sign in to comment.