Instructions to use google/ncsnpp-ffhq-1024 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use google/ncsnpp-ffhq-1024 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-ffhq-1024", 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
Merge branch 'main' of https://huggingface.co/google/ncsnpp-ffhq-1024 into main 0595d4b
upload 39c0c16
Update README.md 3c1cac8
up 06c5ded
Update README.md bce9e66
Upload README.md with huggingface_hub (#2) 4317553
Upload README.md with huggingface_hub (#2) 2d20e39
Upload README.md with huggingface_hub (#1) dd09042
up 3c99603
uP 6c86738
Update README.md 2760533
Update README.md 98254b9
convert weights 6adc5ba
finish config d384e32
update config 07fd2eb
Upload scheduler_config.json 88faf78
Update model_index.json 61c054e
Upload model_index.json b8ada37
Update config.json caad666
add model 482a582
Arthur commited on