Update README.md
Browse files
README.md
CHANGED
|
@@ -118,7 +118,7 @@ from diffusers import AutoencoderKLWan, WanVACEPipeline, WanVACETransformer3DMod
|
|
| 118 |
from diffusers.schedulers.scheduling_unipc_multistep import UniPCMultistepScheduler
|
| 119 |
from diffusers.utils import export_to_video
|
| 120 |
|
| 121 |
-
model_path =
|
| 122 |
transformer = WanVACETransformer3DModel.from_single_file(
|
| 123 |
model_path,
|
| 124 |
quantization_config=GGUFQuantizationConfig(compute_dtype=torch.bfloat16),
|
|
|
|
| 118 |
from diffusers.schedulers.scheduling_unipc_multistep import UniPCMultistepScheduler
|
| 119 |
from diffusers.utils import export_to_video
|
| 120 |
|
| 121 |
+
model_path = "https://huggingface.co/calcuis/wan-gguf/blob/main/wan2.1-v5-vace-1.3b-q4_0.gguf"
|
| 122 |
transformer = WanVACETransformer3DModel.from_single_file(
|
| 123 |
model_path,
|
| 124 |
quantization_config=GGUFQuantizationConfig(compute_dtype=torch.bfloat16),
|