Instructions to use FastVideo/FastWan-QAD-FP8-1.3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FastVideo/FastWan-QAD-FP8-1.3B with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("FastVideo/FastWan-QAD-FP8-1.3B", 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
nsfw version
#1
by LordAnuar - opened
Hi!
I'm using the uncensored version
Wan2.2_Remix_NSFW_i2v_14b_high_lighting_fp8_e4m3fn_v3.0.safetensor
Video card: 5060ti 16GB.
I'm animating 5-second videos at 1024x1024 resolution.
Generating time: 400 seconds +-.
Can this version Wan2.2_Remix_NSFW_i2v_14b_high_lighting_fp8_e4m3fn_v3.0.safetensor be converted to FastWan-QAD?
And is there a workflow for comfyui?