ChenoAi commited on
Commit
e6eb0cf
1 Parent(s): 058ad28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -119,9 +119,6 @@ j8_pipe = StableDiffusionXLPipeline.from_pretrained(
119
  vae=vae,
120
  torch_dtype=torch.float16,
121
  custom_pipeline="lpw_stable_diffusion_xl",
122
- use_safetensors=True,
123
- add_watermarker=False,
124
- variant="fp16",
125
  )
126
  J8_pipe.to("cuda")
127
 
@@ -130,9 +127,6 @@ j7_pipe = StableDiffusionXLPipeline.from_pretrained(
130
  vae=vae,
131
  torch_dtype=torch.float16,
132
  custom_pipeline="lpw_stable_diffusion_xl",
133
- use_safetensors=True,
134
- add_watermarker=False,
135
- variant="fp16",
136
  )
137
  J7_pipe.to("cuda")
138
 
 
119
  vae=vae,
120
  torch_dtype=torch.float16,
121
  custom_pipeline="lpw_stable_diffusion_xl",
 
 
 
122
  )
123
  J8_pipe.to("cuda")
124
 
 
127
  vae=vae,
128
  torch_dtype=torch.float16,
129
  custom_pipeline="lpw_stable_diffusion_xl",
 
 
 
130
  )
131
  J7_pipe.to("cuda")
132