Update README.md
Browse files
README.md
CHANGED
@@ -17,13 +17,13 @@ Here, we provide several examples.
|
|
17 |
<tr>
|
18 |
<th>App</th>
|
19 |
<th>Task_id</th>
|
20 |
-
<th>
|
21 |
-
<th>
|
22 |
<th>Fulltask_query</th>
|
23 |
<th>Subtask_sequence</th>
|
24 |
</tr>
|
25 |
<tr>
|
26 |
-
<td>StableDiffusion</td>
|
27 |
<td>SD_10</td>
|
28 |
<td>
|
29 |
<img src="high_plan/SD10/start.png" alt="Start" width="100">
|
@@ -35,20 +35,28 @@ Here, we provide several examples.
|
|
35 |
<td>[ "Open img2img Tool and drag photo of cat into the file upload box", "Put \"image of a dragon\" into prompt box", "Put \"cartoon\" into negative prompt box", "Set \"Sampling method\" to \"DPM++ 2M Karras\"", "Set Width to 720 and Height to 720", "Set Sampling steps to 25, Batch Size to 4 and CFG Scale to 4", "Generate the image;" ]</td>
|
36 |
</tr>
|
37 |
<tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
<td>AE</td>
|
39 |
<td>AE_4</td>
|
40 |
-
<!-- <td><img src="high_plan/AE/AE_4/start" alt="描述3" width="100"></td>
|
41 |
-
<td><img src="relative/path/to/image4.jpg" alt="描述4" width="100"></td> -->
|
42 |
<td><video width="100" controls>
|
43 |
<source src="high_plan/AE_4/start.mp4" type="video/mp4">
|
44 |
-
Your browser does not support the video tag.
|
45 |
</video></td>
|
46 |
<td><video width="100" controls>
|
47 |
<source src="high_plan/AE_4/end.mp4" type="video/mp4">
|
48 |
-
Your browser does not support the video tag.
|
49 |
</video></td>
|
50 |
<td>Animate the car to move along the path with auto orientation.</td>
|
51 |
<td>[ "add trajectory on the road", "add effect to the red car", "add auto orientation for the red car;" ]</td>
|
52 |
-
</tr>
|
53 |
</table>
|
54 |
|
|
|
17 |
<tr>
|
18 |
<th>App</th>
|
19 |
<th>Task_id</th>
|
20 |
+
<th>Visual_start</th>
|
21 |
+
<th>Visual_end</th>
|
22 |
<th>Fulltask_query</th>
|
23 |
<th>Subtask_sequence</th>
|
24 |
</tr>
|
25 |
<tr>
|
26 |
+
<td>StableDiffusion-WebUI</td>
|
27 |
<td>SD_10</td>
|
28 |
<td>
|
29 |
<img src="high_plan/SD10/start.png" alt="Start" width="100">
|
|
|
35 |
<td>[ "Open img2img Tool and drag photo of cat into the file upload box", "Put \"image of a dragon\" into prompt box", "Put \"cartoon\" into negative prompt box", "Set \"Sampling method\" to \"DPM++ 2M Karras\"", "Set Width to 720 and Height to 720", "Set Sampling steps to 25, Batch Size to 4 and CFG Scale to 4", "Generate the image;" ]</td>
|
36 |
</tr>
|
37 |
<tr>
|
38 |
+
<td>Adobe PhotoShop</td>
|
39 |
+
<td>PS</td>
|
40 |
+
<td>
|
41 |
+
<img src="high_plan/PS_46/start.jpg" alt="Start" width="100">
|
42 |
+
</td>
|
43 |
+
<td>
|
44 |
+
<img src="high_plan/PS_46/end.jpg" alt="End" width="100">
|
45 |
+
</td>
|
46 |
+
<td>"Select and isolate the subject from 'Kid_splash.jpg', transfer her to a new project, and customize text and background before exporting as 'photo thumbnail.jpg'.</td>
|
47 |
+
<td>[ "‘Open’ an image named ‘Kid_splash.jpg’ and choose ‘Object Selection tool’ to select the subject. It automatically chooses the girl in the image. ‘Right click’ the girl and ‘Layer Via Copy’. ‘Unsee’ the background. Open the file to rename, and finally save the project named ‘Kid_splash1.psd’", "Create a new project -HDTV 1080P named ‘photo thumbnail’, change the background color by filling in the foreground color. Add a new text box by choosing ‘Horizontal Title Tool’ and change the text into ‘photoshop for beginners’. Choose the former project and drag the girl object into the new project. ‘Zoom’ out and ‘scale’ the girl to put the girl in the left of the project", "Export the project named ‘photo thumbnail.jpg’ and save it in the local file folder." ]</td>
|
48 |
+
</tr>
|
49 |
+
<!-- <tr>
|
50 |
<td>AE</td>
|
51 |
<td>AE_4</td>
|
|
|
|
|
52 |
<td><video width="100" controls>
|
53 |
<source src="high_plan/AE_4/start.mp4" type="video/mp4">
|
|
|
54 |
</video></td>
|
55 |
<td><video width="100" controls>
|
56 |
<source src="high_plan/AE_4/end.mp4" type="video/mp4">
|
|
|
57 |
</video></td>
|
58 |
<td>Animate the car to move along the path with auto orientation.</td>
|
59 |
<td>[ "add trajectory on the road", "add effect to the red car", "add auto orientation for the red car;" ]</td>
|
60 |
+
</tr> -->
|
61 |
</table>
|
62 |
|