Rhueue commited on
Commit
896ed86
1 Parent(s): beff842

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
4
  from diffusers import StableDiffusionInstructPix2PixPipeline
5
 
6
  # Define the path to the SafeTensor model
7
- model_path = "/content/UberRealisticPornMerge_urpmv12.instruct-pix2pix.safetensors"
8
 
9
  # Load the SafeTensor model
10
  safe_pipe = torch.load(model_path, map_location=torch.device('cuda'))
 
4
  from diffusers import StableDiffusionInstructPix2PixPipeline
5
 
6
  # Define the path to the SafeTensor model
7
+ model_path = "/content/uberRealisticPornMerge_urpmv12.instruct-pix2pix.safetensors"
8
 
9
  # Load the SafeTensor model
10
  safe_pipe = torch.load(model_path, map_location=torch.device('cuda'))