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

siyah1
/
EchoMimicV3-NF4

Diffusers
Safetensors
English
Chinese
human-animation
talking-head
video-generation
nf4
quantized
echomimic
Model card Files Files and versions
xet
Community

Instructions to use siyah1/EchoMimicV3-NF4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use siyah1/EchoMimicV3-NF4 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("siyah1/EchoMimicV3-NF4", 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
EchoMimicV3-NF4
3.41 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
siyah1's picture
siyah1
Update README.md
e2110da verified about 1 month ago
  • transformer
    Add NF4 quantized EchoMimicV3 transformer weights about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    841 Bytes
    Update README.md about 1 month ago
  • quantization_config.json
    263 Bytes
    Add NF4 quantized EchoMimicV3 transformer weights about 1 month ago