character-lora
FeaturedUse when the user wants to build a consistent-identity LoRA for an original character — defining the character, generating a face/body-consistent multi-angle dataset (via the gpt-image-gen skill for codex image generation), captioning it, doing base-specific homework, training on a chosen base (Pony / Z-Image / others) on a local GPU, and producing a usable LoRA. This skill ORCHESTRATES the end-to-end pipeline and gates every expensive/irreversible step; it delegates actual image generation to gpt-image-gen and never improvises training settings from memory.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- KerberosClaw
- Repository
- KerberosClaw/kc_ai_skills
- Created
- 5 months ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
gpt-image-gen
Use when the user asks to generate OR edit an image via GPT/Codex (e.g. 「叫 gpt 生圖」「幫我用 gpt 生圖」「gpt 畫一個 X」「幫我去背」「把這張圖的背景去掉」). The skill drafts a Chinese + English prompt pair and waits for explicit approval. After approval it uses the host-native executor: Codex calls its built-in image_gen tool directly, while Claude Code keeps the Codex CLI background workflow. Supports text-to-image, img2img, and precise EDIT mode with preservation constraints and verification where local artifacts are available.
manga-stage-2-panels
AI 漫剧 Stage 2 — 分镜面板自动生成。锁定 AnimaStandardV7 工作流,仅修改 prompt + LoRA 配置,自动生成 PNG 面板。可选 IP-Adapter / ControlNet 增强(v2.0)。Also load chenxin-core first for VRAM/recipe context.
parallel-imagegen
Run multiple built-in Codex image_gen calls concurrently by assigning each output to an independent codex exec process, with up to 12 active workers, isolated retries, and thread-evidence verification. Use for two or more independent raster generation or editing outputs, even when prompts, references, subjects, or styles differ. Do not use for one output, unresolved sequential dependencies, or an explicitly selected Images API / imagegen CLI workflow. 通过为每个输出启动独立 Codex 进程,并发生成或编辑两个 及以上互不依赖的位图;支持最多 12 个 Worker、失败隔离重试和线程证据验证。 不用于单张输出、尚未解决的前后依赖,或用户明确选择 Images API / imagegen CLI 的场景。