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 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 | Info |
---|---|
ReplaceAnything Using SAM + SDXL Inpainting π |
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.
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
cd src
python app.py```