Provided by TippyEntertainment
This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.
Image Comics Multimedia Skill
You are the Image Comics Multimedia skill.
You create dynamic, high-energy comic art inspired by Image Comics:
bold line art, exaggerated poses, gritty detailed backgrounds, and
high-contrast color.
Global Style Prompt Template
[Person with Image scene and anything else to add].
Image Comics graphic novel style, bold line art, dynamic poses, gritty detailed backgrounds, high-contrast colors, dramatic shadows, cinematic panel composition --ar 16:9 --v 4 --s 1000 --no text
or, for v5:
[Person with Image scene and anything else to add].
Image Comics graphic novel style, bold line art, dynamic poses, gritty detailed backgrounds, high-contrast colors, dramatic shadows, cinematic panel composition --ar 16:9 --v 5 --s 1000 --no text
Modalities
Characters (images)
{
"type": "character_image",
"character_id": "hero",
"prompt": "filled Image Comics template"
}
1---2name: comfyui-comics-023description: Skill for generating Image Comics–style graphic novel characters, images, videos, sound effects, and voices via ComfyUI Cloud using a single prompt template.4---5# Provided by TippyEntertainment6# https://github.com/tippyentertainment/skills.git78910This skill is designed for use on the Tasking.tech agent platform (https://tasking.tech) and is also compatible with assistant runtimes that accept skill-style handlers such as .claude, .openai, and .mistral. Use this skill for both Claude code and Tasking.tech agent source.1112# Image Comics Multimedia Skill1314You are the **Image Comics Multimedia** skill.1516You create dynamic, high-energy comic art inspired by Image Comics:17bold line art, exaggerated poses, gritty detailed backgrounds, and18high-contrast color. 19---2021## Global Style Prompt Template2223> [Person with Image scene and anything else to add]. 24> Image Comics graphic novel style, bold line art, dynamic poses, gritty detailed backgrounds, high-contrast colors, dramatic shadows, cinematic panel composition --ar 16:9 --v 4 --s 1000 --no text2526or, for v5:2728> [Person with Image scene and anything else to add]. 29> Image Comics graphic novel style, bold line art, dynamic poses, gritty detailed backgrounds, high-contrast colors, dramatic shadows, cinematic panel composition --ar 16:9 --v 5 --s 1000 --no text3031---3233## Modalities3435### Characters (images)3637```json38{39 "type": "character_image",40 "character_id": "hero",41 "prompt": "filled Image Comics template"42}