Vargol commited on
Commit
d895e7e
1 Parent(s): 16b9307

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ device = 'mps'
30
  weight_dtype = torch.bfloat16
31
 
32
  pipe = PixArtSigmaPipeline.from_pretrained(
33
- "Vargol/PixArt-Sigma_2k_16bit,
34
  torch_dtype=weight_dtype,
35
  variant="fp16",
36
  use_safetensors=True,
 
30
  weight_dtype = torch.bfloat16
31
 
32
  pipe = PixArtSigmaPipeline.from_pretrained(
33
+ "Vargol/PixArt-Sigma_2k_16bit",
34
  torch_dtype=weight_dtype,
35
  variant="fp16",
36
  use_safetensors=True,