t2i-studio-premium
4
总安装量
2
周安装量
#52818
全站排名
安装命令
npx skills add https://github.com/catfishw/t2iagentskill --skill t2i-studio-premium
Agent 安装分布
amp
2
opencode
2
kimi-cli
2
codex
2
github-copilot
2
gemini-cli
2
Skill 文档
ð¨ T2I Studio Premium
Experience the future of AI image generation. T2I Studio Premium brings high-performance, high-quality image synthesis to your command line and AI agents.
⨠Features
- ð Turbo Speed: Optimized for fast generation using the latest Z-Image-Turbo models.
- ð¼ï¸ Stunning Quality: Native support for 1024×1024+ resolutions with rich aesthetics.
- ð ï¸ Developer Friendly: Clean CLI interface and JSON output for easy integration.
- ð¦ Agent Ready: Designed as a first-class skill for AI agents (Claude, GPT, Manus).
- ð Secure: Private distribution via authenticated registry.
ð Installation
Install globally using the secured package URL:
# Password required: Tang123
npm install -g https://t2i:Tang123@mc.agaii.org/T2ISkill/t2i-studio-skill-1.0.0.tgz
ð Usage
CLI Basics
Generate a simple image:
t2i "a futuristic city floating in the clouds, cyberpunk style, hyper-realistic"
Advanced options:
t2i "portrait of a cyberpunk warrior" --size 1024x1024 --steps 8 --batch 2
Options
| Option | Description | Default |
|---|---|---|
prompt |
The core text prompt for the image | (Required) |
--size, -s |
Image dimensions (WxH) | 768x768 |
--steps |
Number of sampling steps | 4 |
--cfg |
CFG Scale (Guidance) | 1.0 |
--batch, -b |
Number of images to generate (1-4) | 1 |
--format |
Output format (png/jpeg) | png |
--json |
Return JSON with Base64 data | false |
𧪠Verification
Run the built-in health check:
t2i --help
Created by Yanlai wu