Instructions to use google/ncsnpp-bedroom-256 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use google/ncsnpp-bedroom-256 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("google/ncsnpp-bedroom-256", 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
Commit History
add images 50cfbec
Update README.md 245cf5b
add images 11eb3d8
add images d7fce01
convert weights 9c3c3df
finish config ef8ff89
update config 40e7c7b
Update config.json 5ed233c
add model 6ea5be5
Arthur commited on