We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f42f08 commit ca661efCopy full SHA for ca661ef
docs/source/en/using-diffusers/loading.md
@@ -129,8 +129,6 @@ import torch
129
from diffusers import DiffusionPipeline
130
131
os.environ["HF_ENABLE_PARALLEL_LOADING"] = "YES"
132
-os.environ["HF_PARALLEL_LOADING_WORKERS"] = "12"
133
-
134
pipeline = DiffusionPipeline.from_pretrained(
135
"Wan-AI/Wan2.2-I2V-A14B-Diffusers",
136
torch_dtype=torch.bfloat16,
0 commit comments