ComfyUI Z-Image
Z-Image Manga/Illustration Generation using local ComfyUI. High-quality anime/manga art with quick preview and high-res upscale modes. No cloud API needed.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add comfyui-zimage npx -- -y @trustedskills/comfyui-zimage
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"comfyui-zimage": {
"command": "npx",
"args": [
"-y",
"@trustedskills/comfyui-zimage"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This Alma Skill leverages the ComfyUI API to generate manga and illustration images locally using the Z-Image model. It supports multiple art styles, including Hojo Tsukasa (80s manga, black & white) and Satoshi Urushihara (90s anime, colorful), while maintaining character consistency across generations. The skill also offers quick preview modes and high-resolution image generation with upscaling capabilities.
When to use it
- Generate manga-style illustrations for a comic book project.
- Create consistent character art for tabletop roleplaying games.
- Quickly prototype visual concepts in a specific anime style.
- Produce high-quality promotional images featuring a defined artistic look.
Key capabilities
- Text-to-Image Generation (Z-Image model)
- Support for Hojo Tsukasa and Satoshi Urushihara art styles via LoRA models
- Character Consistency
- Quick & High-Res Modes
- Upscaling with Ultimate SD Upscale
Example prompts
- "Generate a manga panel of a young woman in a futuristic cityscape, Hojo Tsukasa style."
- "Create an anime illustration of a warrior holding a sword, Satoshi Urushihara style."
- "Produce a high-resolution image of a cat wearing a hat, maintaining consistent character appearance."
Tips & gotchas
- Ensure ComfyUI is running locally and the server address in the skill's configuration matches your setup.
- The Z-Image model (
z_image_turbo_bf16.safetensors) is required for this skill to function.
Requirements
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 6d203bc7, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.