Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.77 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.77 KB
title emoji colorFrom colorTo sdk sdk_version app_file pinned license
ReplaceAnything Using SAM + SDXL Inpainting
📚
yellow
blue
gradio
3.50.2
app.py
false
apache-2.0

Big Thanks to ReplaceAnything base code from HF-Repo https://github.com/AIGCDesignGroup/ReplaceAnything

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

ReplaceAnything Using SAM + SDXL Inpainting

📚 ReplaceAnything Using SAM + SDXL Inpainting is an application built using SAM (Self-Attention Module) and SDXL (Sparse Dynamic Convolutional Layer) inpainting techniques. The project allows for seamless replacement of elements in images, bringing a new level of flexibility to image editing.

🦒 Colab

Colab Info
Open In Colab ReplaceAnything Using SAM + SDXL Inpainting 🚀

Preview

ReplaceAnything Using SAM SDXL Inpainting App

Gradio Demo

ReplaceAnything Using SAM SDXL Inpainting App

Getting Started

To get started with ReplaceAnything, make sure you have the required dependencies installed. Refer to the configuration reference at Hugging Face Spaces Config Reference for detailed information.

Installation

Use the following commands to install the necessary SDK and dependencies:

pip install gradio==3.50.2
# Add any other dependencies here

Local installation:

git clone https://github.com/AMEERAZAM08/sam-sdxl-inpainting.git
cd sam-sdxl-inpainting
pip install -r requirements.txt

Usage

cd src
python app.py```