Instructions to use fudan-generative-ai/hallo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use fudan-generative-ai/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("fudan-generative-ai/hallo", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Hallo
How to use fudan-generative-ai/hallo with Hallo:
# 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
from diffusers import DiffusionPipeline
#8 opened over 1 year ago
by
zzxin8778
Audio driven?
#6 opened almost 2 years ago
by
TimoMustamaki
Is there anyone who can confirm this to work?
6
#5 opened almost 2 years ago
by
NoidoDev
I think windows update broke it.
1
#4 opened almost 2 years ago
by
Zuluknob
Hallo on Google Colab
5
#3 opened almost 2 years ago
by deleted
Does Not Work
2
#1 opened almost 2 years ago
by
huggingLips