Skip to content

Commit ca661ef

Browse files
authored
Update docs/source/en/using-diffusers/loading.md
1 parent 2f42f08 commit ca661ef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/source/en/using-diffusers/loading.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ import torch
129129
from diffusers import DiffusionPipeline
130130

131131
os.environ["HF_ENABLE_PARALLEL_LOADING"] = "YES"
132-
os.environ["HF_PARALLEL_LOADING_WORKERS"] = "12"
133-
134132
pipeline = DiffusionPipeline.from_pretrained(
135133
"Wan-AI/Wan2.2-I2V-A14B-Diffusers",
136134
torch_dtype=torch.bfloat16,

0 commit comments

Comments
 (0)