Why does it download all models even though I use use_safetensor=True

#1
by fullsoftwares - opened

Diffusers version
pipe_sana = SanaPipeline.from_pretrained(
pretrained_model_name_or_path="Efficient-Large-Model/Sana_1600M_2Kpx_BF16_diffusers",
variant="bf16",
torch_dtype=torch.bfloat16,
use_safetensors=True,
)

Sign up or log in to comment