Skip to content

Commit 2a4a755

Browse files
Update wan examples to use fp16 weights.
1 parent db3051b commit 2a4a755

4 files changed

+7
-4
lines changed

wan/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ You will first need:
1717

1818
The diffusion models can be found [here](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/tree/main/split_files/diffusion_models)
1919

20+
Note: The fp16 versions are recommended over the bf16 versions as they will give better results.
21+
22+
Quality rank (highest to lowest): fp16 > bf16 > fp8_scaled > fp8_e4m3fn
2023

2124
These files go in: ComfyUI/models/diffusion_models/
2225

@@ -34,7 +37,7 @@ This workflow requires the [wan2.1_t2v_1.3B_fp16.safetensors](https://huggingfac
3437

3538
### Image to Video
3639

37-
This workflow requires the [wan2.1_i2v_480p_14B_bf16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/diffusion_models/wan2.1_i2v_480p_14B_bf16.safetensors) file (put it in: ComfyUI/models/diffusion_models/) and
40+
This workflow requires the [wan2.1_i2v_480p_14B_fp16.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/diffusion_models/wan2.1_i2v_480p_14B_fp16.safetensors) file (put it in: ComfyUI/models/diffusion_models/) and
3841
[clip_vision_h.safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/clip_vision/clip_vision_h.safetensors) which goes in: ComfyUI/models/clip_vision/
3942

4043
Note this example only generates 33 frames at 512x512 because I wanted it to be accessible, the model can do more than that. The 720p model is pretty good if you have the hardware/patience to run it.
@@ -45,6 +48,6 @@ Note this example only generates 33 frames at 512x512 because I wanted it to be
4548

4649
The input image can be found on the [flux](../flux) page.
4750

48-
Here's the same example with the 720p model:
51+
Here's the same example with the [720p](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/diffusion_models/wan2.1_i2v_720p_14B_fp16.safetensors) model:
4952

5053
<img src="image_to_video_wan_720p_example.webp" width="768" />
-87.1 KB
Binary file not shown.

wan/image_to_video_wan_example.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
"Node name for S&R": "UNETLoader"
540540
},
541541
"widgets_values": [
542-
"wan2.1_i2v_480p_14B_bf16.safetensors",
542+
"wan2.1_i2v_480p_14B_fp16.safetensors",
543543
"default"
544544
]
545545
},
@@ -740,4 +740,4 @@
740740
}
741741
},
742742
"version": 0.4
743-
}
743+
}

wan/image_to_video_wan_example.webp

-36.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)