Spaces:
Running
Running
ciover2024
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,8 @@ from gradio_client import Client, handle_file
|
|
13 |
|
14 |
# Load the model once globally to avoid repeated loading
|
15 |
def load_inpainting_model():
|
16 |
-
model_path = "
|
|
|
17 |
#model_path = "pornmasterFantasy_v4-inpainting.safetensors"
|
18 |
#model_path = "pornmasterAmateur_v6Vae-inpainting.safetensors"
|
19 |
device = "cpu" # Explicitly use CPU
|
|
|
13 |
|
14 |
# Load the model once globally to avoid repeated loading
|
15 |
def load_inpainting_model():
|
16 |
+
model_path = "uberRealisticPornMerge_urpmv13Inpainting.safetensors"
|
17 |
+
#model_path = "uberRealisticPornMerge_v23Inpainting.safetensors"
|
18 |
#model_path = "pornmasterFantasy_v4-inpainting.safetensors"
|
19 |
#model_path = "pornmasterAmateur_v6Vae-inpainting.safetensors"
|
20 |
device = "cpu" # Explicitly use CPU
|