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

  • Log In
  • Sign Up

Intel
/
ldm3d-pano

Text-to-3D
Diffusers
Safetensors
English
StableDiffusionLDM3DPipeline
stable-diffusion
stable-diffusion-diffusers
text-to-image
text-to-panoramic
Eval Results (legacy)
Model card Files Files and versions
xet
Community
4

Instructions to use Intel/ldm3d-pano with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Intel/ldm3d-pano with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Intel/ldm3d-pano", 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
ldm3d-pano
11 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 31 commits
bconsolvo's picture
bconsolvo
kellibelcher's picture
kellibelcher
Update README.md (#3)
8fc3e11 verified about 2 years ago
  • feature_extractor
    added files almost 3 years ago
  • safety_checker
    added files almost 3 years ago
  • scheduler
    added files almost 3 years ago
  • text_encoder
    added files almost 3 years ago
  • tokenizer
    added files almost 3 years ago
  • unet
    ema weights almost 3 years ago
  • vae
    Update vae/config.json almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    6.54 kB
    Update README.md (#3) about 2 years ago
  • ldm3d_pano_results.png
    407 kB
    Upload ldm3d_pano_results.png over 2 years ago
  • model_index.json
    546 Bytes
    added files almost 3 years ago
  • model_overview.png
    65.2 kB
    Upload model_overview.png over 2 years ago