Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

google
/
ncsnpp-ffhq-1024

Unconditional Image Generation
Diffusers
PyTorch
ScoreSdeVePipeline
Model card Files Files and versions
xet
Community
3

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
ncsnpp-ffhq-1024
428 MB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 23 commits
anton-l's picture
anton-l HF Staff
shirayu's picture
shirayu
Fix a typo (#3)
9f964ad over 3 years ago
  • images
    upload almost 4 years ago
  • .gitattributes
    1.22 kB
    uP almost 4 years ago
  • README.md
    3.73 kB
    Fix a typo (#3) over 3 years ago
  • config.json
    951 Bytes
    convert weights almost 4 years ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    423 MB
    xet
    convert weights almost 4 years ago
  • model_index.json
    159 Bytes
    up almost 4 years ago
  • scheduler_config.json
    211 Bytes
    upload almost 4 years ago