-
Notifications
You must be signed in to change notification settings - Fork 483
Feat/video readme add english demo #854
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+6
−5
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
2a66901
runable
3f65d8d
fix provider
aa4a3c4
cli -h : auto project detect
2f6ae77
fix
83fe5b2
fix typo
8b8077a
tmp
453de30
feat: video readme
957e778
fix bugs
ec0762a
try upload video
fd10067
fix readme
50738c9
tst
d03f5ec
fix
9ab7168
fix
e69b0f0
fix
3f2a11c
fix
3d287f5
fix
d580c09
fix config
672c81c
add video
5c2ebe2
Merge remote-tracking branch 'origin' into feat/video_readme
bd2d2cf
fix lint
1801f8e
Merge remote-tracking branch 'upstream/main' into feat/video_readme
1aea1ee
add en video
71b5767
fix
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -6,9 +6,8 @@ | |||||||||||||
| ## 效果展示 | ||||||||||||||
|
|
||||||||||||||
| [](http://modelscope.oss-cn-beijing.aliyuncs.com/ms-agent/show_case/video/deploy_llm_claude_sonnet_4_5_mllm_gemini_3_pro_image_gen_gemini_3_pro_image.mp4) | ||||||||||||||
|
|
||||||||||||||
| [](http://modelscope.oss-cn-beijing.aliyuncs.com/ms-agent/show_case/video/silu_claude_sonnet_4_5_mllm_gemini_3_pro_image_gen_gemini_3_pro_image.mp4) | ||||||||||||||
|
|
||||||||||||||
| [](http://modelscope.oss-cn-beijing.aliyuncs.com/ms-agent/show_case/video/en_deploy_llm_claude_sonnet_4_5_mllm_gemini_3_pro_image_gen_gemini_3_pro_image.mp4) | ||||||||||||||
| ## 安装 | ||||||||||||||
|
|
||||||||||||||
| 项目需要 Python 和 Node.js 环境。 | ||||||||||||||
|
|
@@ -142,6 +141,9 @@ video_generator: | |||||||||||||
| - 将下述api_key替换成真实api-key | ||||||||||||||
|
|
||||||||||||||
| ```bash | ||||||||||||||
| # 英文版即把query内容替换成"Convert /home/user/workspace/ms-agent/projects/singularity_cinema/test_files/J.部署.md | ||||||||||||||
| # into a short video in a blue-themed style, making sure to use the important images from the document. | ||||||||||||||
| # The short video must be in English." | ||||||||||||||
|
Comment on lines
+144
to
+146
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The hardcoded path
Suggested change
|
||||||||||||||
| ms-agent run --project singularity_cinema \ | ||||||||||||||
| --query "把/{path_to_ms-agent}/projects/singularity_cinema/test_files/J.部署.md转为短视频,蓝色风格,注意使用其中重要的图片" \ | ||||||||||||||
| --trust_remote_code true \ | ||||||||||||||
|
|
@@ -153,7 +155,7 @@ ms-agent run --project singularity_cinema \ | |||||||||||||
| --mllm_model gemini-3-pro-preview \ | ||||||||||||||
| --image_generator.api_key {your_api_key_of_gemini} \ | ||||||||||||||
| --image_generator.type google \ | ||||||||||||||
| --image_generator.model gemini-3-pro-image-preview \ | ||||||||||||||
| --image_generator.model gemini-3-pro-image-preview | ||||||||||||||
| ``` | ||||||||||||||
|
|
||||||||||||||
| ```bash | ||||||||||||||
|
|
@@ -168,7 +170,7 @@ ms-agent run --project singularity_cinema \ | |||||||||||||
| --mllm_model gemini-3-pro-preview \ | ||||||||||||||
| --image_generator.api_key {your_api_key_of_gemini} \ | ||||||||||||||
| --image_generator.type google \ | ||||||||||||||
| --image_generator.model gemini-3-pro-image-preview \ | ||||||||||||||
| --image_generator.model gemini-3-pro-image-preview | ||||||||||||||
| ``` | ||||||||||||||
|
|
||||||||||||||
| --- | ||||||||||||||
|
|
||||||||||||||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| aiohttp | ||
| dotenv | ||
| dotenv | ||
| edge_tts | ||
| faiss-cpu | ||
| json5 | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For better readability, it's a good practice to add a blank line between the video links.