Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,40 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- gdhe17/Self-Forcing
|
| 4 |
+
- Wan-AI/Wan2.1-VACE-1.3B
|
| 5 |
+
base_model_relation: merge
|
| 6 |
+
tags:
|
| 7 |
+
- text-to-video
|
| 8 |
+
- image-to-video
|
| 9 |
+
- video-to-video
|
| 10 |
+
- merge
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
license: cc-by-nc-sa-4.0
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
This is a merge of [gdhe17/Self-Forcing](https://huggingface.co/gdhe17/Self-Forcing) and [Wan-AI/Wan2.1-VACE-1.3B](https://huggingface.co/Wan-AI/Wan2.1-VACE-1.3B) scopes.
|
| 17 |
+
|
| 18 |
+
The process involved extracting VACE scopes and injecting into the target models.
|
| 19 |
+
|
| 20 |
+
- FP8 model weight was then converted to specific FP8 formats (E4M3FN and E5M2) using ComfyUI custom node [ComfyUI-ModelQuantizer](https://github.com/lum3on/ComfyUI-ModelQuantizer) by [lum3on](https://github.com/lum3on).
|
| 21 |
+
|
| 22 |
+
## Usage
|
| 23 |
+
|
| 24 |
+
The model files can be used in [ComfyUI](https://github.com/comfyanonymous/ComfyUI/) with the WanVaceToVideo node. Place the required model(s) in the following folders:
|
| 25 |
+
|
| 26 |
+
| Type | Name | Location | Download |
|
| 27 |
+
| ------------ | ----------------------------------- | --------------------------------- | ----------------------- |
|
| 28 |
+
| Main Model | Wan2.1-T2V-1.3B-Self-Forcing-VACE | `ComfyUI/models/diffusion_models` | Safetensors (this repo) |
|
| 29 |
+
| Text Encoder | umt5-xxl-encoder | `ComfyUI/models/text_encoders` | [Safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/tree/main/split_files/text_encoders) / [GGUF](https://huggingface.co/city96/umt5-xxl-encoder-gguf/tree/main) |
|
| 30 |
+
| VAE | Wan2_1_VAE_bf16 | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Wan2_1_VAE_bf16.safetensors) |
|
| 31 |
+
|
| 32 |
+
[**ComfyUI example workflow**](https://docs.comfy.org/tutorials/video/wan/vace)
|
| 33 |
+
|
| 34 |
+
### Notes
|
| 35 |
+
|
| 36 |
+
*All original licenses and restrictions from the base models still apply.*
|
| 37 |
+
|
| 38 |
+
## Reference
|
| 39 |
+
|
| 40 |
+
- For an overview of Safetensors format, please see the [Safetensors](https://huggingface.co/docs/safetensors/index).
|