Productivity

background-removal

inference-sh/skills · updated Apr 8, 2026

$npx skills add https://github.com/inference-sh/skills --skill background-removal
summary

Remove backgrounds from images via inference.sh CLI.

skill.md

Background Removal

Remove backgrounds from images via inference.sh CLI.

Background Removal

Quick Start

Requires inference.sh CLI (infsh). Install instructions

infsh login

infsh app run infsh/birefnet --input '{"image_url": "https://your-photo.jpg"}'

How To

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"
}'

Workflow: Generate and Edit

# 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>"
}'

Use Cases

  • E-commerce: Clean product photos
  • Portraits: Professional headshots
  • Marketing: Assets for design
  • Social Media: Profile pictures
  • Design: Elements for compositions

Output

Returns a PNG with transparent background.

Related Skills

# 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

Documentation

general reviews

Ratings

4.636 reviews
  • Yusuf Chawla· Dec 24, 2024

    Useful defaults in background-removal — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Zara Smith· Dec 20, 2024

    Keeps context tight: background-removal is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Dhruvi Jain· Dec 16, 2024

    I recommend background-removal for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Fatima Anderson· Dec 8, 2024

    Registry listing for background-removal matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Fatima Ghosh· Nov 27, 2024

    background-removal reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ren Kapoor· Nov 15, 2024

    background-removal is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Oshnikdeep· Nov 7, 2024

    background-removal fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Ganesh Mohane· Oct 26, 2024

    background-removal has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Emma Zhang· Oct 18, 2024

    background-removal is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Sakura Choi· Oct 6, 2024

    background-removal reduced setup friction for our internal harness; good balance of opinion and flexibility.

showing 1-10 of 36

1 / 4