🎨

ComfyUI Z-Image

🌐Community
by norsizu · v1.0.0 · MITRepository

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.

1

Run in terminal (recommended)

terminal
claude mcp add comfyui-zimage npx -- -y @trustedskills/comfyui-zimage
2

Or manually add to ~/.claude/settings.json

~/.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.

Tags

Requirements

Required Binaries
python3
🛡️

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.

Verified Commit6d203bc7

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 HubPass
SocketPass
SnykPass

Details

Version
v1.0.0
License
MIT
Author
norsizu
Installs
0

🌐 Community

Passed automated security scans.

Pinned commit6d203bc7

Install command fetches the verified snapshot, not the live repository.