Update inference_manager.py
Browse files- inference_manager.py +1 -1
inference_manager.py
CHANGED
@@ -314,7 +314,7 @@ class ModelManager:
|
|
314 |
"""
|
315 |
print("downloading models")
|
316 |
print("downloading antelopev2...")
|
317 |
-
download_from_hf()
|
318 |
self.ext_model_pathes = {
|
319 |
"ip-adapter-faceid-sdxl": hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sdxl.bin", repo_type="model")
|
320 |
}
|
|
|
314 |
"""
|
315 |
print("downloading models")
|
316 |
print("downloading antelopev2...")
|
317 |
+
#download_from_hf()
|
318 |
self.ext_model_pathes = {
|
319 |
"ip-adapter-faceid-sdxl": hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sdxl.bin", repo_type="model")
|
320 |
}
|