Instructions to use Drexubery/UniView with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Drexubery/UniView with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Drexubery/UniView", dtype=torch.bfloat16, device_map="cuda") pipe.to("cuda") prompt = "A man with short gray hair plays a red electric guitar." image = load_image( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png" ) output = pipe(image=image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
Add model weights from checkpoint-200 (2026-01-20)
Browse files
config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "WanVACETransformer3DModel",
|
| 3 |
+
"_diffusers_version": "0.37.0.dev0",
|
| 4 |
+
"added_kv_proj_dim": null,
|
| 5 |
+
"attention_head_dim": 128,
|
| 6 |
+
"cross_attn_norm": true,
|
| 7 |
+
"eps": 1e-06,
|
| 8 |
+
"ffn_dim": 13824,
|
| 9 |
+
"freq_dim": 256,
|
| 10 |
+
"image_dim": null,
|
| 11 |
+
"in_channels": 16,
|
| 12 |
+
"num_attention_heads": 40,
|
| 13 |
+
"num_layers": 40,
|
| 14 |
+
"out_channels": 16,
|
| 15 |
+
"patch_size": [
|
| 16 |
+
1,
|
| 17 |
+
2,
|
| 18 |
+
2
|
| 19 |
+
],
|
| 20 |
+
"pos_embed_seq_len": null,
|
| 21 |
+
"qk_norm": "rms_norm_across_heads",
|
| 22 |
+
"rope_max_seq_len": 1024,
|
| 23 |
+
"text_dim": 4096,
|
| 24 |
+
"uniview_ref_gate_init": 0.3,
|
| 25 |
+
"uniview_ref_in_channels": 16,
|
| 26 |
+
"uniview_ref_inject_vace_block_indices": null,
|
| 27 |
+
"uniview_ref_num_inject": 4,
|
| 28 |
+
"vace_in_channels": 96,
|
| 29 |
+
"vace_layers": [
|
| 30 |
+
0,
|
| 31 |
+
5,
|
| 32 |
+
10,
|
| 33 |
+
15,
|
| 34 |
+
20,
|
| 35 |
+
25,
|
| 36 |
+
30,
|
| 37 |
+
35
|
| 38 |
+
]
|
| 39 |
+
}
|
diffusion_pytorch_model-00001-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b63a1d760660ab79076c085b308e8ca84f54ec3263c902ab7e0be5daa6ebd395
|
| 3 |
+
size 9952026160
|
diffusion_pytorch_model-00002-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2eb8067b3d593354a025abba742d3396757aa24c6b1aea12d0dd0e7b9dd04227
|
| 3 |
+
size 9996397144
|
diffusion_pytorch_model-00003-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68e7b420ab6334bb56e3e9e38fa53d7c0824afae8346d9951a9263240c848f65
|
| 3 |
+
size 9943978680
|
diffusion_pytorch_model-00004-of-00004.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:753247f2d1e8162a3c6217919ff7d7a26985f16a123e20844432a91a862ad86d
|
| 3 |
+
size 5622863936
|
diffusion_pytorch_model.safetensors.index.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|