diff --git a/requirements.txt b/requirements.txt index 83f8f7b..accfd58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,5 @@ diffusers[torch]==0.12.1 transformers>=4.25.1 watchdog==2.2.1 gradio -piexif==1.1.3 \ No newline at end of file +piexif==1.1.3 +safetensors diff --git a/setup.py b/setup.py index bc8bca1..43f31f2 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ def load_requirements(): # https://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files setuptools.setup( name="lama-cleaner", - version="0.37.0", + version="0.37.1", author="PanicByte", author_email="cwq1913@gmail.com", description="Image inpainting tool powered by SOTA AI Model",