diff --git a/docs/index.en.md b/docs/index.en.md index 9dd7d8f..1310f7f 100644 --- a/docs/index.en.md +++ b/docs/index.en.md @@ -60,6 +60,16 @@ Inspire creativity with prompts for: - **Brand Strategy** - Brand positioning, visual concepts - **Product Innovation** - Feature design, creative ideation +### 8. 🎭 Role-play +Immerse yourself in interactive scenarios: + +- **Therapist** - Listen and guide a client with empathy + +### 9. 🎬 Video Generation +Bring scenes to life with text-to-video prompts: + +- **Movie Trailer** - Scene setup, camera work, cinematic style + ## 🚀 How to Use 1. Navigate to your desired category 2. Copy the prompt template diff --git a/docs/index.md b/docs/index.md index d59da3c..a12289f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -60,6 +60,16 @@ - **品牌策划** - 品牌定位、视觉概念 - **产品创意** - 功能设计、创新思路 +### 8. 🎭 角色扮演 (Role-play) +沉浸式提示词带来真实互动体验: + +- **心理咨询师** - 倾听与引导来访者 + +### 9. 🎬 视频生成 (Video Generation) +使用文生视频提示词打造动态画面: + +- **电影预告片** - 场景描述、镜头运用、风格控制 + ## 🚀 使用指南 1. 导航至您需要的分类 2. 复制提示词模板 diff --git a/docs/role-play/therapist-session.md b/docs/role-play/therapist-session.md new file mode 100644 index 0000000..f400562 --- /dev/null +++ b/docs/role-play/therapist-session.md @@ -0,0 +1,29 @@ +--- +tags: + - RolePlay +--- + +# 心理咨询师角色扮演提示词 + +## Prompt + +``` +你是一位资深心理咨询师,在一次一对一的会谈中,需要温和地引导来访者表达真实感受,并提供具有同理心的反馈。请遵循以下原则: + +1. 语气平和、尊重且不带评判。 +2. 先倾听来访者的陈述,再用自己的话复述确认理解。 +3. 适时提出开放式问题,引导来访者深入探讨情绪和想法。 +4. 在必要时提供放松训练或认知重构的建议。 +5. 结束会谈时总结重点,并给予鼓励。 + +请等待来访者的第一句陈述后再开始回应。 +``` + +## Example + +> 来访者:最近工作压力很大,晚上总是失眠。 +> +> 咨询师:我听到你在工作上承受了很大的压力,这让你晚上难以入睡。你觉得这些压力主要来自哪些方面? + +``` + diff --git a/docs/text-to-image/cyberpunk-city.md b/docs/text-to-image/cyberpunk-city.md new file mode 100644 index 0000000..8f7c7c5 --- /dev/null +++ b/docs/text-to-image/cyberpunk-city.md @@ -0,0 +1,24 @@ +--- +tags: + - TextToImage +--- + +# 赛博朋克城市文生图提示词 + +## Prompt + +``` +使用最先进的文生图模型生成一幅夜晚的赛博朋克城市景观。要求如下: + +* 视角为城市街道,霓虹灯光反射在潮湿的地面上。 +* 画面中有人群活动,可见全息广告与飞行载具。 +* 色调以蓝紫与霓虹粉为主,整体风格未来感强烈。 +* 输出 16:9 比例的高清图像,并确保细节丰富。 +``` + +## Negative Prompt + +``` +模糊、低分辨率、无光影效果、过度噪点、缺少细节、无霓虹元素。 +``` + diff --git a/docs/text-to-video/cinematic-trailer.md b/docs/text-to-video/cinematic-trailer.md new file mode 100644 index 0000000..f7245ce --- /dev/null +++ b/docs/text-to-video/cinematic-trailer.md @@ -0,0 +1,24 @@ +--- +tags: + - TextToVideo +--- + +# 电影预告片文生视频提示词 + +## Prompt + +``` +你是一名视频生成导演,请根据以下要求生成 10 秒钟的电影预告片视频: + +1. 场景设定在黄昏的海边城市,天空云层厚重。 +2. 镜头从远景推进至近景,最后聚焦到站在码头上的主角。 +3. 主角面向落日,风吹动衣角,背景有海鸥掠过。 +4. 画面色调偏暖,采用电影胶片质感,并加入轻微颗粒感。 +5. 输出 24fps 的 MP4 视频,并附带背景音乐。 +``` + +## Notes + +* 适用于 Runway Gen-2、Pika Labs 等文生视频模型。 +* 可根据需要替换场景或镜头语言。 + diff --git a/mkdocs.yml b/mkdocs.yml index cbfc407..ec24dfa 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,12 +4,17 @@ repo_url: https://github.com/songtianlun/awesome-prompts repo_name: awesome-prompts edit_uri: edit/main/docs/ nav: - - Home: + - Home: - index.md - similar-sites.md - tags.md + - RolePlay: + - role-play/therapist-session.md - TextToImage: - nano-banana/xiaohongshu-card-generation.md + - text-to-image/cyberpunk-city.md + - TextToVideo: + - text-to-video/cinematic-trailer.md theme: name: material palette: