Spaces:
Runtime error
Runtime error
jhj0517
commited on
Commit
·
1a57e01
1
Parent(s):
8d01c02
Update git lfs to update PROMPT_GUIDE.md
Browse files- .gitattributes +6 -0
- .gitignore +6 -0
.gitattributes
CHANGED
|
@@ -1,2 +1,8 @@
|
|
| 1 |
docs/example_video.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 2 |
docs/example_psd_file.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
docs/example_video.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 2 |
docs/example_psd_file.png filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
docs/image_prompter_screenshot.png filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
docs/prompt_with_box_and_point_combination.png filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
docs/prompt_with_negative_points.png filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
docs/prompt_with_point.png filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
docs/prompt_with_box.png filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
docs/eraser_button.png filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -5,6 +5,12 @@ venv/
|
|
| 5 |
*.png
|
| 6 |
!docs/example_image_segmentation.png
|
| 7 |
!docs/example_psd_file.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
*.jpg
|
| 9 |
*.mp4
|
| 10 |
!docs/example_video.mp4
|
|
|
|
| 5 |
*.png
|
| 6 |
!docs/example_image_segmentation.png
|
| 7 |
!docs/example_psd_file.png
|
| 8 |
+
!docs/eraser_button.png
|
| 9 |
+
!docs/image_prompter_screenshot.png
|
| 10 |
+
!docs/prompt_with_box.png
|
| 11 |
+
!docs/prompt_with_box_and_point_combination.png
|
| 12 |
+
!docs/prompt_with_negative_points.png
|
| 13 |
+
!docs/prompt_with_point.png
|
| 14 |
*.jpg
|
| 15 |
*.mp4
|
| 16 |
!docs/example_video.mp4
|