background-removal

Remove backgrounds from images via inference.sh CLI.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "background-removal" with this command: npx skills add inference-sh/skills@infsh-cli

Background Removal

Remove backgrounds from images via inference.sh CLI.

Quick Start

Requires inference.sh CLI (belt ). Install instructions

belt login

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

How To

Use Reve for image editing including background changes:

belt app run falai/reve --input '{ "prompt": "remove the background, make it transparent", "image_url": "https://portrait.jpg" }'

Or change background directly:

belt 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

belt app run falai/flux-dev-lora --input '{"prompt": "a cute robot mascot"}' > robot.json

2. Edit with Reve

belt 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 250+ 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: belt app list --category image

Documentation

  • Running Apps - How to run apps via CLI

  • Image Generation Example - Complete image workflow guide

  • Apps Overview - Understanding the app ecosystem

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

python-executor

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

infsh-cli

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python-sdk

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agent-tools

No summary provided by upstream source.

Repository SourceNeeds Review