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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

neph1
/
80s_fantasy_movies_wan_2.2

Text-to-Video
Diffusers
lora
template:diffusion-lora
t2v
Model card Files Files and versions
xet
Community

Instructions to use neph1/80s_fantasy_movies_wan_2.2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use neph1/80s_fantasy_movies_wan_2.2 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import export_to_video
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Wan-AI/Wan2.2-T2V-A14B", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("neph1/80s_fantasy_movies_wan_2.2")
    
    prompt = "-"
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • Draw Things
80s_fantasy_movies_wan_2.2
1.84 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
neph1's picture
neph1
Update README.md
6c16916 verified 10 months ago
  • .gitattributes
    2.31 kB
    initial commit about 1 year ago
  • 80s_fantasy_v11_wan_high_50.safetensors
    307 MB
    xet
    v1.1 10 months ago
  • 80s_fantasy_v11_wan_low_100.safetensors
    307 MB
    xet
    v1.1 10 months ago
  • 80s_fantasy_wan_high_20.safetensors
    614 MB
    xet
    Upload 2 files about 1 year ago
  • 80s_fantasy_wan_low_30.safetensors
    614 MB
    xet
    Upload 2 files about 1 year ago
  • README.md
    2.25 kB
    Update README.md 10 months ago