pg56714 / Inpaint-Anything-Gradio

https://huggingface.co/spaces/pg56714/Inpaint-Anything
Apache License 2.0
4 stars 0 forks source link

Inpaint-Anything-Gradio

Getting Started

HuggingFace Space

example1

Installation

# Create and activate a python 3.10 environment.
conda create -n inpaint-anything python=3.10 -y

conda activate inpaint-anything

pip install -r requirements.txt

Running the Project

python app.py

Source

Inpaint-Anything

Citation

@article{yu2023inpaint,
  title={Inpaint Anything: Segment Anything Meets Image Inpainting},
  author={Yu, Tao and Feng, Runseng and Feng, Ruoyu and Liu, Jinming and Jin, Xin and Zeng, Wenjun and Chen, Zhibo},
  journal={arXiv preprint arXiv:2304.06790},
  year={2023}
}