6tizer

image-styler

by @6tizer in Tools
0
0
# Install this skill:
npx skills add 6tizer/alpha-senses --skill "image-styler"

Install specific skill from multi-skill repository

# Description

将图片转换成赛博朋克、动漫、电影感等指定艺术风格

# SKILL.md


name: image-styler
description: 将图片转换成赛博朋克、动漫、电影感等指定艺术风格
license: MIT
metadata:
version: 1.0.0
author: 6tizer
category: image-generation
updated: 2026-02-21


ImageStyler

将图片转换成赛博朋克、动漫、电影感等指定艺术风格

环境变量

  • FAL_KEY:fal.ai API Key

安装

pip install -r requirements.txt

使用

python run.py --image <图片路径或URL> --style <风格> [--output ./styled.png]

示例

python run.py --image ./photo.jpg --style cyberpunk
python run.py --image ./me.png --style anime --strength 0.8
python run.py --image https://example.com/pic.png --style cinematic --compare

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.