gokaygokay commited on
Commit
78e7db6
1 Parent(s): 299856e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -73,21 +73,18 @@ pipe_pony = StableDiffusionXLPipeline.from_pretrained(
73
  vae=vae_pony,
74
  torch_dtype=torch.float16,
75
  use_safetensors=True,
76
- variant="fp16"
77
  )
78
  pipe_cyber = StableDiffusionXLPipeline.from_pretrained(
79
  ckpt_dir_cyber,
80
  vae=vae_cyber,
81
  torch_dtype=torch.float16,
82
  use_safetensors=True,
83
- variant="fp16"
84
  )
85
  pipe_stallion = StableDiffusionXLPipeline.from_pretrained(
86
  ckpt_dir_stallion,
87
  vae=vae_stallion,
88
  torch_dtype=torch.float16,
89
  use_safetensors=True,
90
- variant="fp16"
91
  )
92
 
93
  pipe_pony = pipe_pony.to("cuda")
 
73
  vae=vae_pony,
74
  torch_dtype=torch.float16,
75
  use_safetensors=True,
 
76
  )
77
  pipe_cyber = StableDiffusionXLPipeline.from_pretrained(
78
  ckpt_dir_cyber,
79
  vae=vae_cyber,
80
  torch_dtype=torch.float16,
81
  use_safetensors=True,
 
82
  )
83
  pipe_stallion = StableDiffusionXLPipeline.from_pretrained(
84
  ckpt_dir_stallion,
85
  vae=vae_stallion,
86
  torch_dtype=torch.float16,
87
  use_safetensors=True,
 
88
  )
89
 
90
  pipe_pony = pipe_pony.to("cuda")