Text-to-Audio
Diffusers
English
text-video-to-audio
text-controlled-video-to-audio
audio-controlled-video-to-audio
audio-generation
Instructions to use YJX-Xiaomi/ControlFoley with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use YJX-Xiaomi/ControlFoley with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("YJX-Xiaomi/ControlFoley", 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
Add model card for ControlFoley
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the Hugging Face community team. I noticed that this repository could benefit from a more structured model card to improve discoverability and ease of use for the research community.
This PR adds:
- Links to the research paper, GitHub code, and project pages.
- A summary of the model's unified multimodal capabilities.
- Verified installation and inference instructions from the official repository.
- Proper citation information.