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

  • Log In
  • Sign Up

Intel
/
ldm3d-sr

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

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

  • Libraries
  • Diffusers

    How to use Intel/ldm3d-sr 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-sr", 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-sr
6.81 GB
Ctrl+K
Ctrl+K
  • 6 contributors
History: 24 commits
estellea's picture
estellea
Update README.md
6e208e7 verified about 2 years ago
  • low_res_scheduler
    uploaded weights over 2 years ago
  • safety_checker
    updated ckpts - ema weights over 2 years ago
  • scheduler
    fix over 2 years ago
  • text_encoder
    fix over 2 years ago
  • tokenizer
    fix over 2 years ago
  • unet
    merge over 2 years ago
  • vae
    updated ckpts - ema weights over 2 years ago
  • .gitattributes
    1.64 kB
    Upload 4 files over 2 years ago
  • README.md
    7.87 kB
    Update README.md about 2 years ago
  • ldm3d-sr-overview.png
    434 kB
    Upload ldm3d-sr-overview.png over 2 years ago
  • ldm3d_sr_depth_results.png
    134 kB
    Upload ldm3d_sr_depth_results.png over 2 years ago
  • ldm3d_sr_rgb_results.png
    997 kB
    Upload 2 files over 2 years ago
  • lemons_ldm3d_depth.png
    323 kB
    Upload 4 files over 2 years ago
  • lemons_ldm3d_rgb.jpg
    44.3 kB
    Upload 4 files over 2 years ago
  • model_index.json
    491 Bytes
    updated ckpts - ema weights over 2 years ago
  • upscaled_lemons_depth.png
    1.19 MB
    xet
    Upload 4 files over 2 years ago
  • upscaled_lemons_rgb.png
    2 MB
    xet
    Upload 4 files over 2 years ago