| 1 | # 视频生成提示词优化模板 |
| 2 | # 在基础提示词前后添加这些内容来提升生成质量 |
| 3 | # 使用方法:从 prompts/loader import load_prompt('video', 'enhance', 'zh') |
| 4 | |
| 5 | [prefix] |
| 6 | high quality, 4K, detailed, cinematic footage, film style, smooth motion, natural movement, professional camera work, |
| 7 | |
| 8 | [suffix] |
| 9 | , realistic, high definition, no blur, no distortion, no artifacts, perfect composition, professional lighting, film grain, masterpiece |
| 10 | |
| 11 | # 风格关键词(会自动从会话中读取项目风格并添加对应关键词) |
| 12 | [style_keywords] |
| 13 | anime: anime style, animated, cel-shaded, vibrant colors, manga aesthetic, |
| 14 | cartoon: cartoon style, animated, colorful, fun, children's book illustration, |
| 15 | realistic: photorealistic, realistic, natural lighting, detailed textures, cinema photography, |
| 16 | photorealistic: photorealistic, realistic, natural lighting, detailed textures, cinema photography, |
| 17 | 3d-disney: 3D animation, Disney style, pixar, CGI, smooth textures, computer generated, |
| 18 | 3d: 3D animation, CGI, computer generated, smooth textures, digital cinema, |
| 19 | oil-painting: oil painting style, impasto, classical art, painterly, rich brushstrokes, |
| 20 | watercolor: watercolor style, delicate, soft colors, artistic, flowing, |
| 21 | comic-book: comic book style, vibrant, bold outlines, pop art, graphic novel, |
| 22 | cyberpunk: cyberpunk, neon lights, futuristic, dark atmosphere, sci-fi, |
| 23 | chinese-ink: Chinese ink painting style, traditional, minimalist, brush strokes, oriental art, |
| 24 | ink: Chinese ink painting style, traditional, minimalist, brush strokes, oriental art, |
| 25 |