Text-to-3D
Diffusers
Safetensors
English
StableDiffusionUpscaleLDM3DPipeline
stable-diffusion
stable-diffusion-diffusers
text-to-image
Eval Results (legacy)
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
Commit History
Update README.md 07ec44b verified
Update README.md (#2) c3dc02c verified
Update README.md 78a30f2 verified
Update README.md 67694b9
Upload ldm3d-sr-overview.png 444e1de
Update README.md 74621d6
Update README.md f90e4dc
Upload ldm3d_sr_depth_results.png ca9a2e6
Upload 2 files b569ca6
Update README.md 95359f7
Update README.md 9cdf308
Update README.md 7c9bcec
Update README.md 2272399
Upload 4 files 7db170c
Update README.md d83032b
Update README.md 2474882
merge 49ccca0
Aflalo commited on
fix 36d4f82
Aflalo commited on
updated ckpts - ema weights b0f2d5f
Aflalo commited on
Update unet/config.json fcad961
Update unet/config.json 88e7c79
uploaded weights f2bedf9
Aflalo commited on