← Back to Skills Marketplace
lantianbaicai

ComfyUI汉服写真提示词模板

by lantianbaicai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
71
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install comfyui-hanfu-prompts
Description
14套已验证的 ComfyUI Z-Image 汉服写真/王家卫风格/杂志封面提示词模板,搭配双采样工作流直出高质量图。RTX 5070 12GB+ 可用。
README (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 — 可商用。生成的图片归你所有。

来源

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install comfyui-hanfu-prompts
  3. After installation, invoke the skill by name or use /comfyui-hanfu-prompts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
14套已验证提示词:5套汉服写真+3套王家卫风格+4套杂志封面+双采样工作流
Metadata
Slug comfyui-hanfu-prompts
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ComfyUI汉服写真提示词模板?

14套已验证的 ComfyUI Z-Image 汉服写真/王家卫风格/杂志封面提示词模板,搭配双采样工作流直出高质量图。RTX 5070 12GB+ 可用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.

How do I install ComfyUI汉服写真提示词模板?

Run "/install comfyui-hanfu-prompts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ComfyUI汉服写真提示词模板 free?

Yes, ComfyUI汉服写真提示词模板 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ComfyUI汉服写真提示词模板 support?

ComfyUI汉服写真提示词模板 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ComfyUI汉服写真提示词模板?

It is built and maintained by lantianbaicai (@lantianbaicai); the current version is v1.0.0.

💬 Comments