Instructions to use linoyts/Wan2.2-T2V-A14B-Diffusers-BF16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use linoyts/Wan2.2-T2V-A14B-Diffusers-BF16 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("linoyts/Wan2.2-T2V-A14B-Diffusers-BF16", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Tried this
#1
by rahul7star - opened
I got RuntimeError: NVML_SUCCESS == r INTERNAL ASSERT FAILED at "/pytorch/c10/cuda/CUDACachingAllocator.cpp":1015, please report a bug to PyTorch.
This is running in zerogpu
I guess torch2.8 req?
I think its juts a memory issue cant work on ZeroGPU might need to upgrde to L40 series