基础出图 Prompt 示例
prompt = "A serene mountain landscape at sunrise, with mist rolling through pine forests and a calm lake reflecting the sky, highly detailed, 8k resolution, cinematic lighting"
# 可用于 Stable Diffusion、Midjourney 或 DeepSeek 图像生成接口
HTML 嵌入展示示例
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>AI 生成图像展示</title>
</head>
<body>
<img src="your-generated-image.jpg" alt="由 DeepSeek 提示词生成的图像" style="max-width:100%;">
<p>提示词:A serene mountain landscape at sunrise...</p>
</body>
</html>