ChenoAi commited on
Commit
04584d9
1 Parent(s): d1eb214

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -135,9 +135,6 @@ J_pipe = StableDiffusionXLPipeline.from_pretrained(
135
  vae=vae,
136
  torch_dtype=torch.float16,
137
  custom_pipeline="lpw_stable_diffusion_xl",
138
- use_safetensors=True,
139
- add_watermarker=False,
140
- variant="fp16",
141
  )
142
  J_pipe.to("cuda")
143
 
 
135
  vae=vae,
136
  torch_dtype=torch.float16,
137
  custom_pipeline="lpw_stable_diffusion_xl",
 
 
 
138
  )
139
  J_pipe.to("cuda")
140