ciover2024 commited on
Commit
db01d0c
·
verified ·
1 Parent(s): e7d1e40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from gradio_client import Client, handle_file
14
  # Load the model once globally to avoid repeated loading
15
  def load_inpainting_model():
16
  model_path = "uberRealisticPornMerge_v23Inpainting.safetensors"
17
- model_path = "pornmasterFantasy_v4-inpainting.safetensors"
18
  #model_path = "pornmasterAmateur_v6Vae-inpainting.safetensors"
19
  device = "cpu" # Explicitly use CPU
20
  pipe = StableDiffusionInpaintPipeline.from_single_file(
 
14
  # Load the model once globally to avoid repeated loading
15
  def load_inpainting_model():
16
  model_path = "uberRealisticPornMerge_v23Inpainting.safetensors"
17
+ #model_path = "pornmasterFantasy_v4-inpainting.safetensors"
18
  #model_path = "pornmasterAmateur_v6Vae-inpainting.safetensors"
19
  device = "cpu" # Explicitly use CPU
20
  pipe = StableDiffusionInpaintPipeline.from_single_file(