Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Duplicated from  lightx2v/Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v

InsecureErasure
/
Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-NVFP4

Image-to-Video
Diffusers
Diffusion Single File
English
Chinese
i2v
video generation
comfyui
distillation
LoRA
quantization
nvfp4
Model card Files Files and versions
xet
Community
1

Instructions to use InsecureErasure/Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-NVFP4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use InsecureErasure/Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-NVFP4 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("InsecureErasure/Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-NVFP4", 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")
  • Diffusion Single File

    How to use InsecureErasure/Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-NVFP4 with Diffusion Single File:

    # 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
Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-NVFP4
11.8 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 33 commits
InsecureErasure's picture
InsecureErasure
Update README.md
78aff7c verified 24 days ago
  • assets
    Upload assets/wan21_output_cat.mp4 with huggingface_hub 2 months ago
  • .gitattributes
    637 Bytes
    Rename Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-nvfp4-r64-lora.safetensors to Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-nvfp4-r64-lora_fp32.safetensors 24 days ago
  • LICENSE.txt
    11.4 kB
    Duplicate from lightx2v/Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v 3 months ago
  • README.md
    8.52 kB
    Update README.md 24 days ago
  • Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-nvfp4-r64-lora.safetensors
    308 MB
    xet
    Upload Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-nvfp4-r64-lora.safetensors 24 days ago
  • Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-nvfp4-r64-lora_fp32.safetensors
    616 MB
    xet
    Rename Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-nvfp4-r64-lora.safetensors to Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-nvfp4-r64-lora_fp32.safetensors 24 days ago
  • Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v-nvfp4.safetensors
    10.9 GB
    xet
    Upload new safetensors quant and rank 64 LoRA 27 days ago
  • config.json
    250 Bytes
    Duplicate from lightx2v/Wan2.1-I2V-14B-480P-StepDistill-CfgDistill-Lightx2v 3 months ago