benjamin-paine commited on
Commit
8a30b6d
·
verified ·
1 Parent(s): 2ab5009

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -39,7 +39,6 @@ import torch
39
 
40
  pipe = StableDiffusionPipeline.from_pretrained(
41
  "benjamin-paine/stable-diffusion-v1-5",
42
- variant="fp16",
43
  torch_dtype=torch.float16
44
  )
45
  pipe = pipe.to("cuda")
 
39
 
40
  pipe = StableDiffusionPipeline.from_pretrained(
41
  "benjamin-paine/stable-diffusion-v1-5",
 
42
  torch_dtype=torch.float16
43
  )
44
  pipe = pipe.to("cuda")