xbarusui commited on
Commit
135b063
·
verified ·
1 Parent(s): a32f23a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,8 +20,7 @@ pipe = StableDiffusionXLPipeline.from_pretrained(
20
  torch_dtype=torch.float16,
21
  use_safetensors=True,
22
  custom_pipeline="lpw_stable_diffusion_xl",
23
- add_watermarker=False,
24
- variant="fp16"
25
  )
26
  pipe.to('cuda')
27
 
 
20
  torch_dtype=torch.float16,
21
  use_safetensors=True,
22
  custom_pipeline="lpw_stable_diffusion_xl",
23
+ add_watermarker=False
 
24
  )
25
  pipe.to('cuda')
26