background-removal by inferen-sh/skills
npx skills add https://github.com/inferen-sh/skills --skill background-removal通过 inference.sh CLI 从图像中移除背景。

需要 inference.sh CLI (
infsh)。安装说明
infsh login
infsh app run infsh/birefnet --input '{"image_url": "https://your-photo.jpg"}'
使用 Reve 进行图像编辑,包括背景更改:
infsh app run falai/reve --input '{
"prompt": "remove the background, make it transparent",
"image_url": "https://portrait.jpg"
}'
或者直接更改背景:
infsh app run falai/reve --input '{
"prompt": "change the background to a beach",
"image_url": "https://product-photo.jpg"
}'
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
# 1. 生成图像
infsh app run falai/flux-dev-lora --input '{"prompt": "a cute robot mascot"}' > robot.json
# 2. 使用 Reve 编辑
infsh app run falai/reve --input '{
"prompt": "remove background, transparent",
"image_url": "<url-from-step-1>"
}'
返回一个带有透明背景的 PNG 图像。
# 完整平台技能(包含所有 150+ 个应用)
npx skills add inference-sh/skills@infsh-cli
# 图像生成
npx skills add inference-sh/skills@ai-image-generation
# FLUX 模型(包括修复)
npx skills add inference-sh/skills@flux-image
# 图像放大
npx skills add inference-sh/skills@image-upscaling
浏览所有图像应用:infsh app list --category image
每周安装量
7.3K
代码仓库
GitHub 星标数
228
首次出现
2026年3月12日
安全审计
安装于
claude-code5.8K
gemini-cli5.2K
codex5.2K
opencode5.2K
amp5.2K
kimi-cli5.2K
Remove backgrounds from images via inference.sh CLI.

Requires inference.sh CLI (
infsh). Install instructions
infsh login
infsh app run infsh/birefnet --input '{"image_url": "https://your-photo.jpg"}'
Use Reve for image editing including background changes:
infsh app run falai/reve --input '{
"prompt": "remove the background, make it transparent",
"image_url": "https://portrait.jpg"
}'
Or change background directly:
infsh app run falai/reve --input '{
"prompt": "change the background to a beach",
"image_url": "https://product-photo.jpg"
}'
# 1. Generate an image
infsh app run falai/flux-dev-lora --input '{"prompt": "a cute robot mascot"}' > robot.json
# 2. Edit with Reve
infsh app run falai/reve --input '{
"prompt": "remove background, transparent",
"image_url": "<url-from-step-1>"
}'
Returns a PNG with transparent background.
# Full platform skill (all 150+ apps)
npx skills add inference-sh/skills@infsh-cli
# Image generation
npx skills add inference-sh/skills@ai-image-generation
# FLUX models (including inpainting)
npx skills add inference-sh/skills@flux-image
# Upscaling
npx skills add inference-sh/skills@image-upscaling
Browse all image apps: infsh app list --category image
Weekly Installs
7.3K
Repository
GitHub Stars
228
First Seen
Mar 12, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
claude-code5.8K
gemini-cli5.2K
codex5.2K
opencode5.2K
amp5.2K
kimi-cli5.2K
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
102,200 周安装