Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

audo
/
hallo

Diffusers
ONNX
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use audo/hallo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use audo/hallo with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("audo/hallo", 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
hallo
11.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
camenduru's picture
camenduru
thanks to fudan-generative-ai ❤
c32748f verified almost 2 years ago
  • audio_separator
    thanks to fudan-generative-ai ❤ almost 2 years ago
  • face_analysis
    thanks to fudan-generative-ai ❤ almost 2 years ago
  • hallo
    thanks to fudan-generative-ai ❤ almost 2 years ago
  • motion_module
    thanks to fudan-generative-ai ❤ almost 2 years ago
  • sd-vae-ft-mse
    thanks to fudan-generative-ai ❤ almost 2 years ago
  • stable-diffusion-v1-5
    thanks to fudan-generative-ai ❤ almost 2 years ago
  • wav2vec
    thanks to fudan-generative-ai ❤ almost 2 years ago
  • .gitattributes
    1.6 kB
    thanks to fudan-generative-ai ❤ almost 2 years ago
  • README.md
    95 Bytes
    thanks to fudan-generative-ai ❤ almost 2 years ago