← 返回 Skills 市场
ComfyUI汉服写真提示词模板
作者
lantianbaicai
· GitHub ↗
· v1.0.0
· MIT-0
71
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install comfyui-hanfu-prompts
功能描述
14套已验证的 ComfyUI Z-Image 汉服写真/王家卫风格/杂志封面提示词模板,搭配双采样工作流直出高质量图。RTX 5070 12GB+ 可用。
使用说明 (SKILL.md)
ComfyUI 汉服写真 · 提示词模板包
14 套已验证的双采样提示词模板 + 一键批量出图。
触发条件
当用户需要以下任一场景时激活:
- "帮我生成一张汉服写真"
- "生成王家卫风格的图"
- "做一张杂志封面"
- "批量出汉服图"
- "用双采样生成高质量图"
前置条件
- ComfyUI 已启动(默认 127.0.0.1:8000)
- Z-Image Turbo + Qwen CLIP + VAE 模型已加载
pip install comfy-batch
14 套提示词模板
汉服写真 (5套)
| 模板 | 风格 | 调用方式 |
|---|---|---|
| 唐风仕女 | 红金宫殿、樱花、黄昏光 | HANFU_TANG |
| 宋制素雅 | 蓝白、竹林荷塘、晨雾 | HANFU_SONG |
| 明制端庄 | 深蓝金绣、凤冠、书房烛光 | HANFU_MING |
| 魏晋风骨 | 白衣飘逸、山崖云雾 | HANFU_WEIJIN |
| 明艳宫装 | 红金凤冠、故宫大殿 | HANFU_PALACE |
王家卫电影风格 (3套)
| 模板 | 风格 | 调用方式 |
|---|---|---|
| 花样年华 | 霓虹、雨窗、烟、颗粒 | WKW_MOOD |
| 重庆森林 | 鱼缸蓝光、凌晨4点、潮湿 | WKW_CHUNGKING |
| 堕落天使 | 浴室雾镜、荧光红绿 | WKW_FALLEN |
杂志封面 (4套)
| 模板 | 风格 | 调用方式 |
|---|---|---|
| VOGUE中国版 | 红色高定、纯白背景 | MAG_VOGUE |
| 时尚芭莎 | 黑白雕塑、负空间 | MAG_BAZAAR |
| ELLE港版 | 霓虹街头、都市时尚 | MAG_ELLE |
| COSMO | 海滩夏日、活力 | MAG_COSMO |
使用方式
from comfy_batch import ZImage
from prompt_templates import HANFU_TANG, WKW_MOOD, MAG_VOGUE
z = ZImage()
z.generate(HANFU_TANG, double_sample=True) # 双采样高质量
z.generate(WKW_MOOD, double_sample=True)
批量生成:
from prompt_templates import ALL_TEMPLATES
for key, (name, prompt) in ALL_TEMPLATES.items():
z.generate(prompt, double_sample=True)
技术细节
- 模型: Z-Image Turbo (DiT)
- 工作流: 双采样 (768×1024→1024×1536, 6步结构+4步细节, denoise=0.35)
- 显存: 12GB+ (RTX 5070 测试通过)
- 出图速度: 单张 ~45秒(双采样)/ ~25秒(普通)
许可
MIT — 可商用。生成的图片归你所有。
来源
- 云曦 AI 桌面女友项目出品
- GitHub: https://github.com/lantianbaicai/comfyui-hanfu-prompts
- 配套工具: https://github.com/lantianbaicai/comfy-batch
安全使用建议
This skill looks safe to use as a prompt library, but verify the comfy-batch dependency before installing it and inspect the actual prompt_templates.py file so you know exactly which templates and styles are included.
功能分析
Type: OpenClaw Skill
Name: comfyui-hanfu-prompts
Version: 1.0.0
The skill bundle provides a collection of image generation prompt templates for ComfyUI, focusing on Hanfu, Wong Kar-wai film aesthetics, and magazine covers. The Python code in prompt_templates.py contains only static strings for prompts, and the instructions in SKILL.md and README.md are consistent with the stated purpose of batch image generation. While the bundle mentions NSFW content and requires an external dependency (comfy-batch), there is no evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The included code is a static prompt-template library and aligns with the stated ComfyUI image-generation purpose, but the artifacts inconsistently advertise the number/content of templates.
Instruction Scope
The activation conditions and examples are tied to user requests for image generation; there are no instructions to override user intent or force autonomous behavior.
Install Mechanism
There is no formal install spec, but the documentation tells users to install an unpinned external package, comfy-batch. This is purpose-aligned but should be reviewed like any third-party dependency.
Credentials
The expected environment is local ComfyUI on 127.0.0.1 with GPU resources; the included source contains no credentials, broad filesystem access, or hidden remote endpoints.
Persistence & Privilege
No persistence, background workers, credential use, privilege escalation, or account access is shown. The Python file defines prompt strings and indexes only.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install comfyui-hanfu-prompts - 安装完成后,直接呼叫该 Skill 的名称或使用
/comfyui-hanfu-prompts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
14套已验证提示词:5套汉服写真+3套王家卫风格+4套杂志封面+双采样工作流
元数据
常见问题
ComfyUI汉服写真提示词模板 是什么?
14套已验证的 ComfyUI Z-Image 汉服写真/王家卫风格/杂志封面提示词模板,搭配双采样工作流直出高质量图。RTX 5070 12GB+ 可用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 71 次。
如何安装 ComfyUI汉服写真提示词模板?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install comfyui-hanfu-prompts」即可一键安装,无需额外配置。
ComfyUI汉服写真提示词模板 是免费的吗?
是的,ComfyUI汉服写真提示词模板 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ComfyUI汉服写真提示词模板 支持哪些平台?
ComfyUI汉服写真提示词模板 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ComfyUI汉服写真提示词模板?
由 lantianbaicai(@lantianbaicai)开发并维护,当前版本 v1.0.0。
推荐 Skills