Instructions to use giannisdaras/ambient-o with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use giannisdaras/ambient-o with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("giannisdaras/ambient-o", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Add link to paper
#1
by nielsr HF Staff - opened
This PR updates the citation year in the model card and adds a project page link as well as a direct link to the license file in the Github repo.
Hello! Thanks for the PR. Why did you put 2024 as the citation year? Thanks!
nielsr changed pull request title from Update citation year, add project page and link to license to Add link to paper
Hi, sorry this was an automated PR, I've removed that and added a link to https://huggingface.co/papers/2506.10038. This makes your model show up on the paper page.