Update README.md
Browse files
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,
|