🦊Phantom
🏠 | 🦊雑に学ぶComfyUI
👈 | 🦊Wan2.1
👉 |
Phantomは参照画像を転送した動画生成を行うWan2.1ベースのモデルです
Wan2.1 VACEにあるreference2video特化という感じです
モデルのダウンロード
https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Phantom-Wan-14B_fp8_e4m3fn.safetensorsPhantom-Wan-14B_fp8_e4m3fn.safetensors
https://huggingface.co/Kijai/WanVideo_comfy/blob/main/Phantom-Wan-1_3B_fp16.safetensorsPhantom-Wan-1_3B_fp16.safetensors
https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/tree/main/split_files/text_encodersumt5_xxl (fp16 or fp8).safetensors
https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/blob/main/split_files/vae/wan_2.1_vae.safetensorswan_2.1_vae.safetensors
code:model
📂ComfyUI/
└──📂models/
├── 📂diffusion_models/
│ └── Phantom-Wan-14B.safetensors
├── 📂text_encoders/
│ └── umt5_xxl (fp16 or fp8).safetensors
└── 📂vae/
└── wan_2.1_vae.safetensors
https://huggingface.co/QuantStack/Phantom_Wan_14B-GGUF/tree/mainPhantom_Wan_14B-GGUF
code:model
📂ComfyUI/
└──📂models/
└── 📂unet/
└── Phantom_Wan.gguf
workflow
https://gyazo.com/a5d23a26a6643e0fb9b41d4052f111e1
Phantom_multi_ref.json
🟩WanPhantomSubjectToVideoノード
🟨必要であれば背景除去する
複数の参照画像を使いたいときはBatch Imagesノードで組み合わせる
バッチにすると最初の画像の解像度で二枚目以降がクロップされてしまうため、(このworkflowでは)先に正方形になるようpaddingを追加している
cf. 🦊連続処理#65e915dde2dacc0000183555
GGUF
https://gyazo.com/c8d67e349eb9e83a95bd8fdff8369d21
Phantom_multi_ref_gguf.json
https://gyazo.com/9922408b264209730aa1bd2f60cab2b0