Wan
Collection
4 items • Updated
How to use Rin247/Wan2.2-TI2V-5B-FP8 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("Rin247/Wan2.2-TI2V-5B-FP8", device_map="auto")FP8 safetensors artifact of Wan2.2-TI2V-5B.
MECHA — Model Engineering & Contextual Hearth Assembly
This package was created in the MECHA Forge.
Wan2.2-TI2V-5Bfloat8_weight_onlyLoad with:
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained(
"yourname/Wan2.2-TI2V-5B-FP8",
device_map="auto",
)
Requires a compatible torchao installation.