6tizer

bg-remover

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

Install specific skill from multi-skill repository

# Description

智能去除图片背景,保留主体内容

# SKILL.md


name: bg-remover
description: 智能去除图片背景,保留主体内容
license: MIT
metadata:
version: 1.0.0
author: 6tizer
category: image-generation
updated: 2026-02-21


BackgroundRemover

智能去除图片背景,保留主体内容

环境变量

  • FAL_KEY:fal.ai API Key

安装

pip install -r requirements.txt

使用

python run.py --image <图片路径或URL> [--output ./no-bg.png]

示例

python run.py --image ./photo.jpg
python run.py --image "https://example.com/image.png" --output ./clean.png

# 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.