HAL1993 commited on
Commit
54bd72e
·
verified ·
1 Parent(s): e2cb293

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -49,7 +49,6 @@ birefnet = AutoModelForImageSegmentation.from_pretrained("ZhengPeng7/BiRefNet",
49
  sd_pipe = StableDiffusionPipeline.from_pretrained(
50
  "runwayml/stable-diffusion-v1-5",
51
  torch_dtype=torch.float16,
52
- revision="fp16",
53
  use_auth_token=huggingface_token,
54
  )
55
  sd_pipe.to("cuda")
 
49
  sd_pipe = StableDiffusionPipeline.from_pretrained(
50
  "runwayml/stable-diffusion-v1-5",
51
  torch_dtype=torch.float16,
 
52
  use_auth_token=huggingface_token,
53
  )
54
  sd_pipe.to("cuda")