Image-to-Video
Diffusers
Safetensors
MLX
mflux
mlx-gen
bernini_renderer
apple-silicon
bf16
bernini
wan
video-generation
video-editing
reference-to-video
Instructions to use AbstractFramework/bernini-r-1.3B-diffusers-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use AbstractFramework/bernini-r-1.3B-diffusers-bf16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir bernini-r-1.3B-diffusers-bf16 AbstractFramework/bernini-r-1.3B-diffusers-bf16
- mflux
How to use AbstractFramework/bernini-r-1.3B-diffusers-bf16 with mflux:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 494 Bytes
e7406dc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"_class_name": "WanTransformer3DModel",
"_diffusers_version": "0.35.0.dev0",
"added_kv_proj_dim": null,
"attention_head_dim": 128,
"cross_attn_norm": true,
"eps": 1e-06,
"ffn_dim": 8960,
"freq_dim": 256,
"image_dim": null,
"in_channels": 16,
"num_attention_heads": 12,
"num_layers": 30,
"out_channels": 16,
"patch_size": [
1,
2,
2
],
"pos_embed_seq_len": null,
"qk_norm": "rms_norm_across_heads",
"rope_max_seq_len": 1024,
"text_dim": 4096
}
|