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

strangerzonehf
/
Hunyuan-t2v-Cartoon-LoRA

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

Instructions to use strangerzonehf/Hunyuan-t2v-Cartoon-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use strangerzonehf/Hunyuan-t2v-Cartoon-LoRA 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("tencent/HunyuanVideo", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("strangerzonehf/Hunyuan-t2v-Cartoon-LoRA")
    
    prompt = "cartoon motion real girl with messy bun and sparkling eyes, walking joyfully down a sunny, ivy-covered alley, holding a red heart. Striped dress, matching socks and sneakers. Soft sunlight, dreamy Pixar style, warm and whimsical atmosphere, cinematic depth of field."
    
    output = pipe(prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
Hunyuan-t2v-Cartoon-LoRA
472 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
prithivMLmods's picture
prithivMLmods
Update README.md
f39d8cf verified 12 months ago
  • videos
    upload examples 12 months ago
  • .gitattributes
    2.36 kB
    upload examples 12 months ago
  • Cartoon.safetensors
    472 MB
    xet
    Add 2 files 12 months ago
  • README.md
    1.22 kB
    Update README.md 12 months ago