wsbagnsv1 commited on
Commit
eafa290
·
verified ·
1 Parent(s): d01ecd0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bytedance-research/Phantom
3
+ library_name: gguf
4
+ quantized_by: wsbagnsv1
5
+ tags:
6
+ - image-to-video
7
+ language:
8
+ - en
9
+ license: apache-2.0
10
+ ---
11
+
12
+ This is a direct GGUF conversion of [bytedance-research/Phantom](https://huggingface.co/bytedance-research/Phantom) .
13
+
14
+ The model files can be used in [ComfyUI](https://github.com/comfyanonymous/ComfyUI/) with the [ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) custom node. Place the required model(s) in the following folders:
15
+
16
+ | Type | Name | Location | Download |
17
+ | ------------ | ------------------| ------------------------------ | ---------------- |
18
+ | Main Model | Phantom-Wan-1.3B | `ComfyUI/models/unet` | GGUF (this repo) |
19
+ | 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) |
20
+ | VAE | wan_2.1_vae | `ComfyUI/models/vae` | [Safetensors](https://huggingface.co/Comfy-Org/Wan_2.1_ComfyUI_repackaged/resolve/main/split_files/vae/wan_2.1_vae.safetensors) |
21
+
22
+ [**Example workflow**](https://huggingface.co/QuantStack/Phantom_Wan_14B-GGUF/resolve/main/Phantom_example_workflow.json?download=true)
23
+ !!!IMPORTANT!!! You need to change the causvid lora to the 1.3b version, the 14b version is not compatible!
24
+
25
+ ### Notes
26
+
27
+ *As this is a quantized model not a finetune, all the same restrictions/original license terms still apply.*