Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 📖 Wan2.1 VACE + Phantom Causvid (Finetune)
|
| 2 |
+
|
| 3 |
+
**Author / Creator:** [Inner_Reflections_AI](https://civitai.com/articles/17908/guide-wan-vace-phantom-merge-an-inner-reflections-guide)
|
| 4 |
+
**Packaged for WanGP by:** [hdtrnk](https://huggingface.co/hdtrnk)
|
| 5 |
+
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
## 🔹 About This Finetune
|
| 9 |
+
This is a **custom merge of Wan 2.1 VACE and Phantom**, created by **Inner_Reflections_AI** and purified to **FP16** for compatibility with **WanGP**.
|
| 10 |
+
|
| 11 |
+
- **Architecture:** `vace_14B`
|
| 12 |
+
- **Mode:** Image/Video conditioning with multi-reference support
|
| 13 |
+
- **Multi-Image:** Optimized for 2–4 image references in WanGP custom UI
|
| 14 |
+
- **Variants:** Both **FP16** and **INT8** versions provided
|
| 15 |
+
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
## 🔹 Files
|
| 19 |
+
- [Wan2.1_VACE_Phantom_Causvid_fp16_pure.safetensors](https://huggingface.co/hdtrnk/VACEPhantomCausvid/blob/main/Wan2.1_VACE_Phantom_Causvid_fp16_pure.safetensors)
|
| 20 |
+
- [Wan2.1_VACE_Phantom_Causvid_quanto_bf16_int8_pure.safetensors](https://huggingface.co/hdtrnk/VACEPhantomCausvid/blob/main/Wan2.1_VACE_Phantom_Causvid_quanto_bf16_int8_pure.safetensors)
|
| 21 |
+
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
## 🔹 Usage in WanGP
|
| 25 |
+
Place the JSON definition file into:
|
| 26 |
+
|
| 27 |
+
```
|
| 28 |
+
app/finetunes/vace_phantom_causvid.json
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
Sample finetune entry:
|
| 32 |
+
|
| 33 |
+
```json
|
| 34 |
+
{
|
| 35 |
+
"model": {
|
| 36 |
+
"name": "VACE Phantom Causvid 14B",
|
| 37 |
+
"architecture": "vace_14B",
|
| 38 |
+
"description": "VACE-first UI with Phantom multi-image references enabled. Causvid merge, purified FP16 for clean loading & optional INT8 quantization.",
|
| 39 |
+
"URLs": [
|
| 40 |
+
"https://huggingface.co/hdtrnk/VACEPhantomCausvid/blob/main/Wan2.1_VACE_Phantom_Causvid_fp16_pure.safetensors",
|
| 41 |
+
"https://huggingface.co/hdtrnk/VACEPhantomCausvid/blob/main/Wan2.1_VACE_Phantom_Causvid_quanto_bf16_int8_pure.safetensors"
|
| 42 |
+
],
|
| 43 |
+
"modules": [],
|
| 44 |
+
"auto_quantize": false
|
| 45 |
+
}
|
| 46 |
+
}
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
+
---
|
| 50 |
+
|
| 51 |
+
## 🔹 Notes
|
| 52 |
+
- This is an **experimental finetune**. You may need to tweak **steps**, **guidance scale**, and **reference image setup** for best results.
|
| 53 |
+
- Works best with **multi-image prompts** where identities are clearly separated (e.g., “Character A on left, Character B on right”).
|
| 54 |
+
- If you encounter **dropdown errors** (`Value: on is not in the list...`), refresh the UI and reselect options.
|
| 55 |
+
|
| 56 |
+
---
|
| 57 |
+
|
| 58 |
+
## 🔹 Credits
|
| 59 |
+
- **Merge & Guide:** [Inner_Reflections_AI](https://civitai.com/articles/17908/guide-wan-vace-phantom-merge-an-inner-reflections-guide)
|
| 60 |
+
- **Light JSON Packaging & Uploads:** [hdtrnk](https://huggingface.co/hdtrnk)
|