Yjiggfghhjnjj commited on
Commit
cf4309e
·
verified ·
1 Parent(s): ddfef1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -39,10 +39,7 @@ ENABLE_CPU_OFFLOAD = 0
39
  if torch.cuda.is_available():
40
  pipe = StableDiffusionXLPipeline.from_pretrained(
41
  "RunDiffusion/Juggernaut-X-v10",
42
- torch_dtype=torch.float16,
43
- use_safetensors=True,
44
- add_watermarker=False,
45
- variant="fp16"
46
  )
47
  #pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
48
 
 
39
  if torch.cuda.is_available():
40
  pipe = StableDiffusionXLPipeline.from_pretrained(
41
  "RunDiffusion/Juggernaut-X-v10",
42
+ torch_dtype=torch.float16
 
 
 
43
  )
44
  #pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
45